aboutsummaryrefslogtreecommitdiff
path: root/audio/py-tagpy/files
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2010-12-17 21:20:56 +0000
committerNicola Vitale <nivit@FreeBSD.org>2010-12-17 21:20:56 +0000
commit81832c312fd40551a84c11ad035ab87350ec7cc3 (patch)
treeb70842dc6b7d57e2659a1022ed29040624ab5593 /audio/py-tagpy/files
parent3b0b72d8d0dd66e418b2f599c0bbab9b9719097a (diff)
downloadports-81832c312fd40551a84c11ad035ab87350ec7cc3.tar.gz
ports-81832c312fd40551a84c11ad035ab87350ec7cc3.zip
- Update to 0.94.8
- Add files/patch-aksetup_helper.py - Remove MD5 checksum from distinfo
Notes
Notes: svn path=/head/; revision=266527
Diffstat (limited to 'audio/py-tagpy/files')
-rw-r--r--audio/py-tagpy/files/patch-aksetup_helper.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/py-tagpy/files/patch-aksetup_helper.py b/audio/py-tagpy/files/patch-aksetup_helper.py
new file mode 100644
index 000000000000..c51dcc1e6002
--- /dev/null
+++ b/audio/py-tagpy/files/patch-aksetup_helper.py
@@ -0,0 +1,17 @@
+--- ./aksetup_helper.py.orig 2010-12-17 17:12:20.000000000 +0100
++++ ./aksetup_helper.py 2010-12-17 17:12:30.000000000 +0100
+@@ -1,11 +1,11 @@
+ # dealings with ez_setup ------------------------------------------------------
+-import distribute_setup
+-distribute_setup.use_setuptools()
++#import distribute_setup
++#distribute_setup.use_setuptools()
+
+ import setuptools
+ from setuptools import Extension
+
+-if 'distribute' not in setuptools.__file__:
++if False and 'distribute' not in setuptools.__file__:
+ print "-------------------------------------------------------------------------"
+ print "Setuptools conflict detected."
+ print "-------------------------------------------------------------------------"