pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python Bump py-setuptools dependency to 0.8 since...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7089fb9554c5
branches:  trunk
changeset: 643429:7089fb9554c5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 17 07:23:04 2014 +0000

description:
Bump py-setuptools dependency to 0.8 since that version changed
version number handling.

diffstat:

 lang/python/egg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7ad4625924ab -r 7089fb9554c5 lang/python/egg.mk
--- a/lang/python/egg.mk        Wed Dec 17 06:35:13 2014 +0000
+++ b/lang/python/egg.mk        Wed Dec 17 07:23:04 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: egg.mk,v 1.18 2014/12/06 15:17:08 rodent Exp $
+# $NetBSD: egg.mk,v 1.19 2014/12/17 07:23:04 wiz Exp $
 #
 # Common logic to handle Python Eggs
 #
@@ -38,7 +38,7 @@
 _PYSETUPTOOLSINSTALLARGS+=     --root=/
 .endif
 
-DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0.6c9:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0.8:../../devel/py-setuptools
 
 INSTALLATION_DIRS+=    ${PYSITELIB}
 



Home | Main Index | Thread Index | Old Index