pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jaraco.collections



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Mar  8 12:36:00 UTC 2025

Modified Files:
        pkgsrc/devel/py-jaraco.collections: Makefile

Log Message:
py-jaraco.collections: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-jaraco.collections/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-jaraco.collections/Makefile
diff -u pkgsrc/devel/py-jaraco.collections/Makefile:1.9 pkgsrc/devel/py-jaraco.collections/Makefile:1.10
--- pkgsrc/devel/py-jaraco.collections/Makefile:1.9     Mon Nov 11 07:28:12 2024
+++ pkgsrc/devel/py-jaraco.collections/Makefile Sat Mar  8 12:36:00 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2024/11/11 07:28:12 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/03/08 12:36:00 wiz Exp $
 
 DISTNAME=      jaraco_collections-5.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jaraco.collections/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://github.com/jaraco/jara
 COMMENT=       Collection objects similar to those in stdlib
 LICENSE=       mit
 
-WHEEL_NAME=    ${DISTNAME:S/_/./}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=56:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-jaraco.text-[0-9]*:../../textproc/py-jaraco.text
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-checkdocs>=2.4:../../devel/py-test-checkdocs



Home | Main Index | Thread Index | Old Index