pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-tabulate



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Oct  7 06:54:53 UTC 2017

Modified Files:
        pkgsrc/textproc/py-tabulate: Makefile PLIST distinfo
Added Files:
        pkgsrc/textproc/py-tabulate: ALTERNATIVES

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-tabulate/ALTERNATIVES
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-tabulate/Makefile \
    pkgsrc/textproc/py-tabulate/PLIST pkgsrc/textproc/py-tabulate/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-tabulate/Makefile
diff -u pkgsrc/textproc/py-tabulate/Makefile:1.1 pkgsrc/textproc/py-tabulate/Makefile:1.2
--- pkgsrc/textproc/py-tabulate/Makefile:1.1    Tue Apr  4 11:26:54 2017
+++ pkgsrc/textproc/py-tabulate/Makefile        Sat Oct  7 06:54:53 2017
@@ -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/}
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://pypi.python.org/pypi/tabulate
-COMMENT=               Pretty-print tabular data
-LICENSE=               mit
+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
 
 # 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"
Index: pkgsrc/textproc/py-tabulate/PLIST
diff -u pkgsrc/textproc/py-tabulate/PLIST:1.1 pkgsrc/textproc/py-tabulate/PLIST:1.2
--- pkgsrc/textproc/py-tabulate/PLIST:1.1       Tue Apr  4 11:26:54 2017
+++ pkgsrc/textproc/py-tabulate/PLIST   Sat Oct  7 06:54:53 2017
@@ -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
Index: pkgsrc/textproc/py-tabulate/distinfo
diff -u pkgsrc/textproc/py-tabulate/distinfo:1.1 pkgsrc/textproc/py-tabulate/distinfo:1.2
--- pkgsrc/textproc/py-tabulate/distinfo:1.1    Tue Apr  4 11:26:54 2017
+++ pkgsrc/textproc/py-tabulate/distinfo        Sat Oct  7 06:54:53 2017
@@ -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

Added files:

Index: pkgsrc/textproc/py-tabulate/ALTERNATIVES
diff -u /dev/null pkgsrc/textproc/py-tabulate/ALTERNATIVES:1.1
--- /dev/null   Sat Oct  7 06:54:53 2017
+++ pkgsrc/textproc/py-tabulate/ALTERNATIVES    Sat Oct  7 06:54:53 2017
@@ -0,0 +1 @@
+bin/tabulate @PREFIX@/bin/tabulate@PYVERSSUFFIX@



Home | Main Index | Thread Index | Old Index