Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 May 2021 17:27:46 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b8f27a6cf168 - main - math/py-benford_py: Update 0.4.1 -> 0.4.2
Message-ID:  <202105241727.14OHRkcV058824@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b8f27a6cf1681e04cf802f0b4207fe394cd4a944

commit b8f27a6cf1681e04cf802f0b4207fe394cd4a944
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-24 17:14:14 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-24 17:27:42 +0000

    math/py-benford_py: Update 0.4.1 -> 0.4.2
---
 math/py-benford_py/Makefile | 9 +++++++--
 math/py-benford_py/distinfo | 6 +++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/math/py-benford_py/Makefile b/math/py-benford_py/Makefile
index e4ec45ae04c1..ba3e05f8fb37 100644
--- a/math/py-benford_py/Makefile
+++ b/math/py-benford_py/Makefile
@@ -1,13 +1,15 @@
 PORTNAME=	benford_py
-DISTVERSION=	0.4.1
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.4.2
 CATEGORIES=	math python
-MASTER_SITES=	CHEESESHOP
+#MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Library for testing data sets with Benford's law
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
@@ -16,6 +18,9 @@ RUN_DEPENDS=	${PYNUMPY} \
 USES=		python:3.7+
 USE_PYTHON=	distutils autoplist
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	milcent
+
 NO_ARCH=	yes
 
 post-extract: # https://github.com/milcent/benford_py/issues/48
diff --git a/math/py-benford_py/distinfo b/math/py-benford_py/distinfo
index dbbb5d8741f2..f70636bb14e2 100644
--- a/math/py-benford_py/distinfo
+++ b/math/py-benford_py/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619661583
-SHA256 (benford_py-0.4.1.tar.gz) = 1595fc2059fbd0a98a1c98ddc0b307ef0e8b3d11daf578410459eec506cfe38c
-SIZE (benford_py-0.4.1.tar.gz) = 33235
+TIMESTAMP = 1621846864
+SHA256 (milcent-benford_py-v0.4.2_GH0.tar.gz) = f4980ab62e8cba8c0ef3dccca070445e86fcee1434de275af9186fd5ad124b1d
+SIZE (milcent-benford_py-v0.4.2_GH0.tar.gz) = 1505364



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