pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/py-zfec Work around upstream bug where more...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0897f2d73231
branches: trunk
changeset: 582727:0897f2d73231
user: gdt <gdt%pkgsrc.org@localhost>
date: Sat Nov 27 13:35:06 2010 +0000
description:
Work around upstream bug where more python bits are fetched from the
net at build time. See http://tahoe-lafs.org/trac/zfec/ticket/11 .
PKGREVISION++
diffstat:
converters/py-zfec/Makefile | 3 ++-
converters/py-zfec/distinfo | 3 ++-
converters/py-zfec/patches/patch-aa | 15 +++++++++++++++
3 files changed, 19 insertions(+), 2 deletions(-)
diffs (43 lines):
diff -r eb4d2cebd119 -r 0897f2d73231 converters/py-zfec/Makefile
--- a/converters/py-zfec/Makefile Sat Nov 27 13:26:31 2010 +0000
+++ b/converters/py-zfec/Makefile Sat Nov 27 13:35:06 2010 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2010/07/25 06:27:17 agc Exp $
+# $NetBSD: Makefile,v 1.3 2010/11/27 13:35:06 gdt Exp $
#
DISTNAME= zfec-1.4.7
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= converters
MASTER_SITES= http://pypi.python.org/packages/source/z/zfec/
diff -r eb4d2cebd119 -r 0897f2d73231 converters/py-zfec/distinfo
--- a/converters/py-zfec/distinfo Sat Nov 27 13:26:31 2010 +0000
+++ b/converters/py-zfec/distinfo Sat Nov 27 13:35:06 2010 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/07/24 13:24:15 gdt Exp $
+$NetBSD: distinfo,v 1.2 2010/11/27 13:35:06 gdt Exp $
SHA1 (zfec-1.4.7.tar.gz) = 7614e82757ad880cb8d0df44444822c5123af04b
RMD160 (zfec-1.4.7.tar.gz) = 12dca2c4b50a79337fbef523eba681252006777a
Size (zfec-1.4.7.tar.gz) = 155662 bytes
+SHA1 (patch-aa) = bd03f5a6ec9d83585b5adc24afe0981bd0407b9f
diff -r eb4d2cebd119 -r 0897f2d73231 converters/py-zfec/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-zfec/patches/patch-aa Sat Nov 27 13:35:06 2010 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2010/11/27 13:35:07 gdt Exp $
+
+http://tahoe-lafs.org/trac/zfec/ticket/11
+
+--- setup.py.orig 2010-05-24 06:20:43.000000000 +0000
++++ setup.py
+@@ -115,7 +115,7 @@ setup_requires.append('darcsver >= 1.2.0
+ # "sdist" or "bdist_egg"), unless there is a zfec.egg-info/SOURCE.txt file
+ # present which contains a complete list of files that should be included.
+ # http://pypi.python.org/pypi/setuptools_darcs
+-setup_requires.append('setuptools_darcs >= 1.1.0')
++# setup_requires.append('setuptools_darcs >= 1.1.0')
+
+ # stdeb is required to build Debian dsc files.
+ if "sdist_dsc" in sys.argv:
Home |
Main Index |
Thread Index |
Old Index