diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-11-14 07:35:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-11-14 07:35:29 +0800 |
commit | 7c2365c679b1c3421cc24e34d8a0b323a67ce06b (patch) | |
tree | 79e254f64a85b95ae03b12784d79d76093182b13 /math | |
parent | d950db54a590d4e82d334e030753540664f7ba55 (diff) | |
download | freebsd-ports-gnome-7c2365c679b1c3421cc24e34d8a0b323a67ce06b.tar.gz freebsd-ports-gnome-7c2365c679b1c3421cc24e34d8a0b323a67ce06b.tar.zst freebsd-ports-gnome-7c2365c679b1c3421cc24e34d8a0b323a67ce06b.zip |
Update to 1.3.0
Changes: https://github.com/pydata/bottleneck/blob/master/RELEASE.rst
Diffstat (limited to 'math')
-rw-r--r-- | math/py-bottleneck/Makefile | 9 | ||||
-rw-r--r-- | math/py-bottleneck/distinfo | 6 |
2 files changed, 5 insertions, 10 deletions
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 <bsd.port.mk> 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 |