pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 19 13:34:26 UTC 2021

Modified Files:
        pkgsrc/devel/py-pip: Makefile

Log Message:
py-pip: not for python 2.x

(Use py-pip20 instead)


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/py-pip/Makefile

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

Modified files:

Index: pkgsrc/devel/py-pip/Makefile
diff -u pkgsrc/devel/py-pip/Makefile:1.48 pkgsrc/devel/py-pip/Makefile:1.49
--- pkgsrc/devel/py-pip/Makefile:1.48   Tue Nov  9 23:19:49 2021
+++ pkgsrc/devel/py-pip/Makefile        Sun Dec 19 13:34:26 2021
@@ -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/appdirs
 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