pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-sphinx-astropy
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 21 15:16:50 UTC 2024
Modified Files:
pkgsrc/textproc/py-sphinx-astropy: Makefile PLIST distinfo
Log Message:
py-sphinx-astropy: updated to 1.9.1
1.9.1 (2023-06-07)
- Renamed ``[v2]`` optional dependencies key to ``[confv2]``
to avoid triggering build error in Python 3.10 or earlier.
1.9 (2023-06-06)
- To switch to ``pydata-sphinx-theme``, use ``sphinx_astropy.conf.v2``
and install the ``[v2]`` optional dependencies.
- Update minimum required version of Sphinx to 3.0.0.
- ``check_sphinx_version`` is deprecated.
1.8 (2023-01-06)
- Update scipy intersphinx URL.
- Ensure that jQuery is always installed with Sphinx 6+.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-sphinx-astropy/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-sphinx-astropy/PLIST \
pkgsrc/textproc/py-sphinx-astropy/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-sphinx-astropy/Makefile
diff -u pkgsrc/textproc/py-sphinx-astropy/Makefile:1.4 pkgsrc/textproc/py-sphinx-astropy/Makefile:1.5
--- pkgsrc/textproc/py-sphinx-astropy/Makefile:1.4 Sat Aug 10 07:55:07 2024
+++ pkgsrc/textproc/py-sphinx-astropy/Makefile Wed Aug 21 15:16:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/08/10 07:55:07 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/08/21 15:16:50 adam Exp $
-DISTNAME= sphinx-astropy-1.7.0
+DISTNAME= sphinx-astropy-1.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-astropy/}
@@ -10,19 +10,22 @@ HOMEPAGE= https://github.com/astropy/sph
COMMENT= Sphinx extensions and configuration specific to the Astropy project
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
-DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.7:../../textproc/py-sphinx
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=30.3.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
DEPENDS+= ${PYPKGPREFIX}-astropy-sphinx-theme-[0-9]*:../../textproc/py-astropy-sphinx-theme
+DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-numpydoc-[0-9]*:../../textproc/py-numpydoc
+DEPENDS+= ${PYPKGPREFIX}-sphinx>=3.0.0:../../textproc/py-sphinx
DEPENDS+= ${PYPKGPREFIX}-sphinx-automodapi-[0-9]*:../../textproc/py-sphinx-automodapi
DEPENDS+= ${PYPKGPREFIX}-sphinx-gallery-[0-9]*:../../textproc/py-sphinx-gallery
-DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
+DEPENDS+= ${PYPKGPREFIX}-sphinxcontrib-jquery-[0-9]*:../../textproc/py-sphinxcontrib-jquery
DEPENDS+= ${PYPKGPREFIX}-test-doctestplus>=0.11:../../devel/py-test-doctestplus
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39
+PYTHON_VERSIONS_INCOMPATIBLE= 38 39 # py-sphinx
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-sphinx-astropy/PLIST
diff -u pkgsrc/textproc/py-sphinx-astropy/PLIST:1.1 pkgsrc/textproc/py-sphinx-astropy/PLIST:1.2
--- pkgsrc/textproc/py-sphinx-astropy/PLIST:1.1 Mon Jan 17 09:42:09 2022
+++ pkgsrc/textproc/py-sphinx-astropy/PLIST Wed Aug 21 15:16:50 2024
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/17 09:42:09 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/08/21 15:16:50 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/sphinx_astropy/__init__.py
${PYSITELIB}/sphinx_astropy/__init__.pyc
${PYSITELIB}/sphinx_astropy/__init__.pyo
@@ -14,6 +13,9 @@ ${PYSITELIB}/sphinx_astropy/conf/__init_
${PYSITELIB}/sphinx_astropy/conf/v1.py
${PYSITELIB}/sphinx_astropy/conf/v1.pyc
${PYSITELIB}/sphinx_astropy/conf/v1.pyo
+${PYSITELIB}/sphinx_astropy/conf/v2.py
+${PYSITELIB}/sphinx_astropy/conf/v2.pyc
+${PYSITELIB}/sphinx_astropy/conf/v2.pyo
${PYSITELIB}/sphinx_astropy/ext/__init__.py
${PYSITELIB}/sphinx_astropy/ext/__init__.pyc
${PYSITELIB}/sphinx_astropy/ext/__init__.pyo
@@ -37,9 +39,12 @@ ${PYSITELIB}/sphinx_astropy/local/python
${PYSITELIB}/sphinx_astropy/tests/__init__.py
${PYSITELIB}/sphinx_astropy/tests/__init__.pyc
${PYSITELIB}/sphinx_astropy/tests/__init__.pyo
-${PYSITELIB}/sphinx_astropy/tests/test_conf.py
-${PYSITELIB}/sphinx_astropy/tests/test_conf.pyc
-${PYSITELIB}/sphinx_astropy/tests/test_conf.pyo
+${PYSITELIB}/sphinx_astropy/tests/test_conf_v1.py
+${PYSITELIB}/sphinx_astropy/tests/test_conf_v1.pyc
+${PYSITELIB}/sphinx_astropy/tests/test_conf_v1.pyo
+${PYSITELIB}/sphinx_astropy/tests/test_conf_v2.py
+${PYSITELIB}/sphinx_astropy/tests/test_conf_v2.pyc
+${PYSITELIB}/sphinx_astropy/tests/test_conf_v2.pyo
${PYSITELIB}/sphinx_astropy/version.py
${PYSITELIB}/sphinx_astropy/version.pyc
${PYSITELIB}/sphinx_astropy/version.pyo
Index: pkgsrc/textproc/py-sphinx-astropy/distinfo
diff -u pkgsrc/textproc/py-sphinx-astropy/distinfo:1.1 pkgsrc/textproc/py-sphinx-astropy/distinfo:1.2
--- pkgsrc/textproc/py-sphinx-astropy/distinfo:1.1 Mon Jan 17 09:42:09 2022
+++ pkgsrc/textproc/py-sphinx-astropy/distinfo Wed Aug 21 15:16:50 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/01/17 09:42:09 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/08/21 15:16:50 adam Exp $
-BLAKE2s (sphinx-astropy-1.7.0.tar.gz) = 1085072b934a15d37c2ec741951afa747ee1045c9e6d2ed7e2e1cbab58933f3c
-SHA512 (sphinx-astropy-1.7.0.tar.gz) = 4b9af1528805c5017695be6ad9d0b789437da4ea01080190d5c0e44a76d927098864002cfd2a59529924a8d2844e26d2e7635fb3f0417ed90502e7e47d0239d3
-Size (sphinx-astropy-1.7.0.tar.gz) = 18266 bytes
+BLAKE2s (sphinx-astropy-1.9.1.tar.gz) = 4fb726a284462efb62920fe8f0645444faad6237e1eb75c9b58fa5f5a0891f71
+SHA512 (sphinx-astropy-1.9.1.tar.gz) = 8a7b1a657daf1b53693f1755c88f76b4ceff29a0c60033cac41e4097531bda83662cefb2d34a0a09d732fe9577253b62727c6f0b4036c569428fc9f2ec5f753b
+Size (sphinx-astropy-1.9.1.tar.gz) = 19277 bytes
Home |
Main Index |
Thread Index |
Old Index