git: b8f27a6cf168 - main - math/py-benford_py: Update 0.4.1 -> 0.4.2
Yuri Victorovich
yuri at FreeBSD.org
Mon May 24 17:27:47 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b8f27a6cf1681e04cf802f0b4207fe394cd4a944
commit b8f27a6cf1681e04cf802f0b4207fe394cd4a944
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-24 17:14:14 +0000
Commit: Yuri Victorovich <yuri at 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 at 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
More information about the dev-commits-ports-all
mailing list