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:           Fri Jan  3 12:45:10 UTC 2020

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

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

Version 1.2.3
- Use built-in :mod:`importlib.metadata` on Python 3.8.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile
cvs rdiff -u -r1.2 -r1.3 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.4 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.5
--- pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.4       Tue Nov 12 03:36:04 2019
+++ pkgsrc/textproc/py-pallets-sphinx-themes/Makefile   Fri Jan  3 12:45:10 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/11/12 03:36:04 gutteridge Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/03 12:45:10 adam Exp $
 
-DISTNAME=      Pallets-Sphinx-Themes-1.2.2
-PKGREVISION=   1
+DISTNAME=      Pallets-Sphinx-Themes-1.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pallets-Sphinx-Themes/}
@@ -15,7 +14,10 @@ PYTHON_VERSIONED_DEPENDENCIES=       sphinx
 
 USE_LANGUAGES= # none
 
-DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=0.12:../../devel/py-importlib-metadata
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} < 38
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
+.endif
 
 .include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"

Index: pkgsrc/textproc/py-pallets-sphinx-themes/distinfo
diff -u pkgsrc/textproc/py-pallets-sphinx-themes/distinfo:1.2 pkgsrc/textproc/py-pallets-sphinx-themes/distinfo:1.3
--- pkgsrc/textproc/py-pallets-sphinx-themes/distinfo:1.2       Fri Oct 11 16:28:39 2019
+++ pkgsrc/textproc/py-pallets-sphinx-themes/distinfo   Fri Jan  3 12:45:10 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/10/11 16:28:39 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/01/03 12:45:10 adam Exp $
 
-SHA1 (Pallets-Sphinx-Themes-1.2.2.tar.gz) = 5a9ed4d6133573105679091dff8cc7085898a7e5
-RMD160 (Pallets-Sphinx-Themes-1.2.2.tar.gz) = d79a4b8dfb08a77ebd5bcbcf06444ff64f403549
-SHA512 (Pallets-Sphinx-Themes-1.2.2.tar.gz) = a99ffb45df57f2624062d9d8425961cbe8579c53eba75f95f2097dcdeb2fc5bafc1e70b9fcf75eb13b320296cd8621e8b2d381b853586e1efa5a01de48d91056
-Size (Pallets-Sphinx-Themes-1.2.2.tar.gz) = 19717 bytes
+SHA1 (Pallets-Sphinx-Themes-1.2.3.tar.gz) = be5b6850cfa94c598b71c58ed62bab1dfbbda53a
+RMD160 (Pallets-Sphinx-Themes-1.2.3.tar.gz) = 03c0c9968e0aa690336ccf800b9a8a9d96460d2c
+SHA512 (Pallets-Sphinx-Themes-1.2.3.tar.gz) = 26a8ea77307c1e7afefdef3ee63749235348dfa370dd8ef4bf0b7bc5871a144f47199b615a0a20d63033e4117ad134d51e064cf0368eeb852ef4b87e355a0586
+Size (Pallets-Sphinx-Themes-1.2.3.tar.gz) = 21382 bytes



Home | Main Index | Thread Index | Old Index