pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 28 21:22:51 UTC 2025

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

Log Message:
py-sphinx-argparse: add workaround for sphinx 9 breakage

fixes build of khard

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-sphinx-argparse/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-sphinx-argparse/distinfo

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-argparse/Makefile
diff -u pkgsrc/textproc/py-sphinx-argparse/Makefile:1.2 pkgsrc/textproc/py-sphinx-argparse/Makefile:1.3
--- pkgsrc/textproc/py-sphinx-argparse/Makefile:1.2     Thu Oct  9 07:58:03 2025
+++ pkgsrc/textproc/py-sphinx-argparse/Makefile Sun Dec 28 21:22:50 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2025/10/09 07:58:03 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/12/28 21:22:50 wiz Exp $
 
 DISTNAME=      sphinx_argparse-0.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-argparse/}
 
@@ -19,5 +20,8 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310 # py-sphinx
 
+post-install:
+       ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/sphinxarg/ext.py.orig
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-sphinx-argparse/distinfo
diff -u pkgsrc/textproc/py-sphinx-argparse/distinfo:1.1 pkgsrc/textproc/py-sphinx-argparse/distinfo:1.2
--- pkgsrc/textproc/py-sphinx-argparse/distinfo:1.1     Sun Jul 27 09:04:35 2025
+++ pkgsrc/textproc/py-sphinx-argparse/distinfo Sun Dec 28 21:22:50 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2025/07/27 09:04:35 wiz Exp $
+$NetBSD: distinfo,v 1.2 2025/12/28 21:22:50 wiz Exp $
 
 BLAKE2s (sphinx_argparse-0.5.2.tar.gz) = 66be57831ec4c0ebc4f177a5ca1aec746aceda975fa55aaeca96dee812f52bb5
 SHA512 (sphinx_argparse-0.5.2.tar.gz) = d200099392f7ab657f98b98bf0a02992baa5e2762805f4b066cc971a8181fb53ea20c522fbc1927e7be73cb69725c31a0aa9433b59a1deea0d1a805321fa77dd
 Size (sphinx_argparse-0.5.2.tar.gz) = 27838 bytes
+SHA1 (patch-sphinxarg_ext.py) = b935bedaeb9a77fcaa77683084e688c1817d6eb5



Home | Main Index | Thread Index | Old Index