pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinxcontrib-htmlhelp



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 29 16:15:08 UTC 2021

Modified Files:
        pkgsrc/textproc/py-sphinxcontrib-htmlhelp: Makefile PLIST distinfo

Log Message:
py-sphinxcontrib-htmlhelp: updated to 2.0.0

Release 2.0.0
* Drop python-3.5 support
* Remove deprecated method: ``HTMLHelpBuilder.open_file()``
* htmlhelp builder should generate HTML4 docs instead of HTML5


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile \
    pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST

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-sphinxcontrib-htmlhelp/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile:1.4 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile:1.5
--- pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile:1.4      Thu Mar 12 17:20:43 2020
+++ pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile  Fri Oct 29 16:15:08 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/03/12 17:20:43 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2021/10/29 16:15:08 adam Exp $
 
-DISTNAME=      sphinxcontrib-htmlhelp-1.0.3
+DISTNAME=      sphinxcontrib-htmlhelp-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-htmlhelp/}
@@ -10,7 +10,8 @@ HOMEPAGE=     http://sphinx-doc.org/
 COMMENT=       Sphinx API for HTML help
 LICENSE=       2-clause-bsd
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx
+TEST_DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
+TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=3.0.0:../../textproc/py-sphinx
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
@@ -18,7 +19,7 @@ USE_LANGUAGES=        # none
 PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-sphinx
 
 do-test:
-       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo
diff -u pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo:1.4 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo:1.5
--- pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo:1.4      Tue Oct 26 11:23:14 2021
+++ pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo  Fri Oct 29 16:15:08 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:23:14 nia Exp $
+$NetBSD: distinfo,v 1.5 2021/10/29 16:15:08 adam Exp $
 
-BLAKE2s (sphinxcontrib-htmlhelp-1.0.3.tar.gz) = 128ce8ff732fac434bea73514a4385c0c561c771b06115a8a38f07fbb9ff0338
-SHA512 (sphinxcontrib-htmlhelp-1.0.3.tar.gz) = f37542c5789340bb26c41b84512e08998e4ef45ff2eb0fdb0e10f585cff27a145d5821b8eb3766d009e2b5a38c3d7efb127ab898982e1b6fd1d4ff7e26907db4
-Size (sphinxcontrib-htmlhelp-1.0.3.tar.gz) = 24248 bytes
+BLAKE2s (sphinxcontrib-htmlhelp-2.0.0.tar.gz) = 75b4ee6931c1812b97af325e2f00f39c41fc2b196261eb770878a683d94efdcf
+SHA512 (sphinxcontrib-htmlhelp-2.0.0.tar.gz) = 6ed673966615f3e818e00de4b7e59c27f0a0d7b494294f804540777c580480870c36002c08d8ad626b7b41a676fe40edc0b0b5ffc6ad8080f38f59c24e157636
+Size (sphinxcontrib-htmlhelp-2.0.0.tar.gz) = 28144 bytes

Index: pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST
diff -u pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST:1.1 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST:1.2
--- pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST:1.1 Mon Oct 21 20:48:34 2019
+++ pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST     Fri Oct 29 16:15:08 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/10/21 20:48:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/10/29 16:15:08 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -13,6 +13,8 @@ ${PYSITELIB}/sphinxcontrib/htmlhelp/__in
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/.tx/config
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ar/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ar/LC_MESSAGES/sphinxcontrib.htmlhelp.po
+${PYSITELIB}/sphinxcontrib/htmlhelp/locales/bg/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
+${PYSITELIB}/sphinxcontrib/htmlhelp/locales/bg/LC_MESSAGES/sphinxcontrib.htmlhelp.po
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/bn/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/bn/LC_MESSAGES/sphinxcontrib.htmlhelp.po
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ca/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
@@ -92,6 +94,8 @@ ${PYSITELIB}/sphinxcontrib/htmlhelp/loca
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sl/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sl/LC_MESSAGES/sphinxcontrib.htmlhelp.po
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sphinxcontrib.htmlhelp.pot
+${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sq/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
+${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sq/LC_MESSAGES/sphinxcontrib.htmlhelp.po
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sr/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sr/LC_MESSAGES/sphinxcontrib.htmlhelp.po
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sr@latin/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
@@ -102,6 +106,8 @@ ${PYSITELIB}/sphinxcontrib/htmlhelp/loca
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sv/LC_MESSAGES/sphinxcontrib.htmlhelp.po
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ta/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ta/LC_MESSAGES/sphinxcontrib.htmlhelp.po
+${PYSITELIB}/sphinxcontrib/htmlhelp/locales/te/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
+${PYSITELIB}/sphinxcontrib/htmlhelp/locales/te/LC_MESSAGES/sphinxcontrib.htmlhelp.po
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/tr/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/tr/LC_MESSAGES/sphinxcontrib.htmlhelp.po
 ${PYSITELIB}/sphinxcontrib/htmlhelp/locales/uk_UA/LC_MESSAGES/sphinxcontrib.htmlhelp.mo



Home | Main Index | Thread Index | Old Index