aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-21 17:04:15 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-21 17:04:15 +0000
commit3e54a630439d1da72fc9d143f01220ac84357bfa (patch)
tree882621a3ba9534f9be80a98b306d52ee729e30fb
parent2fd953e7fe52482ee9c8534ec1f011ca20f3d63c (diff)
downloadports-3e54a630439d1da72fc9d143f01220ac84357bfa.tar.gz
ports-3e54a630439d1da72fc9d143f01220ac84357bfa.zip
devel/py-tenacity: Update to 8.2.3
-rw-r--r--devel/py-tenacity/Makefile11
-rw-r--r--devel/py-tenacity/distinfo6
2 files changed, 10 insertions, 7 deletions
diff --git a/devel/py-tenacity/Makefile b/devel/py-tenacity/Makefile
index 49989deaf857..6ab9619835fb 100644
--- a/devel/py-tenacity/Makefile
+++ b/devel/py-tenacity/Makefile
@@ -1,20 +1,23 @@
PORTNAME= tenacity
-PORTVERSION= 8.2.2
+PORTVERSION= 8.2.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Retry code until it succeeds
-WWW= https://github.com/jd/tenacity
+WWW= https://tenacity.readthedocs.io/en/latest/ \
+ https://github.com/jd/tenacity
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=21.0.0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/devel/py-tenacity/distinfo b/devel/py-tenacity/distinfo
index b70c5eaaf044..cd8400009736 100644
--- a/devel/py-tenacity/distinfo
+++ b/devel/py-tenacity/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679498746
-SHA256 (tenacity-8.2.2.tar.gz) = 43af037822bd0029025877f3b2d97cc4d7bb0c2991000a3d59d71517c5c969e0
-SIZE (tenacity-8.2.2.tar.gz) = 40186
+TIMESTAMP = 1692211773
+SHA256 (tenacity-8.2.3.tar.gz) = 5398ef0d78e63f40007c1fb4c0bff96e1911394d2fa8d194f77619c05ff6cc8a
+SIZE (tenacity-8.2.3.tar.gz) = 40651