[CalendarServer-changes] [12479] twext/trunk/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:15:45 PDT 2014


Revision: 12479
          http://trac.calendarserver.org//changeset/12479
Author:   wsanchez at apple.com
Date:     2014-01-30 10:18:40 -0800 (Thu, 30 Jan 2014)
Log Message:
-----------
sync

Modified Paths:
--------------
    twext/trunk/setup.py

Modified: twext/trunk/setup.py
===================================================================
--- twext/trunk/setup.py	2014-01-30 18:18:27 UTC (rev 12478)
+++ twext/trunk/setup.py	2014-01-30 18:18:40 UTC (rev 12479)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 ##
-# Copyright (c) 2013-2014 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2014 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -28,6 +28,7 @@
 from pip.req import parse_requirements
 
 
+
 #
 # Utilities
 #
@@ -186,12 +187,6 @@
         version_file.write(
             'version = "{0}"\n\n'.format(version_string)
         )
-        # version_file.write(
-        #     "setup_requirements = {0!r}\n".format(setup_requirements)
-        # )
-        # version_file.write(
-        #     "install_requirements = {0!r}\n".format(install_requirements)
-        # )
     finally:
         version_file.close()
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/7853e531/attachment.html>


More information about the calendarserver-changes mailing list