pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx-autodoc-typehints



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov  7 22:13:29 UTC 2023

Modified Files:
        pkgsrc/textproc/py-sphinx-autodoc-typehints: Makefile distinfo

Log Message:
py-sphinx-autodoc-typehints: update to 1.24.1.

1.24.1

fix: Recursively evaluate guarded code by @Mr-Pepe in #393

1.24.0

Exclude dependabot and pre-commit ci from release notes by @gaborbernat in #369
Drop typed-ast as is no longer maintained/used by @gaborbernat in #373


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
    pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
cvs rdiff -u -r1.9 -r1.10 \
    pkgsrc/textproc/py-sphinx-autodoc-typehints/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-autodoc-typehints/Makefile
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.13 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.14
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.13   Sat Oct 28 19:57:19 2023
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile        Tue Nov  7 22:13:29 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2023/10/28 19:57:19 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/11/07 22:13:29 wiz Exp $
 
-DISTNAME=      sphinx_autodoc_typehints-1.23.3
+DISTNAME=      sphinx_autodoc_typehints-1.24.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/}
 
@@ -15,7 +14,6 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-hatchling-
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
 DEPENDS+=      ${PYPKGPREFIX}-sphinx>=5.3:../../textproc/py-sphinx
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphobjinv>=2.3.1:../../textproc/py-sphobjinv
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2.2:../../devel/py-test
 TOOL_DEPENDS+= ${PYPKGPREFIX}-nptyping-[0-9]*:../../math/py-nptyping
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-typing-extensions>=4.5:../../devel/py-typing-extensions
 
@@ -23,9 +21,5 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
-# needs 'make install'
-do-test:
-       cd ${WRKSRC} && ${MAKE_ENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.9 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.10
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.9    Wed Jul  5 22:07:40 2023
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo        Tue Nov  7 22:13:29 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/07/05 22:07:40 wiz Exp $
+$NetBSD: distinfo,v 1.10 2023/11/07 22:13:29 wiz Exp $
 
-BLAKE2s (sphinx_autodoc_typehints-1.23.3.tar.gz) = 8c814c7fd2c3d25c7faf5c85efc30a606635e8843ce69d467193efa99a263249
-SHA512 (sphinx_autodoc_typehints-1.23.3.tar.gz) = 013736d566d80027d40c381065125d429026788613c3dfd43311e8a33031c3a2f6161a0366b675259b4fac3c401658a9235c9f1c19abc2a220f27f0bead50b3f
-Size (sphinx_autodoc_typehints-1.23.3.tar.gz) = 36290 bytes
+BLAKE2s (sphinx_autodoc_typehints-1.24.1.tar.gz) = fda8c8399574ddf69705b9cf69e2fb4010278a4178d11e51d94a89a2635115cf
+SHA512 (sphinx_autodoc_typehints-1.24.1.tar.gz) = d79f540939a8e669d0aaf238a213aade330ed46112231adae3ca822afdf5d12178247afc4a2a46938dc49aa73e556d0303db28e2ff48ebf6e26ddf71a7759c4e
+Size (sphinx_autodoc_typehints-1.24.1.tar.gz) = 36436 bytes



Home | Main Index | Thread Index | Old Index