pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Mar  8 13:09:55 UTC 2025

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-jaraco.develop/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.develop/Makefile
diff -u pkgsrc/devel/py-jaraco.develop/Makefile:1.12 pkgsrc/devel/py-jaraco.develop/Makefile:1.13
--- pkgsrc/devel/py-jaraco.develop/Makefile:1.12        Sun Feb 23 16:59:18 2025
+++ pkgsrc/devel/py-jaraco.develop/Makefile     Sat Mar  8 13:09:55 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2025/02/23 16:59:18 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/03/08 13:09:55 wiz Exp $
 
 DISTNAME=      jaraco_develop-8.15.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jaraco.develop/}
 
@@ -10,8 +11,7 @@ HOMEPAGE=     https://github.com/jaraco/jara
 COMMENT=       Development utilities by jaraco
 LICENSE=       mit
 
-WHEEL_NAME=    ${DISTNAME:S/_/./}
-
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-autocommand-[0-9]*:../../misc/py-autocommand
 DEPENDS+=      ${PYPKGPREFIX}-build-[0-9]*:../../devel/py-build



Home | Main Index | Thread Index | Old Index