py-sphinx-automodapi: updated to 0.16.0

0.16.0 (2023-08-17)

- Fixed broken inheritance-diagram links due to the smart resolver.
- Compatibility with Sphinx 7.2.
- Minimum supported Sphinx version is now 4.
This commit is contained in:
adam 2023-12-01 18:56:22 +00:00
parent cfe578e530
commit 5fce73f334
3 changed files with 17 additions and 16 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2023/11/07 22:38:05 wiz Exp $
# $NetBSD: Makefile,v 1.6 2023/12/01 18:56:22 adam Exp $
DISTNAME= sphinx-automodapi-0.15.0
DISTNAME= sphinx-automodapi-0.16.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-automodapi/}
@ -10,13 +10,15 @@ HOMEPAGE= https://github.com/astropy/sphinx-automodapi
COMMENT= Sphinx extension for auto-generating API documentation for modules
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0:../../textproc/py-sphinx
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=30.3.0:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-sphinx>=4.0:../../textproc/py-sphinx
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,10 +1,9 @@
@comment $NetBSD: PLIST,v 1.2 2023/05/05 18:16:08 adam 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.3 2023/12/01 18:56:22 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_automodapi/__init__.py
${PYSITELIB}/sphinx_automodapi/__init__.pyc
${PYSITELIB}/sphinx_automodapi/__init__.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2023/05/05 18:16:08 adam Exp $
$NetBSD: distinfo,v 1.3 2023/12/01 18:56:22 adam Exp $
BLAKE2s (sphinx-automodapi-0.15.0.tar.gz) = 501a80cca93673e57beac5626795eaebe385a6e652ffa734d40f5aafccee95f9
SHA512 (sphinx-automodapi-0.15.0.tar.gz) = 3198cc1967d596804b934130283aeb78f335550452675843b962874b328aa7d6f3e8ae2b44fc460cb37dde2ec208d64edad9675077ef0fee16f2f5887092364c
Size (sphinx-automodapi-0.15.0.tar.gz) = 47022 bytes
BLAKE2s (sphinx-automodapi-0.16.0.tar.gz) = 604f9b3fcac6cd6f0f8ae084d3489915034b48b2807c74d19d22142ac3fe3c84
SHA512 (sphinx-automodapi-0.16.0.tar.gz) = 573f97d2342e6b631765ad9fa5d3455634495d97ef23be6b716e803c48fce01092cf44da872748b2e7b4981d9c54af4bc49c1dbf7cf304e4514b873157c09c26
Size (sphinx-automodapi-0.16.0.tar.gz) = 47588 bytes