pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 09:52:10 UTC 2025

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-path.py/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-path.py/Makefile
diff -u pkgsrc/devel/py-path.py/Makefile:1.14 pkgsrc/devel/py-path.py/Makefile:1.15
--- pkgsrc/devel/py-path.py/Makefile:1.14       Mon Nov 11 07:28:17 2024
+++ pkgsrc/devel/py-path.py/Makefile    Wed Mar  5 09:52:10 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2024/11/11 07:28:17 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/03/05 09:52:10 wiz Exp $
 
 DISTNAME=      path.py-12.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/path.py/}
 
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/jaraco/path
 COMMENT=       Module wrapper for os.path
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=34.4:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-path-[0-9]*:../../devel/py-path
 TEST_DEPENDS+= ${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
@@ -23,7 +23,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-checkdocs>=1.2.3:../../devel/py-test-checkdocs
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+WHEEL_NAME=    ${DISTNAME:S/./_/}
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index