svn commit: r522731 - head/misc/py-fast-histogram

Yuri Victorovich yuri at FreeBSD.org
Sat Jan 11 23:47:56 UTC 2020


Author: yuri
Date: Sat Jan 11 23:47:55 2020
New Revision: 522731
URL: https://svnweb.freebsd.org/changeset/ports/522731

Log:
  misc/py-fast-histogram: Update 0.7 -> 0.8
  
  Reported by:	portscout

Modified:
  head/misc/py-fast-histogram/Makefile
  head/misc/py-fast-histogram/distinfo

Modified: head/misc/py-fast-histogram/Makefile
==============================================================================
--- head/misc/py-fast-histogram/Makefile	Sat Jan 11 23:37:10 2020	(r522730)
+++ head/misc/py-fast-histogram/Makefile	Sat Jan 11 23:47:55 2020	(r522731)
@@ -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>

Modified: head/misc/py-fast-histogram/distinfo
==============================================================================
--- head/misc/py-fast-histogram/distinfo	Sat Jan 11 23:37:10 2020	(r522730)
+++ head/misc/py-fast-histogram/distinfo	Sat Jan 11 23:47:55 2020	(r522731)
@@ -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


More information about the svn-ports-all mailing list