git: 8ec2565699bc - main - textproc/py-sphinx-autoapi: Update to 1.8.4

From: Dries Michiels <driesm_at_FreeBSD.org>
Date: Thu, 02 Dec 2021 08:26:52 UTC
The branch main has been updated by driesm:

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

commit 8ec2565699bcc76ef9c6af78d3160246a4ab32bf
Author:     Andreas Bilke <andreas@bilke.org>
AuthorDate: 2021-12-01 19:02:40 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2021-12-02 08:25:58 +0000

    textproc/py-sphinx-autoapi: Update to 1.8.4
    
    While here, pet portfmt and add concurrent.
    
    Chages:                 https://github.com/readthedocs/sphinx-autoapi/blob/v1.8.4/CHANGELOG.rst
    PR:                     258884
    Approved by:            philip (mentor)
    Differential Revision:  https://reviews.freebsd.org/D33225
---
 textproc/py-sphinx-autoapi/Makefile | 13 +++++++------
 textproc/py-sphinx-autoapi/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/textproc/py-sphinx-autoapi/Makefile b/textproc/py-sphinx-autoapi/Makefile
index 378698388509..2cca742c6abf 100644
--- a/textproc/py-sphinx-autoapi/Makefile
+++ b/textproc/py-sphinx-autoapi/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	sphinx-autoapi
-PORTVERSION=	1.8.3
+PORTVERSION=	1.8.4
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,14 +13,15 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 # Upstream switched to PEP-517 packaging
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR}
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=3.0:textproc/py-sphinx@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}astroid>=2.4:devel/py-astroid@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=2.7:devel/py-astroid@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}unidecode>0:converters/py-unidecode@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}sphinx>=3.0:textproc/py-sphinx@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}unidecode>0:converters/py-unidecode@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/textproc/py-sphinx-autoapi/distinfo b/textproc/py-sphinx-autoapi/distinfo
index 4c9251ba7122..b7b48ab4654f 100644
--- a/textproc/py-sphinx-autoapi/distinfo
+++ b/textproc/py-sphinx-autoapi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1627832617
-SHA256 (sphinx-autoapi-1.8.3.tar.gz) = 27ee224fbade3c06567a3428de710e99d8bd527d8008e838630c7f49a2d62b8b
-SIZE (sphinx-autoapi-1.8.3.tar.gz) = 42152909
+TIMESTAMP = 1630237683
+SHA256 (sphinx-autoapi-1.8.4.tar.gz) = 8c4ec5fbedc1e6e8f4692bcc4fcd1abcfb9e8dfca8a4ded60ad811a743c22ccc
+SIZE (sphinx-autoapi-1.8.4.tar.gz) = 42152704