pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov  7 22:20:57 UTC 2023

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

Log Message:
py-sphinxcontrib-serializinghtml: update to 1.1.9.

Release 1.1.9 (2023-08-20)
==========================

* Serialise context["script_files"] and context["css_files"] as their filenames
  on Sphinx 7.2.0.

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

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

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

* Fix tests for Sphinx 7.1 and below

Release 1.1.6 (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.8 -r1.9 \
    pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/textproc/py-sphinxcontrib-serializinghtml/PLIST
cvs rdiff -u -r1.5 -r1.6 \
    pkgsrc/textproc/py-sphinxcontrib-serializinghtml/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-serializinghtml/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile:1.8 pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile:1.9
--- pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile:1.8       Tue Jan  4 20:55:07 2022
+++ pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile   Tue Nov  7 22:20:57 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2022/01/04 20:55:07 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2023/11/07 22:20:57 wiz Exp $
 
-DISTNAME=      sphinxcontrib-serializinghtml-1.1.5
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+DISTNAME=      sphinxcontrib_serializinghtml-1.1.9
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-serializinghtml/}
 
@@ -11,15 +10,12 @@ HOMEPAGE=   http://sphinx-doc.org/
 COMMENT=       Sphinx API for "serialized" HTML files
 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} && ${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-serializinghtml/PLIST
diff -u pkgsrc/textproc/py-sphinxcontrib-serializinghtml/PLIST:1.2 pkgsrc/textproc/py-sphinxcontrib-serializinghtml/PLIST:1.3
--- pkgsrc/textproc/py-sphinxcontrib-serializinghtml/PLIST:1.2  Thu Aug  5 18:39:39 2021
+++ pkgsrc/textproc/py-sphinxcontrib-serializinghtml/PLIST      Tue Nov  7 22:20:57 2023
@@ -1,12 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/08/05 18:39:39 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.3 2023/11/07 22:20:57 wiz Exp $
 ${PYSITELIB}/sphinxcontrib/serializinghtml/__init__.py
 ${PYSITELIB}/sphinxcontrib/serializinghtml/__init__.pyc
 ${PYSITELIB}/sphinxcontrib/serializinghtml/__init__.pyo
@@ -123,6 +115,7 @@ ${PYSITELIB}/sphinxcontrib/serializinght
 ${PYSITELIB}/sphinxcontrib/serializinghtml/locales/zh_CN/LC_MESSAGES/sphinxcontrib.serializinghtml.po
 ${PYSITELIB}/sphinxcontrib/serializinghtml/locales/zh_TW/LC_MESSAGES/sphinxcontrib.serializinghtml.mo
 ${PYSITELIB}/sphinxcontrib/serializinghtml/locales/zh_TW/LC_MESSAGES/sphinxcontrib.serializinghtml.po
-${PYSITELIB}/sphinxcontrib/serializinghtml/version.py
-${PYSITELIB}/sphinxcontrib/serializinghtml/version.pyc
-${PYSITELIB}/sphinxcontrib/serializinghtml/version.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL

Index: pkgsrc/textproc/py-sphinxcontrib-serializinghtml/distinfo
diff -u pkgsrc/textproc/py-sphinxcontrib-serializinghtml/distinfo:1.5 pkgsrc/textproc/py-sphinxcontrib-serializinghtml/distinfo:1.6
--- pkgsrc/textproc/py-sphinxcontrib-serializinghtml/distinfo:1.5       Tue Oct 26 11:23:14 2021
+++ pkgsrc/textproc/py-sphinxcontrib-serializinghtml/distinfo   Tue Nov  7 22:20:57 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:23:14 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/11/07 22:20:57 wiz Exp $
 
-BLAKE2s (sphinxcontrib-serializinghtml-1.1.5.tar.gz) = 0207a60fc392362f76fddb4894ac695b18bec9a34c8a8c0aadf71564039f3a16
-SHA512 (sphinxcontrib-serializinghtml-1.1.5.tar.gz) = c5aabe4d29fd0455c269f8054089fdd61e1de5c35aa407740fc3baae4cfb3235d9fd5515c0489b0becd12abc8f18d0f42aa169ed315c00f30ba87e64ce851667
-Size (sphinxcontrib-serializinghtml-1.1.5.tar.gz) = 21019 bytes
+BLAKE2s (sphinxcontrib_serializinghtml-1.1.9.tar.gz) = ad3209c4c1681721b8a287bed3174239f356159674a2a04a89786eb4e5ed35b7
+SHA512 (sphinxcontrib_serializinghtml-1.1.9.tar.gz) = 9e14527794a71120c1db9dc534383f3e56ee18241009aab2a04133351fc4dd56ee9ba242ad64be13faf44162e90e88109eb36a5692fb343f4bb28f43cda78bba
+Size (sphinxcontrib_serializinghtml-1.1.9.tar.gz) = 15446 bytes



Home | Main Index | Thread Index | Old Index