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: wiz
Date: Tue Nov 7 22:18:20 UTC 2023
Modified Files:
pkgsrc/textproc/py-sphinxcontrib-htmlhelp: Makefile PLIST distinfo
Log Message:
py-sphinxcontrib-htmlhelp: update to 2.0.4.
Release 2.0.4 (2023-08-14)
==========================
* Use ``os.PathLike`` over ``pathlib.Path``
Release 2.0.3 (2023-08-09)
==========================
* Fix tests for Sphinx 7.1 and below
Release 2.0.2 (2023-08-07)
==========================
* Drop support for Python 3.8
* Raise minimum required Sphinx version to 5.0
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST
cvs rdiff -u -r1.6 -r1.7 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.8 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile:1.9
--- pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile:1.8 Sat Oct 28 19:57:20 2023
+++ pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile Tue Nov 7 22:18:20 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2023/10/28 19:57:20 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2023/11/07 22:18:20 wiz Exp $
-DISTNAME= sphinxcontrib-htmlhelp-2.0.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+DISTNAME= sphinxcontrib_htmlhelp-2.0.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-htmlhelp/}
@@ -11,18 +10,13 @@ HOMEPAGE= http://sphinx-doc.org/
COMMENT= Sphinx API for HTML help
LICENSE= 2-clause-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
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
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-sphinx
-
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.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.4 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST:1.5
--- pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST:1.4 Sat Oct 28 19:57:20 2023
+++ pkgsrc/textproc/py-sphinxcontrib-htmlhelp/PLIST Tue Nov 7 22:18:20 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/11/07 22:18:20 wiz Exp $
${PYSITELIB}/sphinxcontrib/htmlhelp/__init__.py
${PYSITELIB}/sphinxcontrib/htmlhelp/__init__.pyc
${PYSITELIB}/sphinxcontrib/htmlhelp/__init__.pyo
@@ -119,4 +119,3 @@ ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
Index: pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo
diff -u pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo:1.6 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo:1.7
--- pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo:1.6 Wed Feb 1 12:20:21 2023
+++ pkgsrc/textproc/py-sphinxcontrib-htmlhelp/distinfo Tue Nov 7 22:18:20 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/02/01 12:20:21 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/11/07 22:18:20 wiz Exp $
-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
+BLAKE2s (sphinxcontrib_htmlhelp-2.0.4.tar.gz) = 199817a1c192c62d90ba5d4e169b10575c7a9592d929f3a4315b6b6a916a3f8c
+SHA512 (sphinxcontrib_htmlhelp-2.0.4.tar.gz) = 5f1c4619b986060fb6213e23b5339b7b5d57abdb8f6034473116c9ea7c3d04cf0985115141c5325cb93bac330eb6109d2e81327f53fda78838c9ed5435469b29
+Size (sphinxcontrib_htmlhelp-2.0.4.tar.gz) = 21799 bytes
Home |
Main Index |
Thread Index |
Old Index