From 3fd8d58ef592093e9f3a2fc5aa9e606653eb7aa3 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 13 Nov 2019 23:35:29 +0000 Subject: Update to 1.3.0 Changes: https://github.com/pydata/bottleneck/blob/master/RELEASE.rst --- math/py-bottleneck/Makefile | 9 ++------- math/py-bottleneck/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 10 deletions(-) (limited to 'math/py-bottleneck') diff --git a/math/py-bottleneck/Makefile b/math/py-bottleneck/Makefile index 71ce2f822443..f2e275a926c8 100644 --- a/math/py-bottleneck/Makefile +++ b/math/py-bottleneck/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bottleneck -PORTVERSION= 1.2.1 -PORTREVISION= 5 +PORTVERSION= 1.3.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +12,10 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Collection of fast NumPy array functions written in Cython LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/bottleneck/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${PYNUMPY} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent cython distutils @@ -35,7 +33,4 @@ post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} -do-test: - cd ${WRKSRC} && nosetests-${PYTHON_VER} - .include diff --git a/math/py-bottleneck/distinfo b/math/py-bottleneck/distinfo index fdf0eaae9114..2c2754063e09 100644 --- a/math/py-bottleneck/distinfo +++ b/math/py-bottleneck/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1495026626 -SHA256 (Bottleneck-1.2.1.tar.gz) = 6efcde5f830aed64feafca0359b51db0e184c72af8ba6675b4a99f263922eb36 -SIZE (Bottleneck-1.2.1.tar.gz) = 105225 +TIMESTAMP = 1573649216 +SHA256 (Bottleneck-1.3.0.tar.gz) = 9d7814c61c31f42cfb4f26e050c2659c88a198f1398a9714174ae78347aad737 +SIZE (Bottleneck-1.3.0.tar.gz) = 87732 -- cgit v1.2.3