pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 09:47:23 UTC 2025

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-jaraco.path/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.path/Makefile
diff -u pkgsrc/devel/py-jaraco.path/Makefile:1.13 pkgsrc/devel/py-jaraco.path/Makefile:1.14
--- pkgsrc/devel/py-jaraco.path/Makefile:1.13   Sun Dec 29 09:28:48 2024
+++ pkgsrc/devel/py-jaraco.path/Makefile        Wed Mar  5 09:47:23 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2024/12/29 09:28:48 adam Exp $
+# $NetBSD: Makefile,v 1.14 2025/03/05 09:47:23 wiz Exp $
 
 DISTNAME=      jaraco_path-3.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jaraco.path/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://github.com/jaraco/jara
 COMMENT=       Miscellaneous path functions
 LICENSE=       mit
 
-WHEEL_NAME=    ${DISTNAME:S/_/./}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../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
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8



Home | Main Index | Thread Index | Old Index