Update to 1.3.0
Changes: https://github.com/pydata/bottleneck/blob/master/RELEASE.rst
This commit is contained in:
parent
1c068d12e5
commit
3fd8d58ef5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517456
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user