diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-11-09 07:08:15 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-11-09 07:08:15 +0000 |
commit | 1b9ec632b7d08b150aae5d5fd8c4ddf5f44e5949 (patch) | |
tree | 350f5d031a6c6e732de1529e5672a855f7e0f864 /math/py-benford_py | |
parent | Update to 4.3.7 (diff) |
New port: math/py-benford_py: Library for testing data sets with Bendford's Law
Notes
Notes:
svn path=/head/; revision=554677
Diffstat (limited to 'math/py-benford_py')
-rw-r--r-- | math/py-benford_py/Makefile | 21 | ||||
-rw-r--r-- | math/py-benford_py/distinfo | 3 | ||||
-rw-r--r-- | math/py-benford_py/pkg-descr | 4 |
3 files changed, 28 insertions, 0 deletions
diff --git a/math/py-benford_py/Makefile b/math/py-benford_py/Makefile new file mode 100644 index 000000000000..14bf8a994234 --- /dev/null +++ b/math/py-benford_py/Makefile @@ -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> diff --git a/math/py-benford_py/distinfo b/math/py-benford_py/distinfo new file mode 100644 index 000000000000..46af4815fe2c --- /dev/null +++ b/math/py-benford_py/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1604904993 +SHA256 (benford_py-0.2.7.tar.gz) = 9cecfc1c372095f159071953507eb762bce219f1e6ec8e09751af4aec391c1c4 +SIZE (benford_py-0.2.7.tar.gz) = 25254 diff --git a/math/py-benford_py/pkg-descr b/math/py-benford_py/pkg-descr new file mode 100644 index 000000000000..a6630320ba43 --- /dev/null +++ b/math/py-benford_py/pkg-descr @@ -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 |