diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-22 01:04:43 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-22 01:04:43 +0800 |
commit | a9a9c95be8a7ebf6779eb74b0bb9feba24d453fa (patch) | |
tree | 89c9d459817e8e3a0edb5444b3ed4d451c8093b1 /misc | |
parent | b6cf9c19675b389d4a5b2c1fed1d11598280c1c8 (diff) | |
download | freebsd-ports-a9a9c95be8a7ebf6779eb74b0bb9feba24d453fa.zip |
misc/py-tqdm: Update to 4.66.1
- Update WWW
Changes: https://github.com/tqdm/tqdm/releases
https://tqdm.github.io/releases/
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-tqdm/Makefile | 7 | ||||
-rw-r--r-- | misc/py-tqdm/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 21a919678702..945898c873dd 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -1,18 +1,19 @@ PORTNAME= tqdm -PORTVERSION= 4.65.0 +PORTVERSION= 4.66.1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast, extensible progress bar for Python -WWW= https://github.com/tqdm/tqdm +WWW= https://tqdm.github.io/ \ + https://github.com/tqdm/tqdm LICENSE= MIT MPL20 LICENSE_COMB= multi LICENSE_FILE_MIT= ${WRKSRC}/LICENCE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ +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} diff --git a/misc/py-tqdm/distinfo b/misc/py-tqdm/distinfo index c32ae74caca1..3812c0b37b36 100644 --- a/misc/py-tqdm/distinfo +++ b/misc/py-tqdm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679498786 -SHA256 (tqdm-4.65.0.tar.gz) = 1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5 -SIZE (tqdm-4.65.0.tar.gz) = 167542 +TIMESTAMP = 1692211803 +SHA256 (tqdm-4.66.1.tar.gz) = d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7 +SIZE (tqdm-4.66.1.tar.gz) = 169147 |