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:   riastradh
Date:           Sun Jul  2 13:01:21 UTC 2023

Modified Files:
        pkgsrc/lang/python: wheel.mk

Log Message:
lang/python/wheel.mk: Bump pip dependency version for --executable.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/python/wheel.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/wheel.mk
diff -u pkgsrc/lang/python/wheel.mk:1.8 pkgsrc/lang/python/wheel.mk:1.9
--- pkgsrc/lang/python/wheel.mk:1.8     Tue Jun 27 10:31:21 2023
+++ pkgsrc/lang/python/wheel.mk Sun Jul  2 13:01:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: wheel.mk,v 1.8 2023/06/27 10:31:21 riastradh Exp $
+# $NetBSD: wheel.mk,v 1.9 2023/07/02 13:01:21 riastradh Exp $
 #
 # Initial mk for building and installing python wheels
 #
@@ -19,7 +19,7 @@
 
 .include "../../lang/python/pyversion.mk"
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-pip>=0:../../devel/py-pip
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pip>=23.1.2nb1:../../devel/py-pip
 
 WHEELFILE?= ${WRKSRC}/dist/*.whl
 



Home | Main Index | Thread Index | Old Index