Sun Apr 14 18:12:31 2024 UTC (62d)
py-sphinx-autodoc-typehints: updated to 2.0.1

2.0.1

Extend linter/formatter rules
Fix the CI
Add missing option to readme
Return injection fix


(adam)
diff -r1.17 -r1.18 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
diff -r1.13 -r1.14 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile 2024/02/13 17:53:33 1.17
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile 2024/04/14 18:12:30 1.18
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.17 2024/02/13 17:53:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.18 2024/04/14 18:12:30 adam Exp $
2 2
3DISTNAME= sphinx_autodoc_typehints-2.0.0 3DISTNAME= sphinx_autodoc_typehints-2.0.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/}
7 7
8MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
9HOMEPAGE= https://github.com/tox-dev/sphinx-autodoc-typehints 9HOMEPAGE= https://github.com/tox-dev/sphinx-autodoc-typehints
10COMMENT= Type hints support for the Sphinx autodoc extension 10COMMENT= Type hints support for the Sphinx autodoc extension
11LICENSE= mit 11LICENSE= mit
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.18:../../devel/py-hatchling 13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.4:../../devel/py-hatch-vcs
14TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs 14TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.21.1:../../devel/py-hatchling
15DEPENDS+= ${PYPKGPREFIX}-sphinx>=7.1.2:../../textproc/py-sphinx 15DEPENDS+= ${PYPKGPREFIX}-sphinx>=7.1.2:../../textproc/py-sphinx
16# optional 16# optional
17DEPENDS+= ${PYPKGPREFIX}-nptyping>=2.5:../../math/py-nptyping 17DEPENDS+= ${PYPKGPREFIX}-nptyping>=2.5:../../math/py-nptyping
18TEST_DEPENDS+= ${PYPKGPREFIX}-sphobjinv>=2.3.1:../../textproc/py-sphobjinv 18TEST_DEPENDS+= ${PYPKGPREFIX}-sphobjinv>=2.3.1:../../textproc/py-sphobjinv
19TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.1:../../devel/py-test-cov 19TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.1:../../devel/py-test-cov
20TEST_DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.7.1:../../devel/py-typing-extensions 20TEST_DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.7.1:../../devel/py-typing-extensions
21 21
22USE_LANGUAGES= # none 22USE_LANGUAGES= # none
23 23
24PYTHON_VERSIONS_INCOMPATIBLE= 27 38 24PYTHON_VERSIONS_INCOMPATIBLE= 27 38
25 25
26.include "../../lang/python/wheel.mk" 26.include "../../lang/python/wheel.mk"
27.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo 2024/02/13 17:53:33 1.13
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo 2024/04/14 18:12:30 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2024/02/13 17:53:33 wiz Exp $ 1$NetBSD: distinfo,v 1.14 2024/04/14 18:12:30 adam Exp $
2 2
3BLAKE2s (sphinx_autodoc_typehints-2.0.0.tar.gz) = e4e772eda8d7a01cf6ceeb745e295cce3737f755d3a78585c12b00319f286b81 3BLAKE2s (sphinx_autodoc_typehints-2.0.1.tar.gz) = 06ca955d75aaf76407a65d73d5c21ea29c89c80c4a642cbdde022316fd04ffb5
4SHA512 (sphinx_autodoc_typehints-2.0.0.tar.gz) = e37839b8f9393334f43b2b97f3d9ade4a2e11182e634c4ee37a916bcf4425c624376edcd3b25b054a23e15624393e3a79fdbc1775f6b3808e09bc8a85a2262d5 4SHA512 (sphinx_autodoc_typehints-2.0.1.tar.gz) = 43a14d1c83fbd9b7fb9dfe28f5ee2e14fc0ac8976c454d0270fdea202cae57b2ff73035b97d26b82c7d2993362d0874984ba11c0c00ba34787227d576ed10427
5Size (sphinx_autodoc_typehints-2.0.0.tar.gz) = 37951 bytes 5Size (sphinx_autodoc_typehints-2.0.1.tar.gz) = 38816 bytes