pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx-issues



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 12 22:13:02 UTC 2026

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

Log Message:
py-sphinx-issues: fix PLIST for flit_core 4 and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-sphinx-issues/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-sphinx-issues/PLIST

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-issues/Makefile
diff -u pkgsrc/textproc/py-sphinx-issues/Makefile:1.15 pkgsrc/textproc/py-sphinx-issues/Makefile:1.16
--- pkgsrc/textproc/py-sphinx-issues/Makefile:1.15      Thu May 28 11:53:37 2026
+++ pkgsrc/textproc/py-sphinx-issues/Makefile   Wed Aug 12 22:13:01 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2026/05/28 11:53:37 adam Exp $
+# $NetBSD: Makefile,v 1.16 2026/08/12 22:13:01 wiz Exp $
 
 DISTNAME=      sphinx_issues-6.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-issues/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/sloria/sphi
 COMMENT=       Sphinx extension for linking to an issue tracker
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=4:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-sphinx>=8.1.0:../../textproc/py-sphinx
 
 USE_LANGUAGES= # none

Index: pkgsrc/textproc/py-sphinx-issues/PLIST
diff -u pkgsrc/textproc/py-sphinx-issues/PLIST:1.3 pkgsrc/textproc/py-sphinx-issues/PLIST:1.4
--- pkgsrc/textproc/py-sphinx-issues/PLIST:1.3  Sun Feb 23 20:56:00 2025
+++ pkgsrc/textproc/py-sphinx-issues/PLIST      Wed Aug 12 22:13:01 2026
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2025/02/23 20:56:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/08/12 22:13:01 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE
 ${PYSITELIB}/sphinx_issues/__init__.py
 ${PYSITELIB}/sphinx_issues/__init__.pyc
 ${PYSITELIB}/sphinx_issues/__init__.pyo



Home | Main Index | Thread Index | Old Index