From owner-svn-ports-all@freebsd.org Mon Nov 9 09:42:30 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C25A82ED088; Mon, 9 Nov 2020 09:42:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CV5d25BC4z4YCK; Mon, 9 Nov 2020 09:42:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A558D7335; Mon, 9 Nov 2020 09:42:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A99gU1v018325; Mon, 9 Nov 2020 09:42:30 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A99gUD3018323; Mon, 9 Nov 2020 09:42:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202011090942.0A99gUD3018323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 9 Nov 2020 09:42:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554696 - head/math/py-benford_py X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-benford_py X-SVN-Commit-Revision: 554696 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2020 09:42:30 -0000 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 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