Skip to content

Commit

Permalink
misc/py-tqdm: Update to 4.66.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Aug 21, 2023
1 parent b6cf9c1 commit a9a9c95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions 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}

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit a9a9c95

Please sign in to comment.