From 71aaa7d7b29f820682b0d571f22060c2fc9780c0 Mon Sep 17 00:00:00 2001 From: vanilla Date: Mon, 15 Sep 2014 02:11:03 +0000 Subject: Add py-tabulate 0.7.2. PR: ports/193574 Submitted by: Nikolay Dachev (nikolay dachev info) --- devel/Makefile | 1 + devel/py-tabulate/Makefile | 19 +++++++++++++++++++ devel/py-tabulate/distinfo | 2 ++ devel/py-tabulate/pkg-descr | 10 ++++++++++ 4 files changed, 32 insertions(+) create mode 100644 devel/py-tabulate/Makefile create mode 100644 devel/py-tabulate/distinfo create mode 100644 devel/py-tabulate/pkg-descr 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$ + +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 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 -- cgit