git: af3565c3cd51 - main - textproc/py-sphinx-autodoc-typehints: Update to 1.18.3

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Mon, 25 Jul 2022 17:35:40 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=af3565c3cd51a8959fcc878ed9aeb04e09d65f34

commit af3565c3cd51a8959fcc878ed9aeb04e09d65f34
Author:     Andreas Bilke <andreas@bilke.org>
AuthorDate: 2022-07-25 17:33:45 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-25 17:35:23 +0000

    textproc/py-sphinx-autodoc-typehints: Update to 1.18.3
    
     - switch to DISTVERSION
     - update WWW (redirect)
    
    ChangeLog:      https://github.com/tox-dev/sphinx-autodoc-typehints/blob/1.18.3/CHANGELOG.md
    PR:             262659
---
 textproc/py-sphinx-autodoc-typehints/Makefile  | 15 ++++++++-------
 textproc/py-sphinx-autodoc-typehints/distinfo  |  6 +++---
 textproc/py-sphinx-autodoc-typehints/pkg-descr |  2 +-
 3 files changed, 12 insertions(+), 11 deletions(-)

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,8 +1,9 @@
 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
@@ -10,13 +11,13 @@ 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
 
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
@@ -2,4 +2,4 @@ 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