summaryrefslogtreecommitdiff
path: root/packages/python/python-setuptools
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-07-25 01:10:00 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-07-25 01:10:00 +0000
commit3caf3594fb150525211d76b8df7c504534e4c331 (patch)
tree07e6960ce15865389949aa4be0369307234268d2 /packages/python/python-setuptools
parent1a5fd7ec9efde8a138431e3b470b340ebea6cfe3 (diff)
parenta3e73146adce111fe67af0886a43acbf7a654bd7 (diff)
merge of 'bdbc9f1de56a38029ef1396ead1cd220bf2c07b2'
and 'f960843459326876ef399375d5affaacc45d0a46'
Diffstat (limited to 'packages/python/python-setuptools')
-rw-r--r--packages/python/python-setuptools/.mtn2git_empty0
-rw-r--r--packages/python/python-setuptools/fix-log-usage.patch13
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/python/python-setuptools/.mtn2git_empty b/packages/python/python-setuptools/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/python/python-setuptools/.mtn2git_empty
diff --git a/packages/python/python-setuptools/fix-log-usage.patch b/packages/python/python-setuptools/fix-log-usage.patch
new file mode 100644
index 0000000000..6363c850c2
--- /dev/null
+++ b/packages/python/python-setuptools/fix-log-usage.patch
@@ -0,0 +1,13 @@
+Index: setuptools-0.6c8/setuptools/command/sdist.py
+===================================================================
+--- setuptools-0.6c8.orig/setuptools/command/sdist.py
++++ setuptools-0.6c8/setuptools/command/sdist.py
+@@ -95,7 +95,7 @@ def entries_finder(dirname, filename):
+ for match in entries_pattern.finditer(data):
+ yield joinpath(dirname,unescape(match.group(1)))
+ else:
+- log.warn("unrecognized .svn/entries format in %s", dirname)
++ print ("unrecognized .svn/entries format in %s", dirname)
+
+
+ finders = [