[Midnightbsd-cvs] mports [20300] trunk/devel/py-setuptools/files/ patch-setuptools__command__install_egg_info.py: update python setuptools to 17
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 27 13:18:02 EDT 2015
Revision: 20300
http://svnweb.midnightbsd.org/mports/?rev=20300
Author: laffer1
Date: 2015-09-27 13:18:01 -0400 (Sun, 27 Sep 2015)
Log Message:
-----------
update python setuptools to 17
Added Paths:
-----------
trunk/devel/py-setuptools/files/patch-setuptools__command__install_egg_info.py
Added: trunk/devel/py-setuptools/files/patch-setuptools__command__install_egg_info.py
===================================================================
--- trunk/devel/py-setuptools/files/patch-setuptools__command__install_egg_info.py (rev 0)
+++ trunk/devel/py-setuptools/files/patch-setuptools__command__install_egg_info.py 2015-09-27 17:18:01 UTC (rev 20300)
@@ -0,0 +1,15 @@
+# install_egg_info command includes directory entries in --record output
+# Issue: https://bitbucket.org/pypa/setuptools/issue/118
+# TODO: Merge upstream (was merged, then backed out)
+
+--- setuptools/command/install_egg_info.py.orig 2015-05-31 02:01:18 UTC
++++ setuptools/command/install_egg_info.py
+@@ -27,7 +27,7 @@ class install_egg_info(Command):
+ ).egg_name() + '.egg-info'
+ self.source = ei_cmd.egg_info
+ self.target = os.path.join(self.install_dir, basename)
+- self.outputs = [self.target]
++ self.outputs = []
+
+ def run(self):
+ self.run_command('egg_info')
Property changes on: trunk/devel/py-setuptools/files/patch-setuptools__command__install_egg_info.py
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list