pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx-rtd-theme



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 13 10:53:44 UTC 2024

Modified Files:
        pkgsrc/textproc/py-sphinx-rtd-theme: Makefile PLIST distinfo

Log Message:
py-sphinx-rtd-theme: updated to 3.0.1

3.0.1

Use black color for text in selectors.

3.0.0

Final version.

3.0.0rc4

Fixes

Trigger "Read the Docs Search addon" when focusing the "Search docs" input in the navbar.

3.0.0rc3

Fixes

Show hidden version in selector if it's the current active version

3.0.0rc2

Added

Render version and language selectors below the documentation's title (top left). This can be controlled via the new theme options version_selector and language_selector.

3.0.0rc1

Added

Added support for Sphinx 8.
Added support for Python 3.12.
Added support for docutils >0.18, <0.22.
Populate html_context with all the environment variables starting with READTHEDOCS_.

Deprecations

Drop support for Sphinx <6.0.
Drop support for Python <3.8.
analytics_id and analytics_anonymize_ip are deprecated, use sphinxcontrib-googleanalytics instead.
Drop support for all versions of Internet Explorer.
Raise a warning when defining html_theme_path. This was an old config that's not required anymore.
extra_css_files is deprecated and support will be removed in a future version.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/py-sphinx-rtd-theme/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-sphinx-rtd-theme/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-sphinx-rtd-theme/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-rtd-theme/Makefile
diff -u pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.20 pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.21
--- pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.20   Mon Nov 11 07:29:08 2024
+++ pkgsrc/textproc/py-sphinx-rtd-theme/Makefile        Wed Nov 13 10:53:44 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/11/11 07:29:08 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2024/11/13 10:53:44 adam Exp $
 
-DISTNAME=      sphinx_rtd_theme-2.0.0
+DISTNAME=      sphinx_rtd_theme-3.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx_rtd_theme/}
@@ -11,8 +11,8 @@ COMMENT=      Sphinx readthedocs.org theme
 LICENSE=       mit AND apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
-DEPENDS+=      ${PYPKGPREFIX}-sphinx>=5:../../textproc/py-sphinx
+DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.19:../../textproc/py-docutils
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=6:../../textproc/py-sphinx
 DEPENDS+=      ${PYPKGPREFIX}-sphinxcontrib-jquery>=4:../../textproc/py-sphinxcontrib-jquery
 
 USE_LANGUAGES= # none

Index: pkgsrc/textproc/py-sphinx-rtd-theme/PLIST
diff -u pkgsrc/textproc/py-sphinx-rtd-theme/PLIST:1.6 pkgsrc/textproc/py-sphinx-rtd-theme/PLIST:1.7
--- pkgsrc/textproc/py-sphinx-rtd-theme/PLIST:1.6       Sun Jan 14 18:26:15 2024
+++ pkgsrc/textproc/py-sphinx-rtd-theme/PLIST   Wed Nov 13 10:53:44 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2024/01/14 18:26:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/11/13 10:53:44 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -73,9 +73,32 @@ ${PYSITELIB}/sphinx_rtd_theme/static/css
 ${PYSITELIB}/sphinx_rtd_theme/static/css/fonts/lato-normal.woff
 ${PYSITELIB}/sphinx_rtd_theme/static/css/fonts/lato-normal.woff2
 ${PYSITELIB}/sphinx_rtd_theme/static/css/theme.css
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bold.eot
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bold.ttf
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bold.woff
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bold.woff2
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bolditalic.eot
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bolditalic.ttf
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bolditalic.woff
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bolditalic.woff2
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-italic.eot
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-italic.ttf
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-italic.woff
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-italic.woff2
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-regular.eot
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-regular.ttf
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-regular.woff
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-regular.woff2
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
 ${PYSITELIB}/sphinx_rtd_theme/static/js/badge_only.js
-${PYSITELIB}/sphinx_rtd_theme/static/js/html5shiv-printshiv.min.js
-${PYSITELIB}/sphinx_rtd_theme/static/js/html5shiv.min.js
 ${PYSITELIB}/sphinx_rtd_theme/static/js/theme.js
+${PYSITELIB}/sphinx_rtd_theme/static/js/versions.js_t
 ${PYSITELIB}/sphinx_rtd_theme/theme.conf
 ${PYSITELIB}/sphinx_rtd_theme/versions.html

Index: pkgsrc/textproc/py-sphinx-rtd-theme/distinfo
diff -u pkgsrc/textproc/py-sphinx-rtd-theme/distinfo:1.14 pkgsrc/textproc/py-sphinx-rtd-theme/distinfo:1.15
--- pkgsrc/textproc/py-sphinx-rtd-theme/distinfo:1.14   Sun Jan 14 18:26:15 2024
+++ pkgsrc/textproc/py-sphinx-rtd-theme/distinfo        Wed Nov 13 10:53:44 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/01/14 18:26:15 adam Exp $
+$NetBSD: distinfo,v 1.15 2024/11/13 10:53:44 adam Exp $
 
-BLAKE2s (sphinx_rtd_theme-2.0.0.tar.gz) = 5c5f06898585ded820c9335cdc12ba4ccb8ee7a4309ece97a2c9f5d49ee67d2d
-SHA512 (sphinx_rtd_theme-2.0.0.tar.gz) = 3de989e24f2c187058b19017a92cf2159af0fdb32e5c3bc46992797a3be0f23ad75e1fd9b758e7d672eb38524798b4800de2e1b405910ea043dbd7d6f32a05da
-Size (sphinx_rtd_theme-2.0.0.tar.gz) = 2785005 bytes
+BLAKE2s (sphinx_rtd_theme-3.0.1.tar.gz) = 72f3cf4fe6d93cee94911ac50424539eeda67d7cdb40b9be321a797561e9da77
+SHA512 (sphinx_rtd_theme-3.0.1.tar.gz) = 38fddf75ec2ee9622427fa88b868241f0da05214783e69af042137d892c9289960f75a10e35bf3a304c1ba9023f1a18d0b82257449febeb5b41c06e7482a02b3
+Size (sphinx_rtd_theme-3.0.1.tar.gz) = 7620352 bytes



Home | Main Index | Thread Index | Old Index