pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 09:49:07 UTC 2025

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-jaraco.versioning/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.versioning/Makefile
diff -u pkgsrc/devel/py-jaraco.versioning/Makefile:1.2 pkgsrc/devel/py-jaraco.versioning/Makefile:1.3
--- pkgsrc/devel/py-jaraco.versioning/Makefile:1.2      Mon Nov 11 07:28:13 2024
+++ pkgsrc/devel/py-jaraco.versioning/Makefile  Wed Mar  5 09:49:07 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2024/11/11 07:28:13 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/03/05 09:49:07 wiz Exp $
 
 DISTNAME=      jaraco.versioning-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jaraco.versioning/}
 
@@ -10,14 +11,14 @@ HOMEPAGE=   https://github.com/jaraco/jara
 COMMENT=       More sophisticated version manipulation (than packaging)
 LICENSE=       mit
 
-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}-packaging-[0-9]*:../../devel/py-packaging
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+WHEEL_NAME=    ${DISTNAME:S/./_/}
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index