summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-26 00:41:07 +0000
committerwiz <wiz>2014-01-26 00:41:07 +0000
commit639d87a21436b7b78b8f75b394f767124c8dc6ae (patch)
tree71dff7759fdf087d6990fb29314b2346e606bddf /lang/python
parent94cf32e9f25ffb8e107172476be14bd3d0ed7084 (diff)
downloadpkgsrc-639d87a21436b7b78b8f75b394f767124c8dc6ae.tar.gz
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 (limited to 'lang/python')
-rw-r--r--lang/python/egg.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/python/egg.mk b/lang/python/egg.mk
index 21ce605d152..70f50efd6eb 100644
--- a/lang/python/egg.mk
+++ b/lang/python/egg.mk
@@ -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= --single-version-externally-managed
_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}