mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
math/py-benford_py: Fix typos; Add NO_ARCH=yes
This commit is contained in:
parent
e71ec11027
commit
69bc529f41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554696
@ -2,12 +2,13 @@
|
||||
|
||||
PORTNAME= benford_py
|
||||
DISTVERSION= 0.2.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Library for testing data sets with Bendford's Law
|
||||
COMMENT= Library for testing data sets with Benford's law
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
@ -18,4 +19,6 @@ RUN_DEPENDS= ${PYNUMPY} \
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
The library to test data sets with Benford's Law for abnormalities and
|
||||
statistical irregularigties.
|
||||
statistical irregularities.
|
||||
|
||||
WWW: https://github.com/milcent/benford_py
|
||||
|
Loading…
Reference in New Issue
Block a user