summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-06-17 16:40:40 +0000
committeradam <adam@pkgsrc.org>2019-06-17 16:40:40 +0000
commit55a112c818fc494fa28ac5684e9e7d6f10cee8cb (patch)
tree0fb0bb8beacd1cf2d2462f32916a385783a61e83 /devel
parent85c63f3803f01e6e8d9f662d54b7cd79a68c8f79 (diff)
downloadpkgsrc-55a112c818fc494fa28ac5684e9e7d6f10cee8cb.tar.gz
py-tabular: removed - no update since 2013; no use since matplotlib requires Python 3
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/py-tabular/DESCR22
-rw-r--r--devel/py-tabular/Makefile20
-rw-r--r--devel/py-tabular/PLIST30
-rw-r--r--devel/py-tabular/distinfo7
-rw-r--r--devel/py-tabular/patches/patch-setup.py23
6 files changed, 1 insertions, 104 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 73dc825672c..73245ee0398 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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-subversion
SUBDIR+= py-subvertpy
SUBDIR+= py-sure
SUBDIR+= py-sysctl
-SUBDIR+= py-tabular
SUBDIR+= py-termcolor
SUBDIR+= py-test
SUBDIR+= py-test-assume
diff --git a/devel/py-tabular/DESCR b/devel/py-tabular/DESCR
deleted file mode 100644
index f0439b60aa9..00000000000
--- a/devel/py-tabular/DESCR
+++ /dev/null
@@ -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 --git a/devel/py-tabular/Makefile b/devel/py-tabular/Makefile
deleted file mode 100644
index 8b62c7ed59b..00000000000
--- a/devel/py-tabular/Makefile
+++ /dev/null
@@ -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
-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 --git a/devel/py-tabular/PLIST b/devel/py-tabular/PLIST
deleted file mode 100644
index 0955ef84c75..00000000000
--- a/devel/py-tabular/PLIST
+++ /dev/null
@@ -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 --git a/devel/py-tabular/distinfo b/devel/py-tabular/distinfo
deleted file mode 100644
index 022596c7b3a..00000000000
--- a/devel/py-tabular/distinfo
+++ /dev/null
@@ -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 --git a/devel/py-tabular/patches/patch-setup.py b/devel/py-tabular/patches/patch-setup.py
deleted file mode 100644
index 6395fb2e63b..00000000000
--- a/devel/py-tabular/patches/patch-setup.py
+++ /dev/null
@@ -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