pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Do not use py-distrbute with Python 3.x, b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d48c6b85c86
branches:  trunk
changeset: 629689:0d48c6b85c86
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 26 00:41:07 2014 +0000

description:
Do not use py-distrbute with Python 3.x, but always use py-setuptools
(as was the default for Python-2.x in this file).

py-distribute is by now obsolete, and py-setuptools the standard way.

diffstat:

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

diffs (21 lines):

diff -r e16c69b114b1 -r 0d48c6b85c86 lang/python/egg.mk
--- a/lang/python/egg.mk        Sun Jan 26 00:39:40 2014 +0000
+++ b/lang/python/egg.mk        Sun Jan 26 00:41:07 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: egg.mk,v 1.16 2014/01/12 09:01:50 wiz Exp $
+# $NetBSD: egg.mk,v 1.17 2014/01/26 00:41:07 wiz Exp $
 #
 # Common logic to handle Python Eggs
 #
@@ -36,11 +36,7 @@
 _PYSETUPTOOLSINSTALLARGS+=     --root=/
 .endif
 
-.if ${_PYTHON_VERSION} == "33"
-DEPENDS+=      ${PYPKGPREFIX}-distribute-[0-9]*:../../devel/py-distribute
-.else
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0.6c9:../../devel/py-setuptools
-.endif
 
 INSTALLATION_DIRS+=    ${PYSITELIB}
 



Home | Main Index | Thread Index | Old Index