Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2019 23:35:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517456 - head/math/py-bottleneck
Message-ID:  <201911132335.xADNZTc0044454@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov 13 23:35:29 2019
New Revision: 517456
URL: https://svnweb.freebsd.org/changeset/ports/517456

Log:
  Update to 1.3.0
  
  Changes:	https://github.com/pydata/bottleneck/blob/master/RELEASE.rst

Modified:
  head/math/py-bottleneck/Makefile
  head/math/py-bottleneck/distinfo

Modified: head/math/py-bottleneck/Makefile
==============================================================================
--- head/math/py-bottleneck/Makefile	Wed Nov 13 23:35:23 2019	(r517455)
+++ head/math/py-bottleneck/Makefile	Wed Nov 13 23:35:29 2019	(r517456)
@@ -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
@@ -34,8 +32,5 @@ post-install:
 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>

Modified: head/math/py-bottleneck/distinfo
==============================================================================
--- head/math/py-bottleneck/distinfo	Wed Nov 13 23:35:23 2019	(r517455)
+++ head/math/py-bottleneck/distinfo	Wed Nov 13 23:35:29 2019	(r517456)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911132335.xADNZTc0044454>