pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel py-tabular: removed - no update since 2013; no u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/593db370e17e
branches:  trunk
changeset: 397153:593db370e17e
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 17 16:40:40 2019 +0000

description:
py-tabular: removed - no update since 2013; no use since matplotlib requires Python 3

diffstat:

 devel/Makefile                          |   3 +--
 devel/py-tabular/DESCR                  |  22 ----------------------
 devel/py-tabular/Makefile               |  20 --------------------
 devel/py-tabular/PLIST                  |  30 ------------------------------
 devel/py-tabular/distinfo               |   7 -------
 devel/py-tabular/patches/patch-setup.py |  23 -----------------------
 6 files changed, 1 insertions(+), 104 deletions(-)

diffs (139 lines):

diff -r 5f3903c9bb98 -r 593db370e17e devel/Makefile
--- a/devel/Makefile    Mon Jun 17 16:36:19 2019 +0000
+++ b/devel/Makefile    Mon Jun 17 16:40:40 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2860 2019/06/13 09:35:33 gson Exp $
+# $NetBSD: Makefile,v 1.2861 2019/06/17 16:40:40 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2365,7 +2365,6 @@
 SUBDIR+=       py-subvertpy
 SUBDIR+=       py-sure
 SUBDIR+=       py-sysctl
-SUBDIR+=       py-tabular
 SUBDIR+=       py-termcolor
 SUBDIR+=       py-test
 SUBDIR+=       py-test-assume
diff -r 5f3903c9bb98 -r 593db370e17e devel/py-tabular/DESCR
--- a/devel/py-tabular/DESCR    Mon Jun 17 16:36:19 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-Tabular data can be easily represented in Python using the language's
-native objects. These representations typically do not support
-important tabular data manipulations, like efficient column selection,
-matrix mathematics, or spreadsheet-style operations.
-
-Tabular is a package of Python modules for working with tabular
-data. Its main object is the tabarray class, a data structure for
-holding and manipulating tabular data. By putting data into a tabarray
-object, you'll get a representation of the data that is more flexible
-and powerful than a native Python representation. Tabarray provides:
-
- . ultra-fast filtering, selection, and numerical analysis methods,
-   using convenient Matlab-style matrix operation syntax
-
- . spreadsheet-style operations, including row & column operations,
-   'sort', 'replace', 'aggregate', 'pivot', and 'join'
-
- . flexible load and save methods for a variety of file formats,
-   including delimited text (CSV), binary, and HTML
-
- . sophisticated inference algorithms for determining formatting
-   parameters and data types of input files
diff -r 5f3903c9bb98 -r 593db370e17e devel/py-tabular/Makefile
--- a/devel/py-tabular/Makefile Mon Jun 17 16:36:19 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2019/04/26 14:12:37 maya Exp $
-
-DISTNAME=      tabular-0.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tabular/}
-
-MAINTAINER=    dholland%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/tabular
-COMMENT=       Tabular data tools for Python
-LICENSE=       mit
-
-DEPENDS+=      ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
-
-PYTHON_VERSIONS_INCOMPATIBLE=  36 37 # not yet ported as of 0.1
-
-BUILDLINK_API_DEPENDS.pynumpy+=        ${PYPKGPREFIX}-numpy>=1.6
-.include "../../math/py-numpy/buildlink3.mk"
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 5f3903c9bb98 -r 593db370e17e devel/py-tabular/PLIST
--- a/devel/py-tabular/PLIST    Mon Jun 17 16:36:19 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/06/02 01:47:54 dholland Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/tabular/__init__.py
-${PYSITELIB}/tabular/__init__.pyc
-${PYSITELIB}/tabular/__init__.pyo
-${PYSITELIB}/tabular/colors.py
-${PYSITELIB}/tabular/colors.pyc
-${PYSITELIB}/tabular/colors.pyo
-${PYSITELIB}/tabular/fast.py
-${PYSITELIB}/tabular/fast.pyc
-${PYSITELIB}/tabular/fast.pyo
-${PYSITELIB}/tabular/io.py
-${PYSITELIB}/tabular/io.pyc
-${PYSITELIB}/tabular/io.pyo
-${PYSITELIB}/tabular/spreadsheet.py
-${PYSITELIB}/tabular/spreadsheet.pyc
-${PYSITELIB}/tabular/spreadsheet.pyo
-${PYSITELIB}/tabular/tab.py
-${PYSITELIB}/tabular/tab.pyc
-${PYSITELIB}/tabular/tab.pyo
-${PYSITELIB}/tabular/utils.py
-${PYSITELIB}/tabular/utils.pyc
-${PYSITELIB}/tabular/utils.pyo
-${PYSITELIB}/tabular/web.py
-${PYSITELIB}/tabular/web.pyc
-${PYSITELIB}/tabular/web.pyo
diff -r 5f3903c9bb98 -r 593db370e17e devel/py-tabular/distinfo
--- a/devel/py-tabular/distinfo Mon Jun 17 16:36:19 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:16 agc Exp $
-
-SHA1 (tabular-0.1.tar.gz) = 8e7b63599231363859df7054beee3b508ff49485
-RMD160 (tabular-0.1.tar.gz) = 43302ec518a27e77910980eb9409cabcda269bae
-SHA512 (tabular-0.1.tar.gz) = 9d97821ebd2c11354d60d02ca6a3a1e9eb02b595d5e6ce47dd83faf570a3606f5f1a073270e8a2f250f2811869a1cecf068a2e79f342d958dca1a488ff78a77d
-Size (tabular-0.1.tar.gz) = 1096296 bytes
-SHA1 (patch-setup.py) = 6f97300f285f4c828b3ebcd6863d3ac7cbb67ea7
diff -r 5f3903c9bb98 -r 593db370e17e devel/py-tabular/patches/patch-setup.py
--- a/devel/py-tabular/patches/patch-setup.py   Mon Jun 17 16:36:19 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2013/06/02 01:47:54 dholland Exp $
-
-This package tries to insist on using py-distribute instead of
-py-setuptools. But, those packages conflict and things this package
-depends on require having py-setuptools installed. Meanwhile, our
-infrastructure appears to only support using py-setuptools with Python
-3.x, which this package doesn't support at all anyway.
-
-So disable the prohibition against falling back to py-setuptools.
-
-As far as I can tell it works fine this way.
-
---- setup.py.orig      2013-02-23 21:20:11.000000000 +0000
-+++ setup.py
-@@ -24,7 +24,7 @@ dependency_links = None
- # ----- control flags -----
- 
- # fallback to setuptools if distribute isn't found
--setup_tools_fallback = False
-+setup_tools_fallback = True
- 
- # don't include subdir named 'tests' in package_data
- skip_tests = True



Home | Main Index | Thread Index | Old Index