diff --git a/textproc/py-sphinx-autodoc-typehints/Makefile b/textproc/py-sphinx-autodoc-typehints/Makefile index f7356401f61f..828752aacdc4 100644 --- a/textproc/py-sphinx-autodoc-typehints/Makefile +++ b/textproc/py-sphinx-autodoc-typehints/Makefile @@ -1,23 +1,24 @@ PORTNAME= sphinx-autodoc-typehints -PORTVERSION= 1.12.0 +DISTVERSION= 1.18.3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= sphinx_autodoc_typehints-${DISTVERSION} MAINTAINER= andreas@bilke.org COMMENT= Type hints (PEP 484) support for the Sphinx autodoc extension LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=3.0,1:textproc/py-sphinx@${PY_FLAVOR} -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=2.0.0:devel/py-setuptools_scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=40.0.4:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0.29.0:devel/py-wheel@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=3.0,1:textproc/py-sphinx@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.0.4:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=2.0.0:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx>=4.5:textproc/py-sphinx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0.29.0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=4.5:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/textproc/py-sphinx-autodoc-typehints/distinfo b/textproc/py-sphinx-autodoc-typehints/distinfo index a6f13a134ffd..a4841f2abf92 100644 --- a/textproc/py-sphinx-autodoc-typehints/distinfo +++ b/textproc/py-sphinx-autodoc-typehints/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618751389 -SHA256 (sphinx-autodoc-typehints-1.12.0.tar.gz) = 193617d9dbe0847281b1399d369e74e34cd959c82e02c7efde077fca908a9f52 -SIZE (sphinx-autodoc-typehints-1.12.0.tar.gz) = 19494 +TIMESTAMP = 1658764422 +SHA256 (sphinx_autodoc_typehints-1.18.3.tar.gz) = c04d8f8d70e988960e25b206af39a90df84e7e2c085bb24e123bc3684021b313 +SIZE (sphinx_autodoc_typehints-1.18.3.tar.gz) = 31195 diff --git a/textproc/py-sphinx-autodoc-typehints/pkg-descr b/textproc/py-sphinx-autodoc-typehints/pkg-descr index 31fd871a0fe4..1537cdd245f8 100644 --- a/textproc/py-sphinx-autodoc-typehints/pkg-descr +++ b/textproc/py-sphinx-autodoc-typehints/pkg-descr @@ -1,5 +1,5 @@ This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of functions. This allows you to use type hints in a very natural fashion. -WWW: https://github.com/agronholm/sphinx-autodoc-typehints +WWW: https://github.com/tox-dev/sphinx-autodoc-typehints