From owner-svn-ports-all@freebsd.org Wed Nov 13 23:35:31 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1C16B1C00B1; Wed, 13 Nov 2019 23:35:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47D1FG3ZLQz4Jlw; Wed, 13 Nov 2019 23:35:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1C5D1F93C; Wed, 13 Nov 2019 23:35:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xADNZT7k044456; Wed, 13 Nov 2019 23:35:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xADNZTc0044454; Wed, 13 Nov 2019 23:35:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201911132335.xADNZTc0044454@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 13 Nov 2019 23:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517456 - head/math/py-bottleneck X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-bottleneck X-SVN-Commit-Revision: 517456 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2019 23:35:31 -0000 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 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