Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:38:16 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: 56870bf6d0fe - main - misc/py-tqdm: Update to 4.65.0
Message-ID:  <202304051738.335HcGFf088850@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=56870bf6d0feb4c566d23478d3e9c3fbb6eed9f3

commit 56870bf6d0feb4c566d23478d3e9c3fbb6eed9f3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:18:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:46 +0000

    misc/py-tqdm: Update to 4.65.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/tqdm/tqdm/releases
---
 misc/py-tqdm/Makefile | 10 ++++++----
 misc/py-tqdm/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile
index e031b66a779f..62c2cceb0455 100644
--- a/misc/py-tqdm/Makefile
+++ b/misc/py-tqdm/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	tqdm
-PORTVERSION=	4.64.1
+PORTVERSION=	4.65.0
 CATEGORIES=	misc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,12 @@ LICENSE=	MIT MPL20
 LICENSE_COMB=	multi
 LICENSE_FILE_MIT=	${WRKSRC}/LICENCE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42: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=		cpe python:3.6+
-USE_PYTHON=	autoplist concurrent distutils
+USES=		cpe python:3.7+
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/misc/py-tqdm/distinfo b/misc/py-tqdm/distinfo
index c48d48ac64db..c32ae74caca1 100644
--- a/misc/py-tqdm/distinfo
+++ b/misc/py-tqdm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662558056
-SHA256 (tqdm-4.64.1.tar.gz) = 5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4
-SIZE (tqdm-4.64.1.tar.gz) = 169599
+TIMESTAMP = 1679498786
+SHA256 (tqdm-4.65.0.tar.gz) = 1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5
+SIZE (tqdm-4.65.0.tar.gz) = 167542



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