pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-prettytable



Module Name:    pkgsrc
Committed By:   khorben
Date:           Tue Sep 29 00:38:45 UTC 2020

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

Log Message:
py-prettytable: import version 0.7.2

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 pkgsrc/textproc/py-prettytable/DESCR \
    pkgsrc/textproc/py-prettytable/PLIST
cvs rdiff -u -r0 -r1.8 pkgsrc/textproc/py-prettytable/Makefile
cvs rdiff -u -r0 -r1.5 pkgsrc/textproc/py-prettytable/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-prettytable/DESCR
diff -u /dev/null pkgsrc/textproc/py-prettytable/DESCR:1.3
--- /dev/null   Tue Sep 29 00:38:45 2020
+++ pkgsrc/textproc/py-prettytable/DESCR        Tue Sep 29 00:38:45 2020
@@ -0,0 +1,2 @@
+A simple Python library for easily displaying tabular data in a visually
+appealing ASCII table format.
Index: pkgsrc/textproc/py-prettytable/PLIST
diff -u /dev/null pkgsrc/textproc/py-prettytable/PLIST:1.3
--- /dev/null   Tue Sep 29 00:38:45 2020
+++ pkgsrc/textproc/py-prettytable/PLIST        Tue Sep 29 00:38:45 2020
@@ -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

Index: pkgsrc/textproc/py-prettytable/Makefile
diff -u /dev/null pkgsrc/textproc/py-prettytable/Makefile:1.8
--- /dev/null   Tue Sep 29 00:38:45 2020
+++ pkgsrc/textproc/py-prettytable/Makefile     Tue Sep 29 00:38:45 2020
@@ -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"

Index: pkgsrc/textproc/py-prettytable/distinfo
diff -u /dev/null pkgsrc/textproc/py-prettytable/distinfo:1.5
--- /dev/null   Tue Sep 29 00:38:45 2020
+++ pkgsrc/textproc/py-prettytable/distinfo     Tue Sep 29 00:38:45 2020
@@ -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