pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-prettytable add py-prettytable 0.6.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/125aeba3f3a9
branches:  trunk
changeset: 610922:125aeba3f3a9
user:      jakllsch <jakllsch%pkgsrc.org@localhost>
date:      Sun Nov 11 21:35:17 2012 +0000

description:
add py-prettytable 0.6.1

A simple Python library for easily displaying tabular data in a visually
appealing ASCII table format.

diffstat:

 textproc/py-prettytable/DESCR    |   2 ++
 textproc/py-prettytable/Makefile |  19 +++++++++++++++++++
 textproc/py-prettytable/PLIST    |   8 ++++++++
 textproc/py-prettytable/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 635f2fc1329a -r 125aeba3f3a9 textproc/py-prettytable/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-prettytable/DESCR     Sun Nov 11 21:35:17 2012 +0000
@@ -0,0 +1,2 @@
+A simple Python library for easily displaying tabular data in a visually
+appealing ASCII table format.
diff -r 635f2fc1329a -r 125aeba3f3a9 textproc/py-prettytable/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-prettytable/Makefile  Sun Nov 11 21:35:17 2012 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2012/11/11 21:35:17 jakllsch Exp $
+#
+
+DISTNAME=      prettytable-0.6.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc
+MASTER_SITES=  http://pypi.python.org/packages/source/P/PrettyTable/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://code.google.com/p/prettytable/
+COMMENT=       Simple Python library for easily displaying tabular data
+LICENSE=       modified-bsd
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 635f2fc1329a -r 125aeba3f3a9 textproc/py-prettytable/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-prettytable/PLIST     Sun Nov 11 21:35:17 2012 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2012/11/11 21:35:17 jakllsch Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/prettytable.py
+${PYSITELIB}/prettytable.pyc
+${PYSITELIB}/prettytable.pyo
diff -r 635f2fc1329a -r 125aeba3f3a9 textproc/py-prettytable/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-prettytable/distinfo  Sun Nov 11 21:35:17 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/11/11 21:35:17 jakllsch Exp $
+
+SHA1 (prettytable-0.6.1.tar.gz) = 23d5ae959e78740d32d3cfa521253eaf0b02280f
+RMD160 (prettytable-0.6.1.tar.gz) = bd1ba3653d6665dec40f0954bc371aab19dc4353
+Size (prettytable-0.6.1.tar.gz) = 19678 bytes



Home | Main Index | Thread Index | Old Index