Add py-datatest 0.9.3

Datatest provides testing tools for data validation and analysis. It supports
both pytest and unittest style testing.

You can use datatest for validation, test driven data-wrangling, auditing,
logging discrepancies, and checklists for measuring progress. It encourages a
structured approach for checking and tidying data.

WWW: https://github.com/shawnbrown/datatest
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2019-02-05 14:26:35 +00:00
parent 123a3b7248
commit bbd3cbaf8d
4 changed files with 32 additions and 0 deletions

View File

@@ -4514,6 +4514,7 @@
SUBDIR += py-dal
SUBDIR += py-darcsver
SUBDIR += py-darts.util.lru
SUBDIR += py-datatest
SUBDIR += py-dateutil
SUBDIR += py-dateutils
SUBDIR += py-datrie

View File

@@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= datatest
PORTVERSION= 0.9.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Testing tools for data validation and analysis
LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1549045876
SHA256 (datatest-0.9.3.tar.gz) = a45c7a0c40e82daf80933d029eec99416b9f51c80e65e606f6f85f7fdebe2392
SIZE (datatest-0.9.3.tar.gz) = 88260

View File

@@ -0,0 +1,8 @@
Datatest provides testing tools for data validation and analysis. It supports
both pytest and unittest style testing.
You can use datatest for validation, test driven data-wrangling, auditing,
logging discrepancies, and checklists for measuring progress. It encourages a
structured approach for checking and tidying data.
WWW: https://github.com/shawnbrown/datatest