diff options
author | wiz <wiz> | 2014-04-04 07:30:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-04-04 07:30:30 +0000 |
commit | 1be452260d8102a709145ed8d1dab58722f6f2e9 (patch) | |
tree | c6a448b503835d262d8eec78aecff482f732d4da /devel | |
parent | fe5b7ac07b412a231cdf31c3bd4b4d2e3b86decb (diff) | |
download | pkgsrc-1be452260d8102a709145ed8d1dab58722f6f2e9.tar.gz |
Remove outdated patch.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pyutil/patches/patch-aa | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/py-pyutil/patches/patch-aa b/devel/py-pyutil/patches/patch-aa deleted file mode 100644 index 0a4766ac142..00000000000 --- a/devel/py-pyutil/patches/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2012/02/12 20:10:42 gls Exp $ - -http://tahoe-lafs.org/trac/zfec/ticket/11 - ---- setup.py.orig 2011-02-13 07:34:23.000000000 +0000 -+++ setup.py -@@ -76,8 +76,8 @@ if 'darcsver' in sys.argv[1:]: - # Lucid, so for now you have to manually install it before building - # sdists or eggs: - # http://bitbucket.org/tarek/distribute/issue/55/revision-control-plugin-automatically-installed-as-a-build-dependency-is-not-present-when-another-build-dependency-is-being --if False: -- setup_requires.append('setuptools_darcs >= 1.1.0') -+#if False: -+# setup_requires.append('setuptools_darcs >= 1.1.0') - - - data_fnames=[ 'COPYING.SPL.txt', 'COPYING.GPL', 'COPYING.TGPPL.html', 'README.rst', 'CREDITS' ] |