pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 11 10:39:33 UTC 2023

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-sphinxcontrib-applehelp/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-sphinxcontrib-applehelp/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-applehelp/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile:1.5 pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile:1.6
--- pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile:1.5     Tue Jan  4 20:55:06 2022
+++ pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile Wed Jan 11 10:39:32 2023
@@ -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 @@ HOMEPAGE=   http://sphinx-doc.org/
 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"

Index: pkgsrc/textproc/py-sphinxcontrib-applehelp/PLIST
diff -u pkgsrc/textproc/py-sphinxcontrib-applehelp/PLIST:1.1 pkgsrc/textproc/py-sphinxcontrib-applehelp/PLIST:1.2
--- pkgsrc/textproc/py-sphinxcontrib-applehelp/PLIST:1.1        Mon Oct 21 20:36:07 2019
+++ pkgsrc/textproc/py-sphinxcontrib-applehelp/PLIST    Wed Jan 11 10:39:32 2023
@@ -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/loc
 ${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

Index: pkgsrc/textproc/py-sphinxcontrib-applehelp/distinfo
diff -u pkgsrc/textproc/py-sphinxcontrib-applehelp/distinfo:1.4 pkgsrc/textproc/py-sphinxcontrib-applehelp/distinfo:1.5
--- pkgsrc/textproc/py-sphinxcontrib-applehelp/distinfo:1.4     Tue Oct 26 11:23:14 2021
+++ pkgsrc/textproc/py-sphinxcontrib-applehelp/distinfo Wed Jan 11 10:39:32 2023
@@ -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