pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 21 17:22:57 UTC 2025

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

Log Message:
py-sphinx: switch to py-roman_numerals

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/textproc/py-sphinx/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-sphinx/Makefile
diff -u pkgsrc/textproc/py-sphinx/Makefile:1.109 pkgsrc/textproc/py-sphinx/Makefile:1.110
--- pkgsrc/textproc/py-sphinx/Makefile:1.109    Thu Oct  9 07:58:04 2025
+++ pkgsrc/textproc/py-sphinx/Makefile  Sun Dec 21 17:22:57 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.109 2025/10/09 07:58:04 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2025/12/21 17:22:57 wiz Exp $
 
 DISTNAME=      sphinx-8.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
 
@@ -19,7 +20,7 @@ DEPENDS+=     ${PYPKGPREFIX}-jinja2>=3.1:../
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=23.0:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=2.17:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.30.0:../../devel/py-requests
-DEPENDS+=      ${PYPKGPREFIX}-roman_numerals_py>=0:../../math/py-roman_numerals_py
+DEPENDS+=      ${PYPKGPREFIX}-roman_numerals>=0:../../math/py-roman_numerals
 DEPENDS+=      ${PYPKGPREFIX}-snowballstemmer>=2.2:../../textproc/py-snowballstemmer
 DEPENDS+=      ${PYPKGPREFIX}-sphinxcontrib-applehelp>=1.0.7:../../textproc/py-sphinxcontrib-applehelp
 DEPENDS+=      ${PYPKGPREFIX}-sphinxcontrib-devhelp>=1.0.6:../../textproc/py-sphinxcontrib-devhelp



Home | Main Index | Thread Index | Old Index