aboutsummaryrefslogtreecommitdiff
path: root/misc/py-fast-histogram
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-01-11 23:47:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-01-11 23:47:55 +0000
commitea45a59abc8a1a5d05a935a3ea1402b542e0541d (patch)
tree3b7aff8c29b859cd8191bb0b8b0864569820458f /misc/py-fast-histogram
parent8aec02560e4359af7e938bbd6c41ebcc8dd1796c (diff)
downloadports-ea45a59abc8a1a5d05a935a3ea1402b542e0541d.tar.gz
ports-ea45a59abc8a1a5d05a935a3ea1402b542e0541d.zip
misc/py-fast-histogram: Update 0.7 -> 0.8
Reported by: portscout
Notes
Notes: svn path=/head/; revision=522731
Diffstat (limited to 'misc/py-fast-histogram')
-rw-r--r--misc/py-fast-histogram/Makefile9
-rw-r--r--misc/py-fast-histogram/distinfo6
2 files changed, 9 insertions, 6 deletions
diff --git a/misc/py-fast-histogram/Makefile b/misc/py-fast-histogram/Makefile
index 871325affbd6..5f6a8ddd0f3a 100644
--- a/misc/py-fast-histogram/Makefile
+++ b/misc/py-fast-histogram/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= fast-histogram
-DISTVERSION= 0.7
-PORTREVISION= 1
+DISTVERSION= 0.8
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +12,14 @@ COMMENT= Fast simple 1D and 2D histograms
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYNUMPY}
+BUILD_DEPENDS= ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= distutils autoplist
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/fast_histogram/_histogram_core.so
+
.include <bsd.port.mk>
diff --git a/misc/py-fast-histogram/distinfo b/misc/py-fast-histogram/distinfo
index 73e2342580aa..ad45ff3048dc 100644
--- a/misc/py-fast-histogram/distinfo
+++ b/misc/py-fast-histogram/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548101267
-SHA256 (fast-histogram-0.7.tar.gz) = aabf0e0287ece8fb443dfd8c3bb36c784c07e3100906394d9baea91572067ca9
-SIZE (fast-histogram-0.7.tar.gz) = 13170
+TIMESTAMP = 1578786129
+SHA256 (fast-histogram-0.8.tar.gz) = cd55aea64fceee562b3aaaed6c9a15093243d071c5ded23f1ff29c895ad14319
+SIZE (fast-histogram-0.8.tar.gz) = 41571