diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-06 01:18:13 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-06 01:30:46 +0800 |
commit | 56870bf6d0feb4c566d23478d3e9c3fbb6eed9f3 (patch) | |
tree | adb5a9b71c3e07655399d9ade277bfff4e9be580 | |
parent | f036372126b3d3364e6a1c96b1922d1e2b650c81 (diff) | |
download | freebsd-ports-56870bf6d0feb4c566d23478d3e9c3fbb6eed9f3.zip |
misc/py-tqdm: Update to 4.65.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/tqdm/tqdm/releases
-rw-r--r-- | misc/py-tqdm/Makefile | 10 | ||||
-rw-r--r-- | 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 |