Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python python: fix typo that broke setuptools sel...
details: https://anonhg.NetBSD.org/pkgsrc/rev/57af709fb6df
branches: trunk
changeset: 437811:57af709fb6df
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Sep 01 03:58:08 2020 +0000
description:
python: fix typo that broke setuptools selection
diffstat:
lang/python/egg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1d4c28b2d342 -r 57af709fb6df lang/python/egg.mk
--- a/lang/python/egg.mk Tue Sep 01 00:48:01 2020 +0000
+++ b/lang/python/egg.mk Tue Sep 01 03:58:08 2020 +0000
@@ -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 @@
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