summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-29 13:34:52 +0000
committerwiz <wiz@pkgsrc.org>2022-04-29 13:34:52 +0000
commit31a74d56b26985755c276eaa99f3044110e9fc11 (patch)
treebb7d3b11db4d044d721b84fa9ad7039876781f5c /textproc
parent2abfb547432eee8502072f834579c0ea071a5724 (diff)
downloadpkgsrc-31a74d56b26985755c276eaa99f3044110e9fc11.tar.gz
py-pallets-sphinx-themes: update to 2.0.2.
Version 2.0.2 ------------- Released 2021-11-10 - Detect if Sphinx dirhtml builder is generating canonical URLs with ".html" and replace with the correct dir URL. :issue:`47` - ``canonical_url`` config is deprecated. Use Sphinx's built-in ``html_baseurl`` config instead. :pr:`53` - Address deprecations in Jinja 2.0. :pr:`54` Version 2.0.1 ------------- Released 2021-05-20 - Remove workaround for search URLs when using the ``dirhtml`` builder. The issue has been fixed in Sphinx and the workaround was causing the issue again. :issue:`39` - Remove ``html_context["readthedocs_docsearch"]`` for controlling whether Read the Docs' search is used. :issue:`40` - Add an ``ethicalads.html`` sidebar to have Read the Docs always show ads in the sidebar instead of other possible locations. The sidebar is enabled by default at the end of the list. :issue:`41` Version 2.0.0 ------------- Released 2021-05-11 - Drop Python < 3.6. - Update for Jinja 2.0. - Update for Click 8.0.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-pallets-sphinx-themes/Makefile14
-rw-r--r--textproc/py-pallets-sphinx-themes/PLIST3
-rw-r--r--textproc/py-pallets-sphinx-themes/distinfo8
3 files changed, 14 insertions, 11 deletions
diff --git a/textproc/py-pallets-sphinx-themes/Makefile b/textproc/py-pallets-sphinx-themes/Makefile
index 21aa3633714..aa6b24b85e3 100644
--- a/textproc/py-pallets-sphinx-themes/Makefile
+++ b/textproc/py-pallets-sphinx-themes/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/01/25 09:05:11 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/04/29 13:34:52 wiz Exp $
-DISTNAME= Pallets-Sphinx-Themes-1.2.3
+DISTNAME= Pallets-Sphinx-Themes-2.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pallets-Sphinx-Themes/}
@@ -11,15 +10,18 @@ HOMEPAGE= https://github.com/pallets/pallets-sphinx-themes
COMMENT= Sphinx themes for Pallets and related projects
LICENSE= modified-bsd
-PYTHON_VERSIONED_DEPENDENCIES+= sphinx
+DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/pyversion.mk"
+
.if ${_PYTHON_VERSION} < 38
-PYTHON_VERSIONED_DEPENDENCIES+= importlib-metadata
+PYTHON_VERSIONED_DEPENDENCIES+= importlib-metadata
.endif
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-pallets-sphinx-themes/PLIST b/textproc/py-pallets-sphinx-themes/PLIST
index ffc99056537..18f1c8a2259 100644
--- a/textproc/py-pallets-sphinx-themes/PLIST
+++ b/textproc/py-pallets-sphinx-themes/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/10/11 16:28:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/04/29 13:34:52 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -40,6 +40,7 @@ ${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
+${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/ethicalads.html
${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/layout.html
${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/localtoc.html
${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/project.html
diff --git a/textproc/py-pallets-sphinx-themes/distinfo b/textproc/py-pallets-sphinx-themes/distinfo
index 7f1dd6c6b3c..400cd2f02d5 100644
--- a/textproc/py-pallets-sphinx-themes/distinfo
+++ b/textproc/py-pallets-sphinx-themes/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:23:09 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/04/29 13:34:52 wiz Exp $
-BLAKE2s (Pallets-Sphinx-Themes-1.2.3.tar.gz) = 064a1177b41b447e940125b88a57cf96c1e86da05de8ded105cbb86405ec2813
-SHA512 (Pallets-Sphinx-Themes-1.2.3.tar.gz) = 26a8ea77307c1e7afefdef3ee63749235348dfa370dd8ef4bf0b7bc5871a144f47199b615a0a20d63033e4117ad134d51e064cf0368eeb852ef4b87e355a0586
-Size (Pallets-Sphinx-Themes-1.2.3.tar.gz) = 21382 bytes
+BLAKE2s (Pallets-Sphinx-Themes-2.0.2.tar.gz) = 67c6a109c4ec638e94361b43216a3215485e7c51f67f02b618ddfedc8e106941
+SHA512 (Pallets-Sphinx-Themes-2.0.2.tar.gz) = c835256c92f25b35068042a7c0ce1594b58121edaa036940880459ba6ae4757dad7ad5de72afd122372e03aaf7523fdb5714fe3fb94eb55569501556c9f01d71
+Size (Pallets-Sphinx-Themes-2.0.2.tar.gz) = 21818 bytes