diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-26 21:17:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-26 21:17:47 +0000 |
commit | 71cd90f3a62bc96a96eab266a83ad8f5d253222d (patch) | |
tree | 546c18327b12ab7a9a209f0e5a70efbe7b3426fb /misc/py-tqdm/Makefile | |
parent | 4db6d8bad49ca397ca94f9ccc479d05bb05e9561 (diff) |
Notes
Diffstat (limited to 'misc/py-tqdm/Makefile')
-rw-r--r-- | misc/py-tqdm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 1116152a4a22..6000891f9595 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tqdm -PORTVERSION= 4.52.0 +PORTVERSION= 4.53.0 CATEGORIES= misc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,8 @@ 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} + USES= python USE_PYTHON= autoplist concurrent distutils |