pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pip py-pip: not for python 2.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84875dda8499
branches:  trunk
changeset: 771556:84875dda8499
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 19 13:34:26 2021 +0000

description:
py-pip: not for python 2.x

(Use py-pip20 instead)

diffstat:

 devel/py-pip/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6bd37094647d -r 84875dda8499 devel/py-pip/Makefile
--- a/devel/py-pip/Makefile     Sun Dec 19 13:33:36 2021 +0000
+++ b/devel/py-pip/Makefile     Sun Dec 19 13:34:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2021/11/09 23:19:49 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2021/12/19 13:34:26 wiz Exp $
 
 DISTNAME=      pip-21.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@
 REPLACE_PYTHON+=       src/pip/_vendor/chardet/cli/chardetect.py
 REPLACE_PYTHON+=       src/pip/_vendor/requests/certs.py
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/pyversion.mk"
 FILES_SUBST+=  PYMAJORVERSION=${_PYTHON_VERSION:C/^([0-9]).*/\1/}
 



Home | Main Index | Thread Index | Old Index