pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-prettytable py-prettytable: import version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4e967eee606
branches:  trunk
changeset: 439793:a4e967eee606
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Tue Sep 29 00:38:45 2020 +0000

description:
py-prettytable: import version 0.7.2

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 |  16 ++++++++++++++++
 textproc/py-prettytable/PLIST    |   8 ++++++++
 textproc/py-prettytable/distinfo |   6 ++++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r a10b48e61f52 -r a4e967eee606 textproc/py-prettytable/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-prettytable/DESCR     Tue Sep 29 00:38:45 2020 +0000
@@ -0,0 +1,2 @@
+A simple Python library for easily displaying tabular data in a visually
+appealing ASCII table format.
diff -r a10b48e61f52 -r a4e967eee606 textproc/py-prettytable/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-prettytable/Makefile  Tue Sep 29 00:38:45 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.8 2020/09/29 00:38:45 khorben Exp $
+
+DISTNAME=      prettytable-0.7.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  https://files.pythonhosted.org/packages/e0/a1/36203205f77ccf98f3c6cf17cf068c972e6458d7e58509ca66da949ca347/
+
+MAINTAINER=    khorben%defora.org@localhost
+HOMEPAGE=      http://code.google.com/p/prettytable
+COMMENT=       Displays tabular data in ASCII table format
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a10b48e61f52 -r a4e967eee606 textproc/py-prettytable/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-prettytable/PLIST     Tue Sep 29 00:38:45 2020 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.3 2020/09/29 00:38:45 khorben 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 a10b48e61f52 -r a4e967eee606 textproc/py-prettytable/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-prettytable/distinfo  Tue Sep 29 00:38:45 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.5 2020/09/29 00:38:45 khorben Exp $
+
+SHA1 (prettytable-0.7.2.tar.gz) = b7d0bf0feee0d23108a044ffae44aff5c5935250
+RMD160 (prettytable-0.7.2.tar.gz) = af187cbcf1139866bc67b1bc8cb5c3187726b41f
+SHA512 (prettytable-0.7.2.tar.gz) = 84611b9ad11bd428cdb00795e0a9baff44d027331b73ed1742596acda8acc8aca3df4276fa2f2ca2289f10b2989b3c86556de70bca6a9773b15cd80c54c33117
+Size (prettytable-0.7.2.tar.gz) = 24784 bytes



Home | Main Index | Thread Index | Old Index