pkgsrc-WIP-changes archive

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

wip/py-pandera: import py-pandera-0.4.5



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Oct 26 11:53:20 2020 +0100
Changeset:	849fb650255c572922f2c7fddcf9cf09f53c077a

Added Files:
	py-pandera/DESCR
	py-pandera/Makefile
	py-pandera/PLIST
	py-pandera/distinfo

Log Message:
wip/py-pandera: import py-pandera-0.4.5

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=849fb650255c572922f2c7fddcf9cf09f53c077a

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

diffstat:
 py-pandera/DESCR    | 14 ++++++++++++++
 py-pandera/Makefile | 33 +++++++++++++++++++++++++++++++++
 py-pandera/PLIST    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-pandera/distinfo |  6 ++++++
 4 files changed, 105 insertions(+)

diffs:
diff --git a/py-pandera/DESCR b/py-pandera/DESCR
new file mode 100644
index 0000000000..5f3b8e5299
--- /dev/null
+++ b/py-pandera/DESCR
@@ -0,0 +1,14 @@
+pandas data structures contain information that pandera
+explicitly validates at runtime. This is useful in
+production-critical or reproducible research settings.
+With pandera, you can:
+
+ Check the types and properties of columns in a DataFrame
+ or values in a Series.
+ Perform more complex statistical validation like hypothesis testing.
+ Seamlessly integrate with existing data analysis/processing
+ pipelines via function decorators.
+
+pandera provides a flexible and expressive API for performing
+data validation on tidy (long-form) and wide data to make
+data processing pipelines more readable and robust
diff --git a/py-pandera/Makefile b/py-pandera/Makefile
new file mode 100644
index 0000000000..7fc1f03e0d
--- /dev/null
+++ b/py-pandera/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD$
+
+DISTNAME=	pandera-0.4.5
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pandera/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/pandera-dev/pandera
+COMMENT=	Flexible validation package for pandas data structures
+LICENSE=	mit
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+DEPENDS+=	${PYPKGPREFIX}-autopep8>=1.5.4:../../devel/py-autopep8
+DEPENDS+=	${PYPKGPREFIX}-wrapt>=1.12.1:../../devel/py-wrapt
+DEPENDS+=	${PYPKGPREFIX}-pandas>=0.23.0:../../math/py-pandas
+DEPENDS+=	${PYPKGPREFIX}-scipy>=1.5.2:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-black>=2.8:../../textproc/py-black
+DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml
+
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} < 38
+DEPENDS+=	${PYPKGPREFIX}-typing-inspect>=0.6.0:../../wip/py-typing-inspect
+.endif
+
+
+USE_LANGUAGES=	# none
+
+BUILDLINK_API_DEPENDS.${PYPKGPREFIX}-numpy+=	${PYPKGPREFIX}-numpy>=1.9.0
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pandera/PLIST b/py-pandera/PLIST
new file mode 100644
index 0000000000..61c9fd76da
--- /dev/null
+++ b/py-pandera/PLIST
@@ -0,0 +1,52 @@
+@comment $NetBSD$
+LICENSE.txt
+${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}/pandera/__init__.py
+${PYSITELIB}/pandera/__init__.pyc
+${PYSITELIB}/pandera/__init__.pyo
+${PYSITELIB}/pandera/checks.py
+${PYSITELIB}/pandera/checks.pyc
+${PYSITELIB}/pandera/checks.pyo
+${PYSITELIB}/pandera/constants.py
+${PYSITELIB}/pandera/constants.pyc
+${PYSITELIB}/pandera/constants.pyo
+${PYSITELIB}/pandera/decorators.py
+${PYSITELIB}/pandera/decorators.pyc
+${PYSITELIB}/pandera/decorators.pyo
+${PYSITELIB}/pandera/dtypes.py
+${PYSITELIB}/pandera/dtypes.pyc
+${PYSITELIB}/pandera/dtypes.pyo
+${PYSITELIB}/pandera/error_formatters.py
+${PYSITELIB}/pandera/error_formatters.pyc
+${PYSITELIB}/pandera/error_formatters.pyo
+${PYSITELIB}/pandera/error_handlers.py
+${PYSITELIB}/pandera/error_handlers.pyc
+${PYSITELIB}/pandera/error_handlers.pyo
+${PYSITELIB}/pandera/errors.py
+${PYSITELIB}/pandera/errors.pyc
+${PYSITELIB}/pandera/errors.pyo
+${PYSITELIB}/pandera/hypotheses.py
+${PYSITELIB}/pandera/hypotheses.pyc
+${PYSITELIB}/pandera/hypotheses.pyo
+${PYSITELIB}/pandera/io.py
+${PYSITELIB}/pandera/io.pyc
+${PYSITELIB}/pandera/io.pyo
+${PYSITELIB}/pandera/schema_components.py
+${PYSITELIB}/pandera/schema_components.pyc
+${PYSITELIB}/pandera/schema_components.pyo
+${PYSITELIB}/pandera/schema_inference.py
+${PYSITELIB}/pandera/schema_inference.pyc
+${PYSITELIB}/pandera/schema_inference.pyo
+${PYSITELIB}/pandera/schema_statistics.py
+${PYSITELIB}/pandera/schema_statistics.pyc
+${PYSITELIB}/pandera/schema_statistics.pyo
+${PYSITELIB}/pandera/schemas.py
+${PYSITELIB}/pandera/schemas.pyc
+${PYSITELIB}/pandera/schemas.pyo
+${PYSITELIB}/pandera/version.py
+${PYSITELIB}/pandera/version.pyc
+${PYSITELIB}/pandera/version.pyo
diff --git a/py-pandera/distinfo b/py-pandera/distinfo
new file mode 100644
index 0000000000..6ce35b3d1c
--- /dev/null
+++ b/py-pandera/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pandera-0.4.5.tar.gz) = fe6fa59c55c852763d3d141ac7ec3b4097bc4389
+RMD160 (pandera-0.4.5.tar.gz) = d113d10581c51567eb963f764f8b5b37a4b36ab0
+SHA512 (pandera-0.4.5.tar.gz) = c800c1344623e04c97eebf0ce7e833d86c799f70e1b231cfa23764446ae778bfe28357474c7c911f46a149f805f9433d69208ad4afe2418acd56307b9114f1a7
+Size (pandera-0.4.5.tar.gz) = 44354 bytes


Home | Main Index | Thread Index | Old Index