pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-sphinxcontrib-qthelp
Module Name: pkgsrc
Committed By: wiz
Date: Tue Nov 7 22:19:38 UTC 2023
Modified Files:
pkgsrc/textproc/py-sphinxcontrib-qthelp: Makefile PLIST distinfo
Log Message:
py-sphinxcontrib-qthelp: update to 1.0.6.
Release 1.0.6 (2023-08-14)
==========================
* Use ``os.PathLike`` over ``pathlib.Path``
Release 1.0.5 (2023-08-09)
==========================
* Fix tests for Sphinx 7.1 and below
Release 1.0.4 (2023-08-07)
==========================
* Drop support for Python 3.5, 3.6, 3.7, and 3.8
* Raise minimum required Sphinx version to 5.0
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-sphinxcontrib-qthelp/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-sphinxcontrib-qthelp/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-sphinxcontrib-qthelp/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-qthelp/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-qthelp/Makefile:1.3 pkgsrc/textproc/py-sphinxcontrib-qthelp/Makefile:1.4
--- pkgsrc/textproc/py-sphinxcontrib-qthelp/Makefile:1.3 Tue Jan 4 20:55:07 2022
+++ pkgsrc/textproc/py-sphinxcontrib-qthelp/Makefile Tue Nov 7 22:19:38 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:07 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/11/07 22:19:38 wiz Exp $
-DISTNAME= sphinxcontrib-qthelp-1.0.3
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+DISTNAME= sphinxcontrib_qthelp-1.0.6
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-qthelp/}
@@ -11,15 +10,12 @@ HOMEPAGE= http://sphinx-doc.org/
COMMENT= Sphinx API for QtHelp document
LICENSE= 2-clause-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=0:../../devel/py-flit_core
TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-sphinx
+PYTHON_VERSIONS_INCOMPATIBLE= 27
-do-test:
- cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-sphinxcontrib-qthelp/PLIST
diff -u pkgsrc/textproc/py-sphinxcontrib-qthelp/PLIST:1.1 pkgsrc/textproc/py-sphinxcontrib-qthelp/PLIST:1.2
--- pkgsrc/textproc/py-sphinxcontrib-qthelp/PLIST:1.1 Mon Oct 21 20:54:10 2019
+++ pkgsrc/textproc/py-sphinxcontrib-qthelp/PLIST Tue Nov 7 22:19:38 2023
@@ -1,12 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/10/21 20:54:10 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.2 2023/11/07 22:19:38 wiz Exp $
${PYSITELIB}/sphinxcontrib/qthelp/__init__.py
${PYSITELIB}/sphinxcontrib/qthelp/__init__.pyc
${PYSITELIB}/sphinxcontrib/qthelp/__init__.pyo
@@ -110,6 +102,7 @@ ${PYSITELIB}/sphinxcontrib/qthelp/locale
${PYSITELIB}/sphinxcontrib/qthelp/locales/zh_TW/LC_MESSAGES/sphinxcontrib.qthelp.po
${PYSITELIB}/sphinxcontrib/qthelp/templates/project.qhcp
${PYSITELIB}/sphinxcontrib/qthelp/templates/project.qhp
-${PYSITELIB}/sphinxcontrib/qthelp/version.py
-${PYSITELIB}/sphinxcontrib/qthelp/version.pyc
-${PYSITELIB}/sphinxcontrib/qthelp/version.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
Index: pkgsrc/textproc/py-sphinxcontrib-qthelp/distinfo
diff -u pkgsrc/textproc/py-sphinxcontrib-qthelp/distinfo:1.4 pkgsrc/textproc/py-sphinxcontrib-qthelp/distinfo:1.5
--- pkgsrc/textproc/py-sphinxcontrib-qthelp/distinfo:1.4 Tue Oct 26 11:23:14 2021
+++ pkgsrc/textproc/py-sphinxcontrib-qthelp/distinfo Tue Nov 7 22:19:38 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:23:14 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/11/07 22:19:38 wiz Exp $
-BLAKE2s (sphinxcontrib-qthelp-1.0.3.tar.gz) = 543b9a0e2593a5feb9a58411332b703fc4a6383dcc06d04beddf127809bfb1a6
-SHA512 (sphinxcontrib-qthelp-1.0.3.tar.gz) = 29f77e4b3f1a4868c2a34dbd853415e5d813f482cd23b982aeed42d53acba09b896d77ba930c34cce8af043bb7d64a19acff610430e942038d95a410b6e0b5fa
-Size (sphinxcontrib-qthelp-1.0.3.tar.gz) = 21658 bytes
+BLAKE2s (sphinxcontrib_qthelp-1.0.6.tar.gz) = ce41445b9805411102be7223d87a4db5482b3cbce6cdc650341fdefb97db7384
+SHA512 (sphinxcontrib_qthelp-1.0.6.tar.gz) = 783cd757bf262ce63f54019a5ccf1d7e6fb59e8fde07e7cfa0610bf0cd49e6e51cada9c35bf11cc5ff351904da6a69569be1d4db58d450a96375aee7bf1f34ff
+Size (sphinxcontrib_qthelp-1.0.6.tar.gz) = 16555 bytes
Home |
Main Index |
Thread Index |
Old Index