Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2019 14:26:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492235 - in head/devel: . py-datatest
Message-ID:  <201902051426.x15EQZU6028210@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Feb  5 14:26:35 2019
New Revision: 492235
URL: https://svnweb.freebsd.org/changeset/ports/492235

Log:
  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

Added:
  head/devel/py-datatest/
  head/devel/py-datatest/Makefile   (contents, props changed)
  head/devel/py-datatest/distinfo   (contents, props changed)
  head/devel/py-datatest/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Feb  5 14:18:22 2019	(r492234)
+++ head/devel/Makefile	Tue Feb  5 14:26:35 2019	(r492235)
@@ -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

Added: head/devel/py-datatest/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-datatest/Makefile	Tue Feb  5 14:26:35 2019	(r492235)
@@ -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>

Added: head/devel/py-datatest/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-datatest/distinfo	Tue Feb  5 14:26:35 2019	(r492235)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1549045876
+SHA256 (datatest-0.9.3.tar.gz) = a45c7a0c40e82daf80933d029eec99416b9f51c80e65e606f6f85f7fdebe2392
+SIZE (datatest-0.9.3.tar.gz) = 88260

Added: head/devel/py-datatest/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-datatest/pkg-descr	Tue Feb  5 14:26:35 2019	(r492235)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902051426.x15EQZU6028210>