pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-tabulate Import py-tabulate-0.7.7 as textp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e006f50d01a5
branches:  trunk
changeset: 360594:e006f50d01a5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 04 11:26:54 2017 +0000

description:
Import py-tabulate-0.7.7 as textproc/py-tabulate.

Pretty-print tabular data in Python, a library and a command-line
utility.

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

diffstat:

 textproc/py-tabulate/DESCR    |  14 ++++++++++++++
 textproc/py-tabulate/Makefile |  20 ++++++++++++++++++++
 textproc/py-tabulate/PLIST    |  12 ++++++++++++
 textproc/py-tabulate/distinfo |   6 ++++++
 4 files changed, 52 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r 34219ec4bf8e -r e006f50d01a5 textproc/py-tabulate/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-tabulate/DESCR        Tue Apr 04 11:26:54 2017 +0000
@@ -0,0 +1,14 @@
+Pretty-print tabular data in Python, a library and a command-line
+utility.
+
+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
diff -r 34219ec4bf8e -r e006f50d01a5 textproc/py-tabulate/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-tabulate/Makefile     Tue Apr 04 11:26:54 2017 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2017/04/04 11:26:54 wiz Exp $
+
+DISTNAME=              tabulate-0.7.7
+PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=            textproc python
+MASTER_SITES=          ${MASTER_SITE_PYPI:=t/tabulate/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              https://pypi.python.org/pypi/tabulate
+COMMENT=               Pretty-print tabular data
+LICENSE=               mit
+
+# TEST_DEPENDS
+BUILD_DEPENDS+=                ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+
+# tests broken due to missing file in distribution as of 0.7.7
+# https://bitbucket.org/astanin/python-tabulate/issues/110/test-commonpy-missing-in-pypi-tarball
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 34219ec4bf8e -r e006f50d01a5 textproc/py-tabulate/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-tabulate/PLIST        Tue Apr 04 11:26:54 2017 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/04 11:26:54 wiz Exp $
+bin/tabulate
+${PYSITELIB}/${EGG_INFODIR}/.PKG-INFO.swp
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/tabulate.py
+${PYSITELIB}/tabulate.pyc
+${PYSITELIB}/tabulate.pyo
diff -r 34219ec4bf8e -r e006f50d01a5 textproc/py-tabulate/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-tabulate/distinfo     Tue Apr 04 11:26:54 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/04 11:26:54 wiz Exp $
+
+SHA1 (tabulate-0.7.7.tar.gz) = 9021b475eefb357deb12f7b0e59a12457411472c
+RMD160 (tabulate-0.7.7.tar.gz) = e627ae6da8fb685263df4d7b7dc3a96d1b348c1c
+SHA512 (tabulate-0.7.7.tar.gz) = 36ea77577e36fad28efa9b1c10686a4a795acdea77be4f8b442b38f45d70993245b4b473b0ce146f3d24eb49f186ec47ada332a9a3973ac2786d5a46b7358213
+Size (tabulate-0.7.7.tar.gz) = 39140 bytes



Home | Main Index | Thread Index | Old Index