pkgsrc-WIP-changes archive

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

updated to use py-setuptools>=78



Module Name:	pkgsrc-wip
Committed By:	Jan-Hinrich Fessel <oskar%fessel.org@localhost>
Pushed By:	oskar
Date:		Fri Apr 18 16:42:39 2025 +0200
Changeset:	4a4f4e04b012f44b1df065839b2328efd0fdf77d

Modified Files:
	py-pyasynchat/Makefile
	py-pyasynchat/PLIST
	py-pyasyncore/Makefile
	py-pyasyncore/PLIST

Log Message:
updated to use py-setuptools>=78

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4a4f4e04b012f44b1df065839b2328efd0fdf77d

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

diffstat:
 py-pyasynchat/Makefile | 3 ++-
 py-pyasynchat/PLIST    | 2 +-
 py-pyasyncore/Makefile | 2 +-
 py-pyasyncore/PLIST    | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-pyasynchat/Makefile b/py-pyasynchat/Makefile
index 98f177ce7f..8d287656d5 100644
--- a/py-pyasynchat/Makefile
+++ b/py-pyasynchat/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	pyasynchat-1.0.4
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pyasynchat/}
 
@@ -16,7 +17,7 @@ USE_LANGUAGES=	# none
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27 39 310 311
 
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-pyasynchat/PLIST b/py-pyasynchat/PLIST
index 10d4337eb2..11958f7795 100644
--- a/py-pyasynchat/PLIST
+++ b/py-pyasynchat/PLIST
@@ -2,7 +2,7 @@
 ${PYSITELIB}/asynchat/__init__.py
 ${PYSITELIB}/asynchat/__init__.pyc
 ${PYSITELIB}/asynchat/__init__.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
diff --git a/py-pyasyncore/Makefile b/py-pyasyncore/Makefile
index d1d4405b74..4468c4e9ab 100644
--- a/py-pyasyncore/Makefile
+++ b/py-pyasyncore/Makefile
@@ -14,7 +14,7 @@ USE_LANGUAGES=	# none
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27 39 310 311
 
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-pyasyncore/PLIST b/py-pyasyncore/PLIST
index cc4c358246..5341e33a47 100644
--- a/py-pyasyncore/PLIST
+++ b/py-pyasyncore/PLIST
@@ -2,7 +2,7 @@
 ${PYSITELIB}/asyncore/__init__.py
 ${PYSITELIB}/asyncore/__init__.pyc
 ${PYSITELIB}/asyncore/__init__.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL


Home | Main Index | Thread Index | Old Index