diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2016-01-10 06:16:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2016-01-10 06:16:31 +0000 |
commit | 83efc60b7221a45adf3d301becb4d6f740db04c5 (patch) | |
tree | a37e4fdf1e58a8006f76661e202fb2ffcea9842e /misc/py-tqdm | |
parent | d9a2690b31b8ad5137e130da3c93c9897f34b93d (diff) |
Notes
Diffstat (limited to 'misc/py-tqdm')
-rw-r--r-- | misc/py-tqdm/Makefile | 21 | ||||
-rw-r--r-- | misc/py-tqdm/distinfo | 2 | ||||
-rw-r--r-- | misc/py-tqdm/pkg-descr | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile new file mode 100644 index 000000000000..215d74b0e4fb --- /dev/null +++ b/misc/py-tqdm/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= tqdm +PORTVERSION= 3.6.0 +DISTVERSIONPREFIX= v +CATEGORIES= misc +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= neel@neelc.org +COMMENT= Fast, extensible progress bar for Python + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= tqdm + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/misc/py-tqdm/distinfo b/misc/py-tqdm/distinfo new file mode 100644 index 000000000000..b0fc540d04c3 --- /dev/null +++ b/misc/py-tqdm/distinfo @@ -0,0 +1,2 @@ +SHA256 (tqdm-tqdm-v3.6.0_GH0.tar.gz) = e3b96acc1576b54bab7a28cf540a6df13cc32ef67a29e752ed6ddde396b71bd6 +SIZE (tqdm-tqdm-v3.6.0_GH0.tar.gz) = 457878 diff --git a/misc/py-tqdm/pkg-descr b/misc/py-tqdm/pkg-descr new file mode 100644 index 000000000000..f7f836c22504 --- /dev/null +++ b/misc/py-tqdm/pkg-descr @@ -0,0 +1,3 @@ +Simple Python Progress Meter + +WWW: https://www.github.com/tqdm/tqdm |