pkgsrc-wip -- http://pkgsrc.org/wip/
/
pkgsrc-wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5046d18
)
distutils.mk: remove PY_NO_EGG
author
Thomas Klausner
<tk@giga.or.at>
Wed, 12 Jan 2022 08:42:34 +0000
(09:42 +0100)
committer
Thomas Klausner
<tk@giga.or.at>
Wed, 12 Jan 2022 08:42:47 +0000
(09:42 +0100)
python/distutils.mk
patch
|
blob
|
blame
|
history
diff --git
a/python/distutils.mk
b/python/distutils.mk
index aa8199ec165301ed8996544ff4098deb14d3b77e..bfddb5e1d9b53762d2791172c359433d5f8668e2 100644
(file)
--- a/
python/distutils.mk
+++ b/
python/distutils.mk
@@
-21,9
+21,6
@@
PYDISTUTILSPKG= yes
# Set the egg file basename.
EGG_NAME?= ${DISTNAME:C/-([^0-9])/_\1/g}
-# Python distutils will create an eggfile.
-PY_NO_EGG?= no
-
# Egg files have the version encoded, so generalize in PLIST.
PLIST_SUBST+= EGG_FILE=${EGG_NAME}-py${PYVERSSUFFIX}.egg-info
PRINT_PLIST_AWK+= { gsub("${EGG_NAME}-py${PYVERSSUFFIX}.egg-info", \