Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 17:14:43 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3e54a630439d - main - devel/py-tenacity: Update to 8.2.3
Message-ID:  <202308211714.37LHEhOI001371@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 3e54a630439d1da72fc9d143f01220ac84357bfa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-21 17:04:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-21 17:04:15 +0000

    devel/py-tenacity: Update to 8.2.3
    
    - Update WWW
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/jd/tenacity/commits/main
                    https://tenacity.readthedocs.io/en/latest/changelog.html
---
 devel/py-tenacity/Makefile | 11 +++++++----
 devel/py-tenacity/distinfo |  6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308211714.37LHEhOI001371>