pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-tabulate



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr  4 11:26:54 UTC 2017

Added Files:
        pkgsrc/textproc/py-tabulate: DESCR Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-tabulate/DESCR \
    pkgsrc/textproc/py-tabulate/Makefile pkgsrc/textproc/py-tabulate/PLIST \
    pkgsrc/textproc/py-tabulate/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/py-tabulate/DESCR
diff -u /dev/null pkgsrc/textproc/py-tabulate/DESCR:1.1
--- /dev/null   Tue Apr  4 11:26:54 2017
+++ pkgsrc/textproc/py-tabulate/DESCR   Tue Apr  4 11:26:54 2017
@@ -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
Index: pkgsrc/textproc/py-tabulate/Makefile
diff -u /dev/null pkgsrc/textproc/py-tabulate/Makefile:1.1
--- /dev/null   Tue Apr  4 11:26:54 2017
+++ pkgsrc/textproc/py-tabulate/Makefile        Tue Apr  4 11:26:54 2017
@@ -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"
Index: pkgsrc/textproc/py-tabulate/PLIST
diff -u /dev/null pkgsrc/textproc/py-tabulate/PLIST:1.1
--- /dev/null   Tue Apr  4 11:26:54 2017
+++ pkgsrc/textproc/py-tabulate/PLIST   Tue Apr  4 11:26:54 2017
@@ -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
Index: pkgsrc/textproc/py-tabulate/distinfo
diff -u /dev/null pkgsrc/textproc/py-tabulate/distinfo:1.1
--- /dev/null   Tue Apr  4 11:26:54 2017
+++ pkgsrc/textproc/py-tabulate/distinfo        Tue Apr  4 11:26:54 2017
@@ -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