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:           Fri Apr 29 13:34:52 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-pallets-sphinx-themes/PLIST
cvs rdiff -u -r1.5 -r1.6 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.7 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.8
--- pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.7       Tue Jan 25 09:05:11 2022
+++ pkgsrc/textproc/py-pallets-sphinx-themes/Makefile   Fri Apr 29 13:34:52 2022
@@ -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/pal
 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"

Index: pkgsrc/textproc/py-pallets-sphinx-themes/PLIST
diff -u pkgsrc/textproc/py-pallets-sphinx-themes/PLIST:1.2 pkgsrc/textproc/py-pallets-sphinx-themes/PLIST:1.3
--- pkgsrc/textproc/py-pallets-sphinx-themes/PLIST:1.2  Fri Oct 11 16:28:39 2019
+++ pkgsrc/textproc/py-pallets-sphinx-themes/PLIST      Fri Apr 29 13:34:52 2022
@@ -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/theme
 ${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

Index: pkgsrc/textproc/py-pallets-sphinx-themes/distinfo
diff -u pkgsrc/textproc/py-pallets-sphinx-themes/distinfo:1.5 pkgsrc/textproc/py-pallets-sphinx-themes/distinfo:1.6
--- pkgsrc/textproc/py-pallets-sphinx-themes/distinfo:1.5       Tue Oct 26 11:23:09 2021
+++ pkgsrc/textproc/py-pallets-sphinx-themes/distinfo   Fri Apr 29 13:34:52 2022
@@ -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



Home | Main Index | Thread Index | Old Index