Date: Mon, 9 Nov 2020 09:42:30 +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: r554696 - head/math/py-benford_py Message-ID: <202011090942.0A99gUD3018323@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Nov 9 09:42:29 2020 New Revision: 554696 URL: https://svnweb.freebsd.org/changeset/ports/554696 Log: math/py-benford_py: Fix typos; Add NO_ARCH=yes Modified: head/math/py-benford_py/Makefile head/math/py-benford_py/pkg-descr Modified: head/math/py-benford_py/Makefile ============================================================================== --- head/math/py-benford_py/Makefile Mon Nov 9 09:35:21 2020 (r554695) +++ head/math/py-benford_py/Makefile Mon Nov 9 09:42:29 2020 (r554696) @@ -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 @@ -17,5 +18,7 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= python:3.6+ USE_PYTHON= distutils autoplist + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/math/py-benford_py/pkg-descr ============================================================================== --- head/math/py-benford_py/pkg-descr Mon Nov 9 09:35:21 2020 (r554695) +++ head/math/py-benford_py/pkg-descr Mon Nov 9 09:42:29 2020 (r554696) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011090942.0A99gUD3018323>