pkgsrc-WIP-changes archive

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

distutils.mk: remove PY_NO_EGG



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Jan 12 09:42:34 2022 +0100
Changeset:	073fe8eab0ee16640e1fda1b6f65d911c470b605

Modified Files:
	python/distutils.mk

Log Message:
distutils.mk: remove PY_NO_EGG

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=073fe8eab0ee16640e1fda1b6f65d911c470b605

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 python/distutils.mk | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/python/distutils.mk b/python/distutils.mk
index aa8199ec16..bfddb5e1d9 100644
--- 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", \


Home | Main Index | Thread Index | Old Index