Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2014 02:11:03 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368238 - in head/devel: . py-tabulate
Message-ID:  <201409150211.s8F2B3DX075335@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Mon Sep 15 02:11:03 2014
New Revision: 368238
URL: http://svnweb.freebsd.org/changeset/ports/368238
QAT: https://qat.redports.org/buildarchive/r368238/

Log:
  Add py-tabulate 0.7.2.
  
  PR:		ports/193574
  Submitted by:	Nikolay Dachev (nikolay dachev info)

Added:
  head/devel/py-tabulate/
  head/devel/py-tabulate/Makefile   (contents, props changed)
  head/devel/py-tabulate/distinfo   (contents, props changed)
  head/devel/py-tabulate/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Sep 15 01:41:22 2014	(r368237)
+++ head/devel/Makefile	Mon Sep 15 02:11:03 2014	(r368238)
@@ -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

Added: head/devel/py-tabulate/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-tabulate/Makefile	Mon Sep 15 02:11:03 2014	(r368238)
@@ -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>

Added: head/devel/py-tabulate/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-tabulate/distinfo	Mon Sep 15 02:11:03 2014	(r368238)
@@ -0,0 +1,2 @@
+SHA256 (tabulate-0.7.2.tar.gz) = 532ccab8d9e4659a5f016d84814df86cc04763785e9de2739e890d956dc82d8f
+SIZE (tabulate-0.7.2.tar.gz) = 19792

Added: head/devel/py-tabulate/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-tabulate/pkg-descr	Mon Sep 15 02:11:03 2014	(r368238)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409150211.s8F2B3DX075335>