aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-09-15 10:11:03 +0800
committervanilla <vanilla@FreeBSD.org>2014-09-15 10:11:03 +0800
commit71aaa7d7b29f820682b0d571f22060c2fc9780c0 (patch)
tree3578198931a7648dc8aee01929852554491f0f86
parentb239f7f4923d8d7c837a5020de5e3c52a418bba3 (diff)
downloadfreebsd-ports-gnome-71aaa7d7b29f820682b0d571f22060c2fc9780c0.tar.gz
freebsd-ports-gnome-71aaa7d7b29f820682b0d571f22060c2fc9780c0.tar.zst
freebsd-ports-gnome-71aaa7d7b29f820682b0d571f22060c2fc9780c0.zip
Add py-tabulate 0.7.2.
PR: ports/193574 Submitted by: Nikolay Dachev (nikolay dachev info)
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-tabulate/Makefile19
-rw-r--r--devel/py-tabulate/distinfo2
-rw-r--r--devel/py-tabulate/pkg-descr10
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 1c754efffe49..22f3cbf6cddb 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3919,6 +3919,7 @@
SUBDIR += py-sysctl
SUBDIR += py-sysv_ipc
SUBDIR += py-tables
+ SUBDIR += py-tabulate
SUBDIR += py-tapi
SUBDIR += py-tarantool-queue
SUBDIR += py-tconfpy
diff --git a/devel/py-tabulate/Makefile b/devel/py-tabulate/Makefile
new file mode 100644
index 000000000000..cfdfd487faf3
--- /dev/null
+++ b/devel/py-tabulate/Makefile
@@ -0,0 +1,19 @@
+# Created by: Nikolay Dachev <freebsd@dacehv.info>
+# $FreeBSD$
+
+PORTNAME= tabulate
+PORTVERSION= 0.7.2
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= freebsd@dacehv.info
+COMMENT= Pretty-print tabular data in Python
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
diff --git a/devel/py-tabulate/distinfo b/devel/py-tabulate/distinfo
new file mode 100644
index 000000000000..9c6dd0227b69
--- /dev/null
+++ b/devel/py-tabulate/distinfo
@@ -0,0 +1,2 @@
+SHA256 (tabulate-0.7.2.tar.gz) = 532ccab8d9e4659a5f016d84814df86cc04763785e9de2739e890d956dc82d8f
+SIZE (tabulate-0.7.2.tar.gz) = 19792
diff --git a/devel/py-tabulate/pkg-descr b/devel/py-tabulate/pkg-descr
new file mode 100644
index 000000000000..13ea684d25af
--- /dev/null
+++ b/devel/py-tabulate/pkg-descr
@@ -0,0 +1,10 @@
+Pretty-print tabular data in Python.
+
+The main use cases of the library are:
+
+printing small tables without hassle: just one function call,
+formatting is guided by the data itself authoring tabular data for
+lightweight plain-text markup: multiple output formats
+suitable for further editing or transformation readable presentation of
+mixed textual and numeric data: smart column alignment,
+configurable number formatting, alignment by a decimal point