aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2016-01-10 14:16:31 +0800
committermiwi <miwi@FreeBSD.org>2016-01-10 14:16:31 +0800
commit32a50fdce052e5c8cfdc58075788c5592f4d7ab0 (patch)
treea37e4fdf1e58a8006f76661e202fb2ffcea9842e
parent370015b6e708ae3da6e6691a074a7494e92f3f84 (diff)
downloadfreebsd-ports-gnome-32a50fdce052e5c8cfdc58075788c5592f4d7ab0.tar.gz
freebsd-ports-gnome-32a50fdce052e5c8cfdc58075788c5592f4d7ab0.tar.zst
freebsd-ports-gnome-32a50fdce052e5c8cfdc58075788c5592f4d7ab0.zip
Simple Python Progress Meter
WWW: https://www.github.com/tqdm/tqdm PR: 205783 Submitted by: neel@neelc.org
-rw-r--r--misc/Makefile1
-rw-r--r--misc/py-tqdm/Makefile21
-rw-r--r--misc/py-tqdm/distinfo2
-rw-r--r--misc/py-tqdm/pkg-descr3
4 files changed, 27 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index bc534d8c8292..6afcba075b78 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -370,6 +370,7 @@
SUBDIR += posixtestsuite
SUBDIR += proxyper
SUBDIR += pspresent
+ SUBDIR += py-tqdm
SUBDIR += py-YABT
SUBDIR += py-osd
SUBDIR += py-pexpect
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