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:           Wed Feb  1 12:20:21 UTC 2023

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

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

Release 2.0.1
* Drop support for Python 3.7 and lower
* Fix deprecation warnings from Sphinx 6.1


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/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-sphinxcontrib-htmlhelp/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile:1.6 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile:1.7
--- pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile:1.6      Tue Jan  4 20:55:06 2022
+++ pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile  Wed Feb  1 12:20:21 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/01/04 20:55:06 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/02/01 12:20:21 adam Exp $
 
-DISTNAME=      sphinxcontrib-htmlhelp-2.0.0
+DISTNAME=      sphinxcontrib-htmlhelp-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-htmlhelp/}
 
@@ -11,6 +10,7 @@ HOMEPAGE=     http://sphinx-doc.org/
 COMMENT=       Sphinx API for HTML help
 LICENSE=       2-clause-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 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
@@ -22,5 +22,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27      # py-sp
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST
diff -u pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST:1.2 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST:1.3
--- pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST:1.2 Fri Oct 29 16:15:08 2021
+++ pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST     Wed Feb  1 12:20:21 2023
@@ -1,15 +1,14 @@
-@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
-${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_NAME}-nspkg.pth
+@comment $NetBSD: PLIST,v 1.3 2023/02/01 12:20:21 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/sphinxcontrib/htmlhelp/__init__.py
 ${PYSITELIB}/sphinxcontrib/htmlhelp/__init__.pyc
-${PYSITELIB}/sphinxcontrib/htmlhelp/__init__.pyo
 ${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
@@ -123,6 +122,3 @@ ${PYSITELIB}/sphinxcontrib/htmlhelp/loca
 ${PYSITELIB}/sphinxcontrib/htmlhelp/templates/project.hhc
 ${PYSITELIB}/sphinxcontrib/htmlhelp/templates/project.hhp
 ${PYSITELIB}/sphinxcontrib/htmlhelp/templates/project.stp
-${PYSITELIB}/sphinxcontrib/htmlhelp/version.py
-${PYSITELIB}/sphinxcontrib/htmlhelp/version.pyc
-${PYSITELIB}/sphinxcontrib/htmlhelp/version.pyo

Index: pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo
diff -u pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo:1.5 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo:1.6
--- pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo:1.5      Fri Oct 29 16:15:08 2021
+++ pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo  Wed Feb  1 12:20:21 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/29 16:15:08 adam Exp $
+$NetBSD: distinfo,v 1.6 2023/02/01 12:20:21 adam Exp $
 
-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
+BLAKE2s (sphinxcontrib-htmlhelp-2.0.1.tar.gz) = 8739add2f05029e86c055a5135dfc4c3fe396eb64883de0f65c5010946fda5ac
+SHA512 (sphinxcontrib-htmlhelp-2.0.1.tar.gz) = 7957ad688d7f9d44c0413fd747147e8e261136d48ed159fef4e668dcab76c54103028102a9ed893bfadbd175b88543e0d1414b8e01a716810d44b92edfbd79e5
+Size (sphinxcontrib-htmlhelp-2.0.1.tar.gz) = 27967 bytes



Home | Main Index | Thread Index | Old Index