pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinxcontrib-applehelp py-sphinxcontrib-a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f29e5bbbf0a
branches:  trunk
changeset: 391633:1f29e5bbbf0a
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 11 10:39:32 2023 +0000

description:
py-sphinxcontrib-applehelp: updated to 1.0.3

Release 1.0.3 (2023-01-08)
==========================
* Drop Python 3.8 and lower
* Fix deprecation warnings from Sphinx 6.1

diffstat:

 textproc/py-sphinxcontrib-applehelp/Makefile |  14 ++++++++------
 textproc/py-sphinxcontrib-applehelp/PLIST    |  21 ++++++++-------------
 textproc/py-sphinxcontrib-applehelp/distinfo |   8 ++++----
 3 files changed, 20 insertions(+), 23 deletions(-)

diffs (83 lines):

diff -r 7f99857519e9 -r 1f29e5bbbf0a textproc/py-sphinxcontrib-applehelp/Makefile
--- a/textproc/py-sphinxcontrib-applehelp/Makefile      Wed Jan 11 10:23:13 2023 +0000
+++ b/textproc/py-sphinxcontrib-applehelp/Makefile      Wed Jan 11 10:39:32 2023 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:06 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/01/11 10:39:32 adam Exp $
 
-DISTNAME=      sphinxcontrib-applehelp-1.0.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+DISTNAME=      sphinxcontrib.applehelp-1.0.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/./-/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-applehelp/}
 
@@ -11,15 +10,18 @@
 COMMENT=       Sphinx API for Apple help books
 LICENSE=       2-clause-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.7:../../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
 
+WHEEL_NAME=    ${DISTNAME:S/./-/:C/-([^0-9])/_\1/g}
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-sphinx
 
 do-test:
-       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7f99857519e9 -r 1f29e5bbbf0a textproc/py-sphinxcontrib-applehelp/PLIST
--- a/textproc/py-sphinxcontrib-applehelp/PLIST Wed Jan 11 10:23:13 2023 +0000
+++ b/textproc/py-sphinxcontrib-applehelp/PLIST Wed Jan 11 10:39:32 2023 +0000
@@ -1,15 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2019/10/21 20:36:07 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/01/11 10:39:32 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}/sphinxcontrib/applehelp/__init__.py
 ${PYSITELIB}/sphinxcontrib/applehelp/__init__.pyc
-${PYSITELIB}/sphinxcontrib/applehelp/__init__.pyo
 ${PYSITELIB}/sphinxcontrib/applehelp/locales/.tx/config
 ${PYSITELIB}/sphinxcontrib/applehelp/locales/ar/LC_MESSAGES/sphinxcontrib.applehelp.mo
 ${PYSITELIB}/sphinxcontrib/applehelp/locales/ar/LC_MESSAGES/sphinxcontrib.applehelp.po
@@ -113,6 +111,3 @@
 ${PYSITELIB}/sphinxcontrib/applehelp/locales/zh_TW/LC_MESSAGES/sphinxcontrib.applehelp.mo
 ${PYSITELIB}/sphinxcontrib/applehelp/locales/zh_TW/LC_MESSAGES/sphinxcontrib.applehelp.po
 ${PYSITELIB}/sphinxcontrib/applehelp/templates/_access.html_t
-${PYSITELIB}/sphinxcontrib/applehelp/version.py
-${PYSITELIB}/sphinxcontrib/applehelp/version.pyc
-${PYSITELIB}/sphinxcontrib/applehelp/version.pyo
diff -r 7f99857519e9 -r 1f29e5bbbf0a textproc/py-sphinxcontrib-applehelp/distinfo
--- a/textproc/py-sphinxcontrib-applehelp/distinfo      Wed Jan 11 10:23:13 2023 +0000
+++ b/textproc/py-sphinxcontrib-applehelp/distinfo      Wed Jan 11 10:39:32 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:23:14 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/01/11 10:39:32 adam Exp $
 
-BLAKE2s (sphinxcontrib-applehelp-1.0.2.tar.gz) = dde130f87c6161760a7d35121996e3ceb670c8b9407b7953092e6894e9508a85
-SHA512 (sphinxcontrib-applehelp-1.0.2.tar.gz) = 1325ac83ff15dd28d6f2791caf64e6c08d1dd2f0946dc8891f5c4d8fd062a1e8650c9c39a7459195ef41f3b425f5b8d6c5e277ea85621a36dd870ca5162508da
-Size (sphinxcontrib-applehelp-1.0.2.tar.gz) = 24548 bytes
+BLAKE2s (sphinxcontrib.applehelp-1.0.3.tar.gz) = c7b864dd60e717b74f01e509f38d2ca3a2df66dbd6ff63e0046f7f8d20e3f5da
+SHA512 (sphinxcontrib.applehelp-1.0.3.tar.gz) = 51e438738d6c7834df8b4b0782ee5371262f1ffb5dc5ae50a5468b9ae6ff8e9d0c384bfae95bc598682b83f2b3faca1cd4f4008b573110d37f6a1bc784b4f3ce
+Size (sphinxcontrib.applehelp-1.0.3.tar.gz) = 20190 bytes



Home | Main Index | Thread Index | Old Index