Bug#489263: python-setuptools: Unable to handle subversion 1.5 .svn/entries

2008-07-11 Thread Gabriel Farrell
The patch at http://bugs.python.org/issue2770 fixes the issue by looking for files that start with '9' as well as '8', though I imagine sdist.py should import the log function since it references it. Silly setuptools. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

Bug#489263: python-setuptools: Unable to handle subversion 1.5 .svn/entries

2008-07-05 Thread Jason Edson
adding: from distutils import log to the top of: /usr/lib/python2.5/site-packages/setuptools/command/sdist.py fixes it for me. This is my first bug report resonse so sorry if I formatted it wrong. Jason Edson

Bug#489263: python-setuptools: Unable to handle subversion 1.5 .svn/entries

2008-07-04 Thread Mario Lang
Package: python-setuptools Version: 0.6c8-3 Severity: serious The symptom: x2:~/src/a11y/freedots% python setup.py sdist running sdist running egg_info writing requirements to freedots.egg-info/requires.txt writing freedots.egg-info/PKG-INFO writing top-level names to freedots.egg-info/top_level.t