pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-markups



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

Modified Files:
        pkgsrc/textproc/py-markups: Makefile

Log Message:
py-markups: 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/textproc/py-markups/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-markups/Makefile
diff -u pkgsrc/textproc/py-markups/Makefile:1.19 pkgsrc/textproc/py-markups/Makefile:1.20
--- pkgsrc/textproc/py-markups/Makefile:1.19    Tue Jan 28 02:24:35 2025
+++ pkgsrc/textproc/py-markups/Makefile Wed Mar  5 10:32:46 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2025/01/28 02:24:35 gutteridge Exp $
+# $NetBSD: Makefile,v 1.20 2025/03/05 10:32:46 wiz Exp $
 
 DISTNAME=      markups-4.1.0
-PKGREVISION=   1
+PKGREVISION=   2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Markups/}
@@ -11,9 +11,7 @@ HOMEPAGE=     https://github.com/retext-proj
 COMMENT=       Python text markup language wrapper module
 LICENSE=       modified-bsd
 
-WHEEL_NAME=    ${DISTNAME:S/m/M/}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-markdown-math-[0-9]*:../../textproc/py-markdown-math
 DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml



Home | Main Index | Thread Index | Old Index