pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pallets-sphinx-themes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec 23 07:36:15 UTC 2025

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

Log Message:
py-pallets-sphinx-themes: mark as BROKEN by sphinx 9 update

Link to upstream bug report.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/py-pallets-sphinx-themes/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-pallets-sphinx-themes/Makefile
diff -u pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.20 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.21
--- pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.20      Thu Oct  9 07:58:01 2025
+++ pkgsrc/textproc/py-pallets-sphinx-themes/Makefile   Tue Dec 23 07:36:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2025/10/09 07:58:01 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/12/23 07:36:15 wiz Exp $
 
 DISTNAME=      pallets_sphinx_themes-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -19,5 +19,8 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310 # py-sphinx
 
+# https://github.com/pallets/pallets-sphinx-themes/issues/128
+BROKEN=                "Broken by sphinx 9"
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index