#16017: py-setuptools 0.6c8 does not recognize subversion 1.5.0 -----------------------------------------------------------+---------------- Reporter: jdgleeson@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: setuptools, distutils, setup.py, easy_install | -----------------------------------------------------------+---------------- This bug will cause some `python` package installations to fail, such as trying to install the development version of setuptools itself: `sudo easy_install setuptools==dev06`. This is a known bug in `setuptools 0.6c8`, and gives a traceback ending in the lines {{{ File "/opt/local/lib/python2.5/site- packages/setuptools/command/sdist.py", line 98, in entries_finder log.warn("unrecognized .svn/entries format in %s", dirname) NameError: global name 'log' is not defined }}} The attached patch applies fixes that are in the current development version of `setuptools`. -- Ticket URL: <http://trac.macports.org/ticket/16017> MacPorts <http://www.macports.org/> Ports system for Mac OS