pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov  7 22:16:55 UTC 2023

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

Log Message:
py-sphinxcontrib-devhelp: update to 1.0.5.

Release 1.0.5 (2023-08-14)
==========================

* Use ``os.PathLike`` over ``pathlib.Path``

Release 1.0.4 (2023-08-09)
==========================

* Fix tests for Sphinx 7.1 and below

Release 1.0.3 (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.5 -r1.6 pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-sphinxcontrib-devhelp/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-sphinxcontrib-devhelp/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-devhelp/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile:1.5 pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile:1.6
--- pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile:1.5       Tue Jan  4 20:55:06 2022
+++ pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile   Tue Nov  7 22:16:55 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:06 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/11/07 22:16:55 wiz Exp $
 
-DISTNAME=      sphinxcontrib-devhelp-1.0.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+DISTNAME=      sphinxcontrib_devhelp-1.0.5
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-devhelp/}
 
@@ -11,15 +10,12 @@ HOMEPAGE=   http://sphinx-doc.org/
 COMMENT=       Sphinx API for Devhelp 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
 
-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-devhelp/PLIST
diff -u pkgsrc/textproc/py-sphinxcontrib-devhelp/PLIST:1.1 pkgsrc/textproc/py-sphinxcontrib-devhelp/PLIST:1.2
--- pkgsrc/textproc/py-sphinxcontrib-devhelp/PLIST:1.1  Mon Oct 21 20:40:11 2019
+++ pkgsrc/textproc/py-sphinxcontrib-devhelp/PLIST      Tue Nov  7 22:16:55 2023
@@ -1,12 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/10/21 20:40:11 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:16:55 wiz Exp $
 ${PYSITELIB}/sphinxcontrib/devhelp/__init__.py
 ${PYSITELIB}/sphinxcontrib/devhelp/__init__.pyc
 ${PYSITELIB}/sphinxcontrib/devhelp/__init__.pyo
@@ -108,6 +100,7 @@ ${PYSITELIB}/sphinxcontrib/devhelp/local
 ${PYSITELIB}/sphinxcontrib/devhelp/locales/zh_CN/LC_MESSAGES/sphinxcontrib.devhelp.po
 ${PYSITELIB}/sphinxcontrib/devhelp/locales/zh_TW/LC_MESSAGES/sphinxcontrib.devhelp.mo
 ${PYSITELIB}/sphinxcontrib/devhelp/locales/zh_TW/LC_MESSAGES/sphinxcontrib.devhelp.po
-${PYSITELIB}/sphinxcontrib/devhelp/version.py
-${PYSITELIB}/sphinxcontrib/devhelp/version.pyc
-${PYSITELIB}/sphinxcontrib/devhelp/version.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL

Index: pkgsrc/textproc/py-sphinxcontrib-devhelp/distinfo
diff -u pkgsrc/textproc/py-sphinxcontrib-devhelp/distinfo:1.4 pkgsrc/textproc/py-sphinxcontrib-devhelp/distinfo:1.5
--- pkgsrc/textproc/py-sphinxcontrib-devhelp/distinfo:1.4       Tue Oct 26 11:23:14 2021
+++ pkgsrc/textproc/py-sphinxcontrib-devhelp/distinfo   Tue Nov  7 22:16:55 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:16:55 wiz Exp $
 
-BLAKE2s (sphinxcontrib-devhelp-1.0.2.tar.gz) = 309eb8c735f1627b5f60b90d86505d4a5b49386bf1e93e85c09a7a54cd069ff5
-SHA512 (sphinxcontrib-devhelp-1.0.2.tar.gz) = 83b46eaf26df3932ea2136cfda1c0fca4fc08ce8bca564845b3efe5bb00d6c8c93991f4edd4913d4ec796e2d85bd2c7265adf28e98f42e8094daeb5ac11a0eb1
-Size (sphinxcontrib-devhelp-1.0.2.tar.gz) = 17398 bytes
+BLAKE2s (sphinxcontrib_devhelp-1.0.5.tar.gz) = 7058ea9a748287edc79c49f810dff0c04b4cab809c20d47486b289fe7fae10f1
+SHA512 (sphinxcontrib_devhelp-1.0.5.tar.gz) = 4412f9711b981c8e3beaa9940c09d02c21dc5e303a0ab80ca401f4cc5444bd159070a065a20c0e6f721202c05d880f20244ca5ff32df5911c8a4ba3d00ed9121
+Size (sphinxcontrib_devhelp-1.0.5.tar.gz) = 12343 bytes



Home | Main Index | Thread Index | Old Index