diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-28 03:24:06 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-28 03:24:06 +0800 |
commit | da8b4eb102516ec78ade5064635324012aea5007 (patch) | |
tree | bb5de7b5a5e200a59aa13b0b9e20ce670cb36333 /misc | |
parent | 576436e3cbe3dbe11fcdb456c3905132f5d66d57 (diff) | |
download | freebsd-ports-graphics-da8b4eb102516ec78ade5064635324012aea5007.tar.gz freebsd-ports-graphics-da8b4eb102516ec78ade5064635324012aea5007.tar.zst freebsd-ports-graphics-da8b4eb102516ec78ade5064635324012aea5007.zip |
misc/py-tqdm: Update to 4.19.6
Port changes:
* Changed to DISTVERSION
* Added USE_PYTHON=concurrent
PR: 226240
Submitted by: Neel Chauhan <neel@neelc.org>
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-tqdm/Makefile | 7 | ||||
-rw-r--r-- | misc/py-tqdm/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 3113e600099..bf6a99d1986 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= tqdm -PORTVERSION= 4.19.5 DISTVERSIONPREFIX= v +DISTVERSION= 4.19.6 CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,8 @@ LICENSE= MIT MPL20 LICENSE_COMB= multi USES= python -USE_PYTHON= autoplist distutils -NO_ARCH= yes - USE_GITHUB= yes +USE_PYTHON= distutils autoplist concurrent +NO_ARCH= yes .include <bsd.port.mk> diff --git a/misc/py-tqdm/distinfo b/misc/py-tqdm/distinfo index c3b6be1e3fe..2389e43015e 100644 --- a/misc/py-tqdm/distinfo +++ b/misc/py-tqdm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1516576661 -SHA256 (tqdm-tqdm-v4.19.5_GH0.tar.gz) = 9657b8442cb83871b0b19ccf6ce13584e04f01099ee7f11b93db74b3ed7bd8dd -SIZE (tqdm-tqdm-v4.19.5_GH0.tar.gz) = 72351 +TIMESTAMP = 1519758685 +SHA256 (tqdm-tqdm-v4.19.6_GH0.tar.gz) = 720372c50220a3282a3f77eff8e0745c37a2b48dfc980e614d1c04472b0adc8a +SIZE (tqdm-tqdm-v4.19.6_GH0.tar.gz) = 72902 |