pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-tabulate py-tabulate: update to 0.8.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/de69991cf670
branches: trunk
changeset: 369856:de69991cf670
user: adam <adam%pkgsrc.org@localhost>
date: Sat Oct 07 06:54:53 2017 +0000
description:
py-tabulate: update to 0.8.1
0.8.1:
* Multiline data in several output formats.
* New ``latex_raw`` format.
* Column-specific floating point formatting.
* Python 3.5 & 3.6 support. Drop support for Python 2.6, 3.2, 3.3 (should still work).
diffstat:
textproc/py-tabulate/ALTERNATIVES | 1 +
textproc/py-tabulate/Makefile | 25 +++++++++++++++----------
textproc/py-tabulate/PLIST | 5 ++---
textproc/py-tabulate/distinfo | 10 +++++-----
4 files changed, 23 insertions(+), 18 deletions(-)
diffs (71 lines):
diff -r bf01416c7c8f -r de69991cf670 textproc/py-tabulate/ALTERNATIVES
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-tabulate/ALTERNATIVES Sat Oct 07 06:54:53 2017 +0000
@@ -0,0 +1,1 @@
+bin/tabulate @PREFIX@/bin/tabulate@PYVERSSUFFIX@
diff -r bf01416c7c8f -r de69991cf670 textproc/py-tabulate/Makefile
--- a/textproc/py-tabulate/Makefile Fri Oct 06 21:18:48 2017 +0000
+++ b/textproc/py-tabulate/Makefile Sat Oct 07 06:54:53 2017 +0000
@@ -1,20 +1,25 @@
-# $NetBSD: Makefile,v 1.1 2017/04/04 11:26:54 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/07 06:54:53 adam Exp $
-DISTNAME= tabulate-0.7.7
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= textproc python
-MASTER_SITES= ${MASTER_SITE_PYPI:=t/tabulate/}
+DISTNAME= tabulate-0.8.1
+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
+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
+BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+
+USE_LANGUAGES= # none
# 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
+post-install:
+ cd ${DESTDIR}${PREFIX}/bin && ${MV} tabulate tabulate${PYVERSSUFFIX} || ${TRUE}
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bf01416c7c8f -r de69991cf670 textproc/py-tabulate/PLIST
--- a/textproc/py-tabulate/PLIST Fri Oct 06 21:18:48 2017 +0000
+++ b/textproc/py-tabulate/PLIST Sat Oct 07 06:54:53 2017 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/04 11:26:54 wiz Exp $
-bin/tabulate
-${PYSITELIB}/${EGG_INFODIR}/.PKG-INFO.swp
+@comment $NetBSD: PLIST,v 1.2 2017/10/07 06:54:53 adam Exp $
+bin/tabulate${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
diff -r bf01416c7c8f -r de69991cf670 textproc/py-tabulate/distinfo
--- a/textproc/py-tabulate/distinfo Fri Oct 06 21:18:48 2017 +0000
+++ b/textproc/py-tabulate/distinfo Sat Oct 07 06:54:53 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/04 11:26:54 wiz Exp $
+$NetBSD: distinfo,v 1.2 2017/10/07 06:54:53 adam 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
+SHA1 (tabulate-0.8.1.tar.gz) = 3254bd1ba968e2ed96e2eb94163286dc46ea590d
+RMD160 (tabulate-0.8.1.tar.gz) = 71226ae25688759ce2c669694fe2ddb15f159c35
+SHA512 (tabulate-0.8.1.tar.gz) = f724fbabee53c738c846a5cf645470f5f97074e2b33eb030b4859478931661dac53e5446d77a656553e2dec323230bb116d350997e1407d794382f537e6dfdf5
+Size (tabulate-0.8.1.tar.gz) = 45666 bytes
Home |
Main Index |
Thread Index |
Old Index