pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc py-ptable: added version 0.9.2 (py-prettytabl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fdc716fa2fb
branches:  trunk
changeset: 314041:6fdc716fa2fb
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 16 13:47:01 2018 +0000

description:
py-ptable: added version 0.9.2 (py-prettytable fork)

PTable is a simple Python library designed to make it quick and easy to
represent tabular data in visually appealing ASCII tables, originally forked
from PrettyTable.

diffstat:

 textproc/py-prettytable/DESCR    |   2 --
 textproc/py-prettytable/Makefile |  21 ---------------------
 textproc/py-prettytable/PLIST    |   8 --------
 textproc/py-prettytable/distinfo |   6 ------
 textproc/py-ptable/ALTERNATIVES  |   1 +
 textproc/py-ptable/DESCR         |   3 +++
 textproc/py-ptable/Makefile      |  20 ++++++++++++++++++++
 textproc/py-ptable/PLIST         |  24 ++++++++++++++++++++++++
 textproc/py-ptable/distinfo      |   6 ++++++
 9 files changed, 54 insertions(+), 37 deletions(-)

diffs (127 lines):

diff -r cadf425e0ba9 -r 6fdc716fa2fb textproc/py-prettytable/DESCR
--- a/textproc/py-prettytable/DESCR     Tue Oct 16 11:14:02 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-A simple Python library for easily displaying tabular data in a visually
-appealing ASCII table format.
diff -r cadf425e0ba9 -r 6fdc716fa2fb textproc/py-prettytable/Makefile
--- a/textproc/py-prettytable/Makefile  Tue Oct 16 11:14:02 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2017/09/04 18:55:10 wiz Exp $
-#
-
-DISTNAME=      prettytable-0.7.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    textproc
-MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PrettyTable/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/PrettyTable/
-COMMENT=       Simple Python library for easily displaying tabular data
-LICENSE=       modified-bsd
-
-USE_LANGUAGES= # none
-
-post-extract:
-       ${CHMOD} -R a+r ${WRKSRC}
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r cadf425e0ba9 -r 6fdc716fa2fb textproc/py-prettytable/PLIST
--- a/textproc/py-prettytable/PLIST     Tue Oct 16 11:14:02 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-@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 cadf425e0ba9 -r 6fdc716fa2fb textproc/py-prettytable/distinfo
--- a/textproc/py-prettytable/distinfo  Tue Oct 16 11:14:02 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 02:00:04 agc 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
diff -r cadf425e0ba9 -r 6fdc716fa2fb textproc/py-ptable/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-ptable/ALTERNATIVES   Tue Oct 16 13:47:01 2018 +0000
@@ -0,0 +1,1 @@
+bin/ptable @PREFIX@/bin/ptable-@PYVERSSUFFIX@
diff -r cadf425e0ba9 -r 6fdc716fa2fb textproc/py-ptable/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-ptable/DESCR  Tue Oct 16 13:47:01 2018 +0000
@@ -0,0 +1,3 @@
+PTable is a simple Python library designed to make it quick and easy to
+represent tabular data in visually appealing ASCII tables, originally forked
+from PrettyTable.
diff -r cadf425e0ba9 -r 6fdc716fa2fb textproc/py-ptable/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-ptable/Makefile       Tue Oct 16 13:47:01 2018 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2018/10/16 13:47:01 adam Exp $
+
+DISTNAME=      PTable-0.9.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PTable/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/kxxoling/PTable
+COMMENT=       Simple Python library for easily displaying tabular data
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && \
+               ${MV} ptable ptable-${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cadf425e0ba9 -r 6fdc716fa2fb textproc/py-ptable/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-ptable/PLIST  Tue Oct 16 13:47:01 2018 +0000
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2018/10/16 13:47:01 adam Exp $
+bin/ptable-${PYVERSSUFFIX}
+${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}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/prettytable/__init__.py
+${PYSITELIB}/prettytable/__init__.pyc
+${PYSITELIB}/prettytable/__init__.pyo
+${PYSITELIB}/prettytable/_compact.py
+${PYSITELIB}/prettytable/_compact.pyc
+${PYSITELIB}/prettytable/_compact.pyo
+${PYSITELIB}/prettytable/cli.py
+${PYSITELIB}/prettytable/cli.pyc
+${PYSITELIB}/prettytable/cli.pyo
+${PYSITELIB}/prettytable/factory.py
+${PYSITELIB}/prettytable/factory.pyc
+${PYSITELIB}/prettytable/factory.pyo
+${PYSITELIB}/prettytable/prettytable.py
+${PYSITELIB}/prettytable/prettytable.pyc
+${PYSITELIB}/prettytable/prettytable.pyo
diff -r cadf425e0ba9 -r 6fdc716fa2fb textproc/py-ptable/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-ptable/distinfo       Tue Oct 16 13:47:01 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/10/16 13:47:01 adam Exp $
+
+SHA1 (PTable-0.9.2.tar.gz) = 38c41cadd8dac4c49410c4e35d35f62042e817ad
+RMD160 (PTable-0.9.2.tar.gz) = 89d752444d706f44f7c959ba86182f50827ec942
+SHA512 (PTable-0.9.2.tar.gz) = e541abf6fa3cf54a14a3cd8bab4e80c50f2fe3b2bf1ca79390d0f74e74ce2c963bbd0720496c2c53d728e473bafc2e0da8857cd690fd4ad5f96040aafc53032f
+Size (PTable-0.9.2.tar.gz) = 31042 bytes



Home | Main Index | Thread Index | Old Index