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:   gutteridge
Date:           Sun May 26 01:56:12 UTC 2024

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

Log Message:
py-pip: requires py-setuptools >= 69 to match generated PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 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.72 pkgsrc/devel/py-pip/Makefile:1.73
--- pkgsrc/devel/py-pip/Makefile:1.72   Thu Feb  8 22:25:25 2024
+++ pkgsrc/devel/py-pip/Makefile        Sun May 26 01:56:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2024/02/08 22:25:25 adam Exp $
+# $NetBSD: Makefile,v 1.73 2024/05/26 01:56:12 gutteridge Exp $
 
 DISTNAME=      pip-24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://pip.pypa.io/
 COMMENT=       Installs Python packages as an easy_install replacement
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=67.6.1:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=69.0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index