aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Bilke <andreas@bilke.org>2021-12-01 19:02:40 +0000
committerDries Michiels <driesm@FreeBSD.org>2021-12-02 08:25:58 +0000
commit8ec2565699bcc76ef9c6af78d3160246a4ab32bf (patch)
treee1724f182ea9a6981977b6722c4c9be37518e304
parent11a15f75deb9bec2bf3a2dbd09e0dbfc634d84ef (diff)
downloadports-8ec2565699bcc76ef9c6af78d3160246a4ab32bf.tar.gz
ports-8ec2565699bcc76ef9c6af78d3160246a4ab32bf.zip
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
-rw-r--r--textproc/py-sphinx-autoapi/Makefile13
-rw-r--r--textproc/py-sphinx-autoapi/distinfo6
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