pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  3 07:04:02 UTC 2025

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-jaraco.functools/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.functools/Makefile
diff -u pkgsrc/devel/py-jaraco.functools/Makefile:1.19 pkgsrc/devel/py-jaraco.functools/Makefile:1.20
--- pkgsrc/devel/py-jaraco.functools/Makefile:1.19      Mon Nov 11 07:28:12 2024
+++ pkgsrc/devel/py-jaraco.functools/Makefile   Mon Mar  3 07:04:02 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2024/11/11 07:28:12 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2025/03/03 07:04:02 wiz Exp $
 
 DISTNAME=      jaraco_functools-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jaraco.functools/}
 
@@ -10,8 +11,7 @@ HOMEPAGE=     https://github.com/jaraco/jara
 COMMENT=       Additional functools in the spirit of stdlib's functools
 LICENSE=       mit
 
-WHEEL_NAME=    ${DISTNAME:S/_/./}
-
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
 



Home | Main Index | Thread Index | Old Index