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:           Tue Apr  8 15:37:32 UTC 2025

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

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

Version 2.3.0

-   When getting the canonical URL on Read the Docs, replace the path with
    ``/en/stable/`` instead of ``/page/``. This can be configured with
    ``rtd_canonical_path``. :pr:`122`
-   The version banner can be disabled by setting ``version_banner = False``.
    On Read the Docs, it is disabled when building the ``stable`` version or
    PRs. :pr:`123`

Version 2.2.0

-   Get canonical URL from environment variable when building on Read the Docs.
    :pr:`117`
-   New version warning banner. Use JavaScript to query PyPI when viewing a
    page, rather than baking the warning into the build. New builds of old
    versions are no longer required for the banner to be correct. :pr:`117`
-   Generate 404 page using the sphinx-notfound-page extension. This fixes the
    URLs when the page is hosted so that it loads the CSS. :issue:`34`
-   Remove handling for ``singlehtml_sidebars`` config which predated Sphinx's
    support. :pr:`119`
-   Remove "babel" and "platter" theme variants which were undocumented and did
    not appear to be used by the relevant projects. :pr:`120`


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-pallets-sphinx-themes/PLIST
cvs rdiff -u -r1.8 -r1.9 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.18 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.19
--- pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.18      Sun Feb 23 21:07:55 2025
+++ pkgsrc/textproc/py-pallets-sphinx-themes/Makefile   Tue Apr  8 15:37:32 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2025/02/23 21:07:55 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2025/04/08 15:37:32 adam Exp $
 
-DISTNAME=      pallets_sphinx_themes-2.1.3
+DISTNAME=      pallets_sphinx_themes-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pallets-Sphinx-Themes/}
 
@@ -14,6 +13,7 @@ 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-notfound-page-[0-9]*:../../textproc/py-sphinx-notfound-page
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/textproc/py-pallets-sphinx-themes/PLIST
diff -u pkgsrc/textproc/py-pallets-sphinx-themes/PLIST:1.5 pkgsrc/textproc/py-pallets-sphinx-themes/PLIST:1.6
--- pkgsrc/textproc/py-pallets-sphinx-themes/PLIST:1.5  Sun Feb 23 21:07:55 2025
+++ pkgsrc/textproc/py-pallets-sphinx-themes/PLIST      Tue Apr  8 15:37:32 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/02/23 21:07:55 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/04/08 15:37:32 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -13,8 +13,6 @@ ${PYSITELIB}/pallets_sphinx_themes/theme
 ${PYSITELIB}/pallets_sphinx_themes/themes/__init__.py
 ${PYSITELIB}/pallets_sphinx_themes/themes/__init__.pyc
 ${PYSITELIB}/pallets_sphinx_themes/themes/__init__.pyo
-${PYSITELIB}/pallets_sphinx_themes/themes/babel/static/babel.css
-${PYSITELIB}/pallets_sphinx_themes/themes/babel/theme.conf
 ${PYSITELIB}/pallets_sphinx_themes/themes/click/__init__.py
 ${PYSITELIB}/pallets_sphinx_themes/themes/click/__init__.pyc
 ${PYSITELIB}/pallets_sphinx_themes/themes/click/__init__.pyo
@@ -33,9 +31,6 @@ ${PYSITELIB}/pallets_sphinx_themes/theme
 ${PYSITELIB}/pallets_sphinx_themes/themes/jinja/domain.pyo
 ${PYSITELIB}/pallets_sphinx_themes/themes/jinja/static/jinja.css
 ${PYSITELIB}/pallets_sphinx_themes/themes/jinja/theme.conf
-${PYSITELIB}/pallets_sphinx_themes/themes/platter/static/platter.css
-${PYSITELIB}/pallets_sphinx_themes/themes/platter/theme.conf
-${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/404.html
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/__init__.py
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/__init__.pyc
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/__init__.pyo
@@ -44,12 +39,8 @@ ${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/describe_version.js
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/static/pocoo.css
-${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/static/version_warning_offset.js
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/theme.conf
-${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/versions.html
 ${PYSITELIB}/pallets_sphinx_themes/themes/werkzeug/static/werkzeug.css
 ${PYSITELIB}/pallets_sphinx_themes/themes/werkzeug/theme.conf
-${PYSITELIB}/pallets_sphinx_themes/versions.py
-${PYSITELIB}/pallets_sphinx_themes/versions.pyc
-${PYSITELIB}/pallets_sphinx_themes/versions.pyo

Index: pkgsrc/textproc/py-pallets-sphinx-themes/distinfo
diff -u pkgsrc/textproc/py-pallets-sphinx-themes/distinfo:1.8 pkgsrc/textproc/py-pallets-sphinx-themes/distinfo:1.9
--- pkgsrc/textproc/py-pallets-sphinx-themes/distinfo:1.8       Sat May 11 19:11:49 2024
+++ pkgsrc/textproc/py-pallets-sphinx-themes/distinfo   Tue Apr  8 15:37:32 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/05/11 19:11:49 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/04/08 15:37:32 adam Exp $
 
-BLAKE2s (pallets_sphinx_themes-2.1.3.tar.gz) = a345c224a13faa81e4cb1d2b631937c5d8bcb6fc7c1685d9db7a178ae2ae16a6
-SHA512 (pallets_sphinx_themes-2.1.3.tar.gz) = 2b11d05af4023b54b6bb3f1edda509648458542b9ff255b709cc01797551755d80851612259f460e3d17e4a3b5da0833e12c15bf5df11b38641c4d34007dc12e
-Size (pallets_sphinx_themes-2.1.3.tar.gz) = 20124 bytes
+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



Home | Main Index | Thread Index | Old Index