pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python
Module Name: pkgsrc
Committed By: wiz
Date: Tue Sep 1 03:58:08 UTC 2020
Modified Files:
pkgsrc/lang/python: egg.mk
Log Message:
python: fix typo that broke setuptools selection
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/python/egg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python/egg.mk
diff -u pkgsrc/lang/python/egg.mk:1.29 pkgsrc/lang/python/egg.mk:1.30
--- pkgsrc/lang/python/egg.mk:1.29 Mon Aug 31 23:05:33 2020
+++ pkgsrc/lang/python/egg.mk Tue Sep 1 03:58:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: egg.mk,v 1.29 2020/08/31 23:05:33 wiz Exp $
+# $NetBSD: egg.mk,v 1.30 2020/09/01 03:58:08 wiz Exp $
#
# Common logic to handle Python Eggs
#
@@ -50,7 +50,7 @@ do-build: ensurepip
ensurepip:
${SETENV} ${MAKE_ENV} ${PYTHONBIN} -m ensurepip --user
.else
-. if ${PYVERSSUFFIX} == "py27"
+. if ${PYVERSSUFFIX} == "2.7"
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools44
. else
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
Home |
Main Index |
Thread Index |
Old Index