Fri Oct 29 16:15:08 2021 UTC ()
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


(adam)
diff -r1.4 -r1.5 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile
diff -r1.4 -r1.5 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo
diff -r1.1 -r1.2 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST

cvs diff -r1.4 -r1.5 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile 2020/03/12 17:20:43 1.4
+++ pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile 2021/10/29 16:15:08 1.5
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.4 2020/03/12 17:20:43 gdt Exp $ 1# $NetBSD: Makefile,v 1.5 2021/10/29 16:15:08 adam Exp $
2 2
3DISTNAME= sphinxcontrib-htmlhelp-1.0.3 3DISTNAME= sphinxcontrib-htmlhelp-2.0.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-htmlhelp/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-htmlhelp/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://sphinx-doc.org/ 9HOMEPAGE= http://sphinx-doc.org/
10COMMENT= Sphinx API for HTML help 10COMMENT= Sphinx API for HTML help
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx 13TEST_DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
 14TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=3.0.0:../../textproc/py-sphinx
14TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
15 16
16USE_LANGUAGES= # none 17USE_LANGUAGES= # none
17 18
18PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-sphinx 19PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-sphinx
19 20
20do-test: 21do-test:
21 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests 22 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
22 23
23.include "../../lang/python/egg.mk" 24.include "../../lang/python/egg.mk"
24.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo 2021/10/26 11:23:14 1.4
+++ pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo 2021/10/29 16:15:08 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2021/10/26 11:23:14 nia Exp $ 1$NetBSD: distinfo,v 1.5 2021/10/29 16:15:08 adam Exp $
2 2
3BLAKE2s (sphinxcontrib-htmlhelp-1.0.3.tar.gz) = 128ce8ff732fac434bea73514a4385c0c561c771b06115a8a38f07fbb9ff0338 3BLAKE2s (sphinxcontrib-htmlhelp-2.0.0.tar.gz) = 75b4ee6931c1812b97af325e2f00f39c41fc2b196261eb770878a683d94efdcf
4SHA512 (sphinxcontrib-htmlhelp-1.0.3.tar.gz) = f37542c5789340bb26c41b84512e08998e4ef45ff2eb0fdb0e10f585cff27a145d5821b8eb3766d009e2b5a38c3d7efb127ab898982e1b6fd1d4ff7e26907db4 4SHA512 (sphinxcontrib-htmlhelp-2.0.0.tar.gz) = 6ed673966615f3e818e00de4b7e59c27f0a0d7b494294f804540777c580480870c36002c08d8ad626b7b41a676fe40edc0b0b5ffc6ad8080f38f59c24e157636
5Size (sphinxcontrib-htmlhelp-1.0.3.tar.gz) = 24248 bytes 5Size (sphinxcontrib-htmlhelp-2.0.0.tar.gz) = 28144 bytes

cvs diff -r1.1 -r1.2 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST 2019/10/21 20:48:34 1.1
+++ pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST 2021/10/29 16:15:08 1.2
@@ -1,28 +1,30 @@ @@ -1,28 +1,30 @@
1@comment $NetBSD: PLIST,v 1.1 2019/10/21 20:48:34 adam Exp $ 1@comment $NetBSD: PLIST,v 1.2 2021/10/29 16:15:08 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt 5${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
6${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 6${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
7${PYSITELIB}/${EGG_INFODIR}/requires.txt 7${PYSITELIB}/${EGG_INFODIR}/requires.txt
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9${PYSITELIB}/${EGG_NAME}-nspkg.pth 9${PYSITELIB}/${EGG_NAME}-nspkg.pth
10${PYSITELIB}/sphinxcontrib/htmlhelp/__init__.py 10${PYSITELIB}/sphinxcontrib/htmlhelp/__init__.py
11${PYSITELIB}/sphinxcontrib/htmlhelp/__init__.pyc 11${PYSITELIB}/sphinxcontrib/htmlhelp/__init__.pyc
12${PYSITELIB}/sphinxcontrib/htmlhelp/__init__.pyo 12${PYSITELIB}/sphinxcontrib/htmlhelp/__init__.pyo
13${PYSITELIB}/sphinxcontrib/htmlhelp/locales/.tx/config 13${PYSITELIB}/sphinxcontrib/htmlhelp/locales/.tx/config
14${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ar/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 14${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ar/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
15${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ar/LC_MESSAGES/sphinxcontrib.htmlhelp.po 15${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ar/LC_MESSAGES/sphinxcontrib.htmlhelp.po
 16${PYSITELIB}/sphinxcontrib/htmlhelp/locales/bg/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
 17${PYSITELIB}/sphinxcontrib/htmlhelp/locales/bg/LC_MESSAGES/sphinxcontrib.htmlhelp.po
16${PYSITELIB}/sphinxcontrib/htmlhelp/locales/bn/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 18${PYSITELIB}/sphinxcontrib/htmlhelp/locales/bn/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
17${PYSITELIB}/sphinxcontrib/htmlhelp/locales/bn/LC_MESSAGES/sphinxcontrib.htmlhelp.po 19${PYSITELIB}/sphinxcontrib/htmlhelp/locales/bn/LC_MESSAGES/sphinxcontrib.htmlhelp.po
18${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ca/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 20${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ca/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
19${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ca/LC_MESSAGES/sphinxcontrib.htmlhelp.po 21${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ca/LC_MESSAGES/sphinxcontrib.htmlhelp.po
20${PYSITELIB}/sphinxcontrib/htmlhelp/locales/cak/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 22${PYSITELIB}/sphinxcontrib/htmlhelp/locales/cak/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
21${PYSITELIB}/sphinxcontrib/htmlhelp/locales/cak/LC_MESSAGES/sphinxcontrib.htmlhelp.po 23${PYSITELIB}/sphinxcontrib/htmlhelp/locales/cak/LC_MESSAGES/sphinxcontrib.htmlhelp.po
22${PYSITELIB}/sphinxcontrib/htmlhelp/locales/cs/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 24${PYSITELIB}/sphinxcontrib/htmlhelp/locales/cs/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
23${PYSITELIB}/sphinxcontrib/htmlhelp/locales/cs/LC_MESSAGES/sphinxcontrib.htmlhelp.po 25${PYSITELIB}/sphinxcontrib/htmlhelp/locales/cs/LC_MESSAGES/sphinxcontrib.htmlhelp.po
24${PYSITELIB}/sphinxcontrib/htmlhelp/locales/cy/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 26${PYSITELIB}/sphinxcontrib/htmlhelp/locales/cy/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
25${PYSITELIB}/sphinxcontrib/htmlhelp/locales/cy/LC_MESSAGES/sphinxcontrib.htmlhelp.po 27${PYSITELIB}/sphinxcontrib/htmlhelp/locales/cy/LC_MESSAGES/sphinxcontrib.htmlhelp.po
26${PYSITELIB}/sphinxcontrib/htmlhelp/locales/da/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 28${PYSITELIB}/sphinxcontrib/htmlhelp/locales/da/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
27${PYSITELIB}/sphinxcontrib/htmlhelp/locales/da/LC_MESSAGES/sphinxcontrib.htmlhelp.po 29${PYSITELIB}/sphinxcontrib/htmlhelp/locales/da/LC_MESSAGES/sphinxcontrib.htmlhelp.po
28${PYSITELIB}/sphinxcontrib/htmlhelp/locales/de/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 30${PYSITELIB}/sphinxcontrib/htmlhelp/locales/de/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
@@ -82,36 +84,40 @@ ${PYSITELIB}/sphinxcontrib/htmlhelp/loca @@ -82,36 +84,40 @@ ${PYSITELIB}/sphinxcontrib/htmlhelp/loca
82${PYSITELIB}/sphinxcontrib/htmlhelp/locales/pt_PT/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 84${PYSITELIB}/sphinxcontrib/htmlhelp/locales/pt_PT/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
83${PYSITELIB}/sphinxcontrib/htmlhelp/locales/pt_PT/LC_MESSAGES/sphinxcontrib.htmlhelp.po 85${PYSITELIB}/sphinxcontrib/htmlhelp/locales/pt_PT/LC_MESSAGES/sphinxcontrib.htmlhelp.po
84${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ro/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 86${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ro/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
85${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ro/LC_MESSAGES/sphinxcontrib.htmlhelp.po 87${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ro/LC_MESSAGES/sphinxcontrib.htmlhelp.po
86${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ru/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 88${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ru/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
87${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ru/LC_MESSAGES/sphinxcontrib.htmlhelp.po 89${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ru/LC_MESSAGES/sphinxcontrib.htmlhelp.po
88${PYSITELIB}/sphinxcontrib/htmlhelp/locales/si/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 90${PYSITELIB}/sphinxcontrib/htmlhelp/locales/si/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
89${PYSITELIB}/sphinxcontrib/htmlhelp/locales/si/LC_MESSAGES/sphinxcontrib.htmlhelp.po 91${PYSITELIB}/sphinxcontrib/htmlhelp/locales/si/LC_MESSAGES/sphinxcontrib.htmlhelp.po
90${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sk/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 92${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sk/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
91${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sk/LC_MESSAGES/sphinxcontrib.htmlhelp.po 93${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sk/LC_MESSAGES/sphinxcontrib.htmlhelp.po
92${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sl/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 94${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sl/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
93${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sl/LC_MESSAGES/sphinxcontrib.htmlhelp.po 95${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sl/LC_MESSAGES/sphinxcontrib.htmlhelp.po
94${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sphinxcontrib.htmlhelp.pot 96${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sphinxcontrib.htmlhelp.pot
 97${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sq/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
 98${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sq/LC_MESSAGES/sphinxcontrib.htmlhelp.po
95${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sr/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 99${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sr/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
96${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sr/LC_MESSAGES/sphinxcontrib.htmlhelp.po 100${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sr/LC_MESSAGES/sphinxcontrib.htmlhelp.po
97${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sr@latin/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 101${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sr@latin/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
98${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sr@latin/LC_MESSAGES/sphinxcontrib.htmlhelp.po 102${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sr@latin/LC_MESSAGES/sphinxcontrib.htmlhelp.po
99${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sr_RS/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 103${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sr_RS/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
100${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sr_RS/LC_MESSAGES/sphinxcontrib.htmlhelp.po 104${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sr_RS/LC_MESSAGES/sphinxcontrib.htmlhelp.po
101${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sv/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 105${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sv/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
102${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sv/LC_MESSAGES/sphinxcontrib.htmlhelp.po 106${PYSITELIB}/sphinxcontrib/htmlhelp/locales/sv/LC_MESSAGES/sphinxcontrib.htmlhelp.po
103${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ta/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 107${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ta/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
104${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ta/LC_MESSAGES/sphinxcontrib.htmlhelp.po 108${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ta/LC_MESSAGES/sphinxcontrib.htmlhelp.po
 109${PYSITELIB}/sphinxcontrib/htmlhelp/locales/te/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
 110${PYSITELIB}/sphinxcontrib/htmlhelp/locales/te/LC_MESSAGES/sphinxcontrib.htmlhelp.po
105${PYSITELIB}/sphinxcontrib/htmlhelp/locales/tr/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 111${PYSITELIB}/sphinxcontrib/htmlhelp/locales/tr/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
106${PYSITELIB}/sphinxcontrib/htmlhelp/locales/tr/LC_MESSAGES/sphinxcontrib.htmlhelp.po 112${PYSITELIB}/sphinxcontrib/htmlhelp/locales/tr/LC_MESSAGES/sphinxcontrib.htmlhelp.po
107${PYSITELIB}/sphinxcontrib/htmlhelp/locales/uk_UA/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 113${PYSITELIB}/sphinxcontrib/htmlhelp/locales/uk_UA/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
108${PYSITELIB}/sphinxcontrib/htmlhelp/locales/uk_UA/LC_MESSAGES/sphinxcontrib.htmlhelp.po 114${PYSITELIB}/sphinxcontrib/htmlhelp/locales/uk_UA/LC_MESSAGES/sphinxcontrib.htmlhelp.po
109${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ur/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 115${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ur/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
110${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ur/LC_MESSAGES/sphinxcontrib.htmlhelp.po 116${PYSITELIB}/sphinxcontrib/htmlhelp/locales/ur/LC_MESSAGES/sphinxcontrib.htmlhelp.po
111${PYSITELIB}/sphinxcontrib/htmlhelp/locales/vi/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 117${PYSITELIB}/sphinxcontrib/htmlhelp/locales/vi/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
112${PYSITELIB}/sphinxcontrib/htmlhelp/locales/vi/LC_MESSAGES/sphinxcontrib.htmlhelp.po 118${PYSITELIB}/sphinxcontrib/htmlhelp/locales/vi/LC_MESSAGES/sphinxcontrib.htmlhelp.po
113${PYSITELIB}/sphinxcontrib/htmlhelp/locales/zh_CN/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 119${PYSITELIB}/sphinxcontrib/htmlhelp/locales/zh_CN/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
114${PYSITELIB}/sphinxcontrib/htmlhelp/locales/zh_CN/LC_MESSAGES/sphinxcontrib.htmlhelp.po 120${PYSITELIB}/sphinxcontrib/htmlhelp/locales/zh_CN/LC_MESSAGES/sphinxcontrib.htmlhelp.po
115${PYSITELIB}/sphinxcontrib/htmlhelp/locales/zh_TW/LC_MESSAGES/sphinxcontrib.htmlhelp.mo 121${PYSITELIB}/sphinxcontrib/htmlhelp/locales/zh_TW/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
116${PYSITELIB}/sphinxcontrib/htmlhelp/locales/zh_TW/LC_MESSAGES/sphinxcontrib.htmlhelp.po 122${PYSITELIB}/sphinxcontrib/htmlhelp/locales/zh_TW/LC_MESSAGES/sphinxcontrib.htmlhelp.po
117${PYSITELIB}/sphinxcontrib/htmlhelp/templates/project.hhc 123${PYSITELIB}/sphinxcontrib/htmlhelp/templates/project.hhc