From ffdb96ff9f30b772a446902a1434c3ca6ce42b34 Mon Sep 17 00:00:00 2001 From: "K.I.A.Derouiche" Date: Sun, 27 Dec 2020 22:19:55 +0100 Subject: [PATCH] py-datashape-0.5.2 import to wip --- py-datashape/DESCR | 2 + py-datashape/Makefile | 18 ++++++++ py-datashape/PLIST | 104 ++++++++++++++++++++++++++++++++++++++++++ py-datashape/distinfo | 6 +++ 4 files changed, 130 insertions(+) create mode 100644 py-datashape/DESCR create mode 100644 py-datashape/Makefile create mode 100644 py-datashape/PLIST create mode 100644 py-datashape/distinfo diff --git a/py-datashape/DESCR b/py-datashape/DESCR new file mode 100644 index 0000000000..4815a814d8 --- /dev/null +++ b/py-datashape/DESCR @@ -0,0 +1,2 @@ +DataShape is a language for describing data. It is an extension +of the NumPy dtype with an emphasis on cross language support. diff --git a/py-datashape/Makefile b/py-datashape/Makefile new file mode 100644 index 0000000000..3f8b1d175b --- /dev/null +++ b/py-datashape/Makefile @@ -0,0 +1,18 @@ +# $NetBSD$ + +DISTNAME= datashape-0.5.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= databases python +MASTER_SITES= ${MASTER_SITE_PYPI:=d/datashape/} + +MAINTAINER= kamelderouiche@yahoo.com +HOMEPAGE= http://datashape.readthedocs.org/en/latest/ +COMMENT= Data description language +LICENSE= modified-bsd + +DEPENDS+= ${PYPKGPREFIX}-multipledispatch>=0.6.0:../../devel/py-multipledispatch + +BUILDLINK_API_DEPENDS.${PYPKGPREFIX}-numpy+= ${PYPKGPREFIX}-numpy>=1.7 +.include "../../math/py-numpy/buildlink3.mk" +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/py-datashape/PLIST b/py-datashape/PLIST new file mode 100644 index 0000000000..75a152795f --- /dev/null +++ b/py-datashape/PLIST @@ -0,0 +1,104 @@ +@comment $NetBSD$ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/pbr.json +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/datashape/__init__.py +${PYSITELIB}/datashape/__init__.pyc +${PYSITELIB}/datashape/__init__.pyo +${PYSITELIB}/datashape/_version.py +${PYSITELIB}/datashape/_version.pyc +${PYSITELIB}/datashape/_version.pyo +${PYSITELIB}/datashape/coretypes.py +${PYSITELIB}/datashape/coretypes.pyc +${PYSITELIB}/datashape/coretypes.pyo +${PYSITELIB}/datashape/discovery.py +${PYSITELIB}/datashape/discovery.pyc +${PYSITELIB}/datashape/discovery.pyo +${PYSITELIB}/datashape/dispatch.py +${PYSITELIB}/datashape/dispatch.pyc +${PYSITELIB}/datashape/dispatch.pyo +${PYSITELIB}/datashape/error.py +${PYSITELIB}/datashape/error.pyc +${PYSITELIB}/datashape/error.pyo +${PYSITELIB}/datashape/internal_utils.py +${PYSITELIB}/datashape/internal_utils.pyc +${PYSITELIB}/datashape/internal_utils.pyo +${PYSITELIB}/datashape/lexer.py +${PYSITELIB}/datashape/lexer.pyc +${PYSITELIB}/datashape/lexer.pyo +${PYSITELIB}/datashape/parser.py +${PYSITELIB}/datashape/parser.pyc +${PYSITELIB}/datashape/parser.pyo +${PYSITELIB}/datashape/predicates.py +${PYSITELIB}/datashape/predicates.pyc +${PYSITELIB}/datashape/predicates.pyo +${PYSITELIB}/datashape/promote.py +${PYSITELIB}/datashape/promote.pyc +${PYSITELIB}/datashape/promote.pyo +${PYSITELIB}/datashape/py2help.py +${PYSITELIB}/datashape/py2help.pyc +${PYSITELIB}/datashape/py2help.pyo +${PYSITELIB}/datashape/tests/__init__.py +${PYSITELIB}/datashape/tests/__init__.pyc +${PYSITELIB}/datashape/tests/__init__.pyo +${PYSITELIB}/datashape/tests/test_coretypes.py +${PYSITELIB}/datashape/tests/test_coretypes.pyc +${PYSITELIB}/datashape/tests/test_coretypes.pyo +${PYSITELIB}/datashape/tests/test_creation.py +${PYSITELIB}/datashape/tests/test_creation.pyc +${PYSITELIB}/datashape/tests/test_creation.pyo +${PYSITELIB}/datashape/tests/test_discovery.py +${PYSITELIB}/datashape/tests/test_discovery.pyc +${PYSITELIB}/datashape/tests/test_discovery.pyo +${PYSITELIB}/datashape/tests/test_lexer.py +${PYSITELIB}/datashape/tests/test_lexer.pyc +${PYSITELIB}/datashape/tests/test_lexer.pyo +${PYSITELIB}/datashape/tests/test_operations.py +${PYSITELIB}/datashape/tests/test_operations.pyc +${PYSITELIB}/datashape/tests/test_operations.pyo +${PYSITELIB}/datashape/tests/test_parser.py +${PYSITELIB}/datashape/tests/test_parser.pyc +${PYSITELIB}/datashape/tests/test_parser.pyo +${PYSITELIB}/datashape/tests/test_predicates.py +${PYSITELIB}/datashape/tests/test_predicates.pyc +${PYSITELIB}/datashape/tests/test_predicates.pyo +${PYSITELIB}/datashape/tests/test_promote.py +${PYSITELIB}/datashape/tests/test_promote.pyc +${PYSITELIB}/datashape/tests/test_promote.pyo +${PYSITELIB}/datashape/tests/test_str.py +${PYSITELIB}/datashape/tests/test_str.pyc +${PYSITELIB}/datashape/tests/test_str.pyo +${PYSITELIB}/datashape/tests/test_typeset.py +${PYSITELIB}/datashape/tests/test_typeset.pyc +${PYSITELIB}/datashape/tests/test_typeset.pyo +${PYSITELIB}/datashape/tests/test_user.py +${PYSITELIB}/datashape/tests/test_user.pyc +${PYSITELIB}/datashape/tests/test_user.pyo +${PYSITELIB}/datashape/tests/test_util.py +${PYSITELIB}/datashape/tests/test_util.pyc +${PYSITELIB}/datashape/tests/test_util.pyo +${PYSITELIB}/datashape/tests/test_version.py +${PYSITELIB}/datashape/tests/test_version.pyc +${PYSITELIB}/datashape/tests/test_version.pyo +${PYSITELIB}/datashape/type_symbol_table.py +${PYSITELIB}/datashape/type_symbol_table.pyc +${PYSITELIB}/datashape/type_symbol_table.pyo +${PYSITELIB}/datashape/typesets.py +${PYSITELIB}/datashape/typesets.pyc +${PYSITELIB}/datashape/typesets.pyo +${PYSITELIB}/datashape/user.py +${PYSITELIB}/datashape/user.pyc +${PYSITELIB}/datashape/user.pyo +${PYSITELIB}/datashape/util/__init__.py +${PYSITELIB}/datashape/util/__init__.pyc +${PYSITELIB}/datashape/util/__init__.pyo +${PYSITELIB}/datashape/util/testing.py +${PYSITELIB}/datashape/util/testing.pyc +${PYSITELIB}/datashape/util/testing.pyo +${PYSITELIB}/datashape/validation.py +${PYSITELIB}/datashape/validation.pyc +${PYSITELIB}/datashape/validation.pyo diff --git a/py-datashape/distinfo b/py-datashape/distinfo new file mode 100644 index 0000000000..b8fe78497b --- /dev/null +++ b/py-datashape/distinfo @@ -0,0 +1,6 @@ +$NetBSD$ + +SHA1 (datashape-0.5.2.tar.gz) = 023b42c885bf71d6d60c1c356d139b4d7f869b3f +RMD160 (datashape-0.5.2.tar.gz) = a97c609e449d1b2e1dc9684d52a1cb35402fe2aa +SHA512 (datashape-0.5.2.tar.gz) = 40acbe883161d3959adeeafa8ffeee55b96e5688c5089938a9327e00352908d1eaa674b15d0856a1cbd1226eaa526dd6b6ef7791e8b9ba737476937f047f4c16 +Size (datashape-0.5.2.tar.gz) = 76465 bytes