pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-jaraco.text



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:32:05 UTC 2025

Modified Files:
        pkgsrc/textproc/py-jaraco.text: Makefile

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-jaraco.text/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-jaraco.text/Makefile
diff -u pkgsrc/textproc/py-jaraco.text/Makefile:1.11 pkgsrc/textproc/py-jaraco.text/Makefile:1.12
--- pkgsrc/textproc/py-jaraco.text/Makefile:1.11        Mon Nov 11 07:29:03 2024
+++ pkgsrc/textproc/py-jaraco.text/Makefile     Wed Mar  5 10:32:05 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2024/11/11 07:29:03 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2025/03/05 10:32:05 wiz Exp $
 
 DISTNAME=      jaraco_text-4.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jaraco.text/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://github.com/jaraco/jara
 COMMENT=       Module for text manipulation
 LICENSE=       mit
 
-WHEEL_NAME=    jaraco.text-${PKGVERSION_NOREV}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-autocommand-[0-9]*:../../misc/py-autocommand
 DEPENDS+=      ${PYPKGPREFIX}-jaraco.context>=4.1:../../devel/py-jaraco.context



Home | Main Index | Thread Index | Old Index