summaryrefslogtreecommitdiff
path: root/lang/python/distutils.mk
diff options
context:
space:
mode:
authorwiz <wiz>2012-04-08 20:17:10 +0000
committerwiz <wiz>2012-04-08 20:17:10 +0000
commit8776ec78caebd6b7a9350b59803a557b42c811ff (patch)
tree0cafa7703e6f3d90f4abcfb35fb0ce6a92aa065a /lang/python/distutils.mk
parentd4872d6dfe99eee50a25fc2e1ba2e86f581eb17c (diff)
downloadpkgsrc-8776ec78caebd6b7a9350b59803a557b42c811ff.tar.gz
All supported python version in pkgsrc set PYDISTUTILS_CREATES_EGGFILES
to "yes", so remove variable and code for "no".
Diffstat (limited to 'lang/python/distutils.mk')
-rw-r--r--lang/python/distutils.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/python/distutils.mk b/lang/python/distutils.mk
index 308fef3e356..7a3cb0ead9e 100644
--- a/lang/python/distutils.mk
+++ b/lang/python/distutils.mk
@@ -1,4 +1,4 @@
-# $NetBSD: distutils.mk,v 1.2 2011/02/13 08:09:43 obache Exp $
+# $NetBSD: distutils.mk,v 1.3 2012/04/08 20:17:10 wiz Exp $
#
# Common logic for python distributions that use distutils.
#
@@ -23,15 +23,9 @@ PYDISTUTILSPKG= yes
EGG_NAME?= ${DISTNAME}
PLIST_VARS+= eggfile
-.if !empty(PYDISTUTILS_CREATES_EGGFILES:M[yY][eE][sS])
# Python distutils will create an eggfile.
PLIST.eggfile= yes
PY_NO_EGG?= no
-.else
-# Python distutils will not create an eggfile.
-# (PLIST.eggfile being set to no is equivalent to being set to yes!)
-PY_NO_EGG?= yes
-.endif
# Egg files have the version encoded, so generalize in PLIST, and provide
# our conditional.