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:   adam
Date:           Thu Mar  5 09:04:53 UTC 2026

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

Log Message:
py-pallets-sphinx-themes: updated to 2.5.0

Version 2.5.0

- Use Atkinson Hyperlegible font.
- Click theme does not use monospace font for body.
- Use local font files instead of Google Fonts.

Version 2.4.0

- Fix compatibility with Sphinx >= 9.0.
- Require Sphinx >= 7.3.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-pallets-sphinx-themes/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-pallets-sphinx-themes/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-pallets-sphinx-themes/Makefile
diff -u pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.22 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.23
--- pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.22      Tue Jan  6 11:18:45 2026
+++ pkgsrc/textproc/py-pallets-sphinx-themes/Makefile   Thu Mar  5 09:04:53 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2026/01/06 11:18:45 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2026/03/05 09:04:53 adam Exp $
 
-DISTNAME=      pallets_sphinx_themes-2.3.0
+DISTNAME=      pallets_sphinx_themes-2.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pallets-Sphinx-Themes/}
@@ -12,15 +12,12 @@ LICENSE=    modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
-DEPENDS+=      ${PYPKGPREFIX}-sphinx>=3:../../textproc/py-sphinx
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=7.3:../../textproc/py-sphinx
 DEPENDS+=      ${PYPKGPREFIX}-sphinx-notfound-page-[0-9]*:../../textproc/py-sphinx-notfound-page
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310 311 # 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"

Index: pkgsrc/textproc/py-pallets-sphinx-themes/PLIST
diff -u pkgsrc/textproc/py-pallets-sphinx-themes/PLIST:1.6 pkgsrc/textproc/py-pallets-sphinx-themes/PLIST:1.7
--- pkgsrc/textproc/py-pallets-sphinx-themes/PLIST:1.6  Tue Apr  8 15:37:32 2025
+++ pkgsrc/textproc/py-pallets-sphinx-themes/PLIST      Thu Mar  5 09:04:53 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/08 15:37:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/03/05 09:04:53 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -7,9 +7,6 @@ ${PYSITELIB}/${WHEEL_INFODIR}/licenses/L
 ${PYSITELIB}/pallets_sphinx_themes/__init__.py
 ${PYSITELIB}/pallets_sphinx_themes/__init__.pyc
 ${PYSITELIB}/pallets_sphinx_themes/__init__.pyo
-${PYSITELIB}/pallets_sphinx_themes/theme_check.py
-${PYSITELIB}/pallets_sphinx_themes/theme_check.pyc
-${PYSITELIB}/pallets_sphinx_themes/theme_check.pyo
 ${PYSITELIB}/pallets_sphinx_themes/themes/__init__.py
 ${PYSITELIB}/pallets_sphinx_themes/themes/__init__.pyc
 ${PYSITELIB}/pallets_sphinx_themes/themes/__init__.pyo
@@ -39,6 +36,9 @@ ${PYSITELIB}/pallets_sphinx_themes/theme
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/localtoc.html
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/project.html
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/relations.html
+${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/static/atkinson/AtkinsonHyperlegibleMonoVF-Variable.woff2
+${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/static/atkinson/AtkinsonHyperlegibleNextVF-Variable.woff2
+${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/static/atkinson/LICENSE.txt
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/static/describe_version.js
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/static/pocoo.css
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/theme.conf

Index: pkgsrc/textproc/py-pallets-sphinx-themes/distinfo
diff -u pkgsrc/textproc/py-pallets-sphinx-themes/distinfo:1.9 pkgsrc/textproc/py-pallets-sphinx-themes/distinfo:1.10
--- pkgsrc/textproc/py-pallets-sphinx-themes/distinfo:1.9       Tue Apr  8 15:37:32 2025
+++ pkgsrc/textproc/py-pallets-sphinx-themes/distinfo   Thu Mar  5 09:04:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/04/08 15:37:32 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/03/05 09:04:53 adam Exp $
 
-BLAKE2s (pallets_sphinx_themes-2.3.0.tar.gz) = e52d6b6996f0745280735d137b98b47bc27a913ecefae843c1ade2161ae64608
-SHA512 (pallets_sphinx_themes-2.3.0.tar.gz) = 9c76ab7e8e2cecaaecab7ccc621bac685b28394d16e4d35d79b8dc7745ceff88cba23b04efeb1faf0b6a987cf173c9fc77364a7306bfe5029e5129fed791b5a8
-Size (pallets_sphinx_themes-2.3.0.tar.gz) = 21029 bytes
+BLAKE2s (pallets_sphinx_themes-2.5.0.tar.gz) = a1fcb5d694fdac1dc8739542aeccd5838c76811429ef6c14ccafb18386f8ac3e
+SHA512 (pallets_sphinx_themes-2.5.0.tar.gz) = f5e83335025531e9cdfdf8cd3df6e19a5e78e78fbc4700e75a44c08072a1de8c3673da8325d6239669142d6872ff62dea074f2b3e664d296a61bbdb93be0e8aa
+Size (pallets_sphinx_themes-2.5.0.tar.gz) = 216582 bytes



Home | Main Index | Thread Index | Old Index