Skip to content

Commit

Permalink
py-sphinx-autodoc-typehints: update to 1.24.1.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wiz committed Nov 7, 2023
1 parent b3c6bb7 commit 15b0987
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
10 changes: 2 additions & 8 deletions textproc/py-sphinx-autodoc-typehints/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -15,17 +14,12 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-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

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"
8 changes: 4 additions & 4 deletions textproc/py-sphinx-autodoc-typehints/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 15b0987

Please sign in to comment.