Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2020 07:08:15 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554677 - in head/math: . py-benford_py
Message-ID:  <202011090708.0A978FDd019525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Nov  9 07:08:15 2020
New Revision: 554677
URL: https://svnweb.freebsd.org/changeset/ports/554677

Log:
  New port: math/py-benford_py: Library for testing data sets with Bendford's Law

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Mon Nov  9 07:08:01 2020	(r554676)
+++ head/math/Makefile	Mon Nov  9 07:08:15 2020	(r554677)
@@ -736,6 +736,7 @@
     SUBDIR += py-arviz
     SUBDIR += py-autograd
     SUBDIR += py-bayesian-optimization
+    SUBDIR += py-benford_py
     SUBDIR += py-bitmath
     SUBDIR += py-bitvector
     SUBDIR += py-bottleneck

Added: head/math/py-benford_py/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-benford_py/Makefile	Mon Nov  9 07:08:15 2020	(r554677)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	benford_py
+DISTVERSION=	0.2.7
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Library for testing data sets with Bendford's Law
+
+LICENSE=	GPLv3
+
+RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/math/py-benford_py/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-benford_py/distinfo	Mon Nov  9 07:08:15 2020	(r554677)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1604904993
+SHA256 (benford_py-0.2.7.tar.gz) = 9cecfc1c372095f159071953507eb762bce219f1e6ec8e09751af4aec391c1c4
+SIZE (benford_py-0.2.7.tar.gz) = 25254

Added: head/math/py-benford_py/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-benford_py/pkg-descr	Mon Nov  9 07:08:15 2020	(r554677)
@@ -0,0 +1,4 @@
+The library to test data sets with Benford's Law for abnormalities and
+statistical irregularigties.
+
+WWW: https://github.com/milcent/benford_py



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