Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 71CF47A1F5 for ; Wed, 7 Jun 2017 08:12:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 11B7F855BB; Wed, 7 Jun 2017 08:12:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 945A584CEE for ; Wed, 7 Jun 2017 08:12:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id lnvlKt7rb2-Y for ; Wed, 7 Jun 2017 08:12:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DCB4884CDC for ; Wed, 7 Jun 2017 08:12:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D331BFAB6; Wed, 7 Jun 2017 08:12:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149682316744640" MIME-Version: 1.0 Date: Wed, 7 Jun 2017 08:12:47 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/math To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170607081247.D331BFAB6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149682316744640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jun 7 08:12:47 UTC 2017 Modified Files: pkgsrc/math: Makefile Added Files: pkgsrc/math/py-bottleneck: DESCR Makefile PLIST distinfo Log Message: Bottleneck is a collection of fast NumPy array functions written in C. To generate a diff of this commit: cvs rdiff -u -r1.336 -r1.337 pkgsrc/math/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-bottleneck/DESCR \ pkgsrc/math/py-bottleneck/Makefile pkgsrc/math/py-bottleneck/PLIST \ pkgsrc/math/py-bottleneck/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149682316744640 Content-Disposition: inline Content-Length: 6064 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.336 pkgsrc/math/Makefile:1.337 --- pkgsrc/math/Makefile:1.336 Mon Jan 30 19:50:06 2017 +++ pkgsrc/math/Makefile Wed Jun 7 08:12:47 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.336 2017/01/30 19:50:06 leot Exp $ +# $NetBSD: Makefile,v 1.337 2017/06/07 08:12:47 adam Exp $ COMMENT= Mathematics @@ -243,6 +243,7 @@ SUBDIR+= py-Scientific-doc SUBDIR+= py-abcpmc SUBDIR+= py-almost SUBDIR+= py-autograd +SUBDIR+= py-bottleneck SUBDIR+= py-cdecimal SUBDIR+= py-ephem SUBDIR+= py-ephem3 Added files: Index: pkgsrc/math/py-bottleneck/DESCR diff -u /dev/null pkgsrc/math/py-bottleneck/DESCR:1.1 --- /dev/null Wed Jun 7 08:12:47 2017 +++ pkgsrc/math/py-bottleneck/DESCR Wed Jun 7 08:12:47 2017 @@ -0,0 +1 @@ +Bottleneck is a collection of fast NumPy array functions written in C. Index: pkgsrc/math/py-bottleneck/Makefile diff -u /dev/null pkgsrc/math/py-bottleneck/Makefile:1.1 --- /dev/null Wed Jun 7 08:12:47 2017 +++ pkgsrc/math/py-bottleneck/Makefile Wed Jun 7 08:12:47 2017 @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2017/06/07 08:12:47 adam Exp $ + +DISTNAME= Bottleneck-1.2.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +CATEGORIES= math python +MASTER_SITES= ${MASTER_SITE_PYPI:=B/Bottleneck/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/kwgoodman/bottleneck +COMMENT= Collection of fast NumPy array functions written in C +LICENSE= 2-clause-bsd + +#DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil +#BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose + +USE_LANGUAGES= c + +.include "../../lang/python/egg.mk" +.include "../../math/py-numpy/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/py-bottleneck/PLIST diff -u /dev/null pkgsrc/math/py-bottleneck/PLIST:1.1 --- /dev/null Wed Jun 7 08:12:47 2017 +++ pkgsrc/math/py-bottleneck/PLIST Wed Jun 7 08:12:47 2017 @@ -0,0 +1,77 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/07 08:12:47 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/bottleneck/LICENSE +${PYSITELIB}/bottleneck/__init__.py +${PYSITELIB}/bottleneck/__init__.pyc +${PYSITELIB}/bottleneck/__init__.pyo +${PYSITELIB}/bottleneck/benchmark/__init__.py +${PYSITELIB}/bottleneck/benchmark/__init__.pyc +${PYSITELIB}/bottleneck/benchmark/__init__.pyo +${PYSITELIB}/bottleneck/benchmark/autotimeit.py +${PYSITELIB}/bottleneck/benchmark/autotimeit.pyc +${PYSITELIB}/bottleneck/benchmark/autotimeit.pyo +${PYSITELIB}/bottleneck/benchmark/bench.py +${PYSITELIB}/bottleneck/benchmark/bench.pyc +${PYSITELIB}/bottleneck/benchmark/bench.pyo +${PYSITELIB}/bottleneck/benchmark/bench_detailed.py +${PYSITELIB}/bottleneck/benchmark/bench_detailed.pyc +${PYSITELIB}/bottleneck/benchmark/bench_detailed.pyo +${PYSITELIB}/bottleneck/move.so +${PYSITELIB}/bottleneck/nonreduce.so +${PYSITELIB}/bottleneck/nonreduce_axis.so +${PYSITELIB}/bottleneck/reduce.so +${PYSITELIB}/bottleneck/slow/__init__.py +${PYSITELIB}/bottleneck/slow/__init__.pyc +${PYSITELIB}/bottleneck/slow/__init__.pyo +${PYSITELIB}/bottleneck/slow/move.py +${PYSITELIB}/bottleneck/slow/move.pyc +${PYSITELIB}/bottleneck/slow/move.pyo +${PYSITELIB}/bottleneck/slow/nonreduce.py +${PYSITELIB}/bottleneck/slow/nonreduce.pyc +${PYSITELIB}/bottleneck/slow/nonreduce.pyo +${PYSITELIB}/bottleneck/slow/nonreduce_axis.py +${PYSITELIB}/bottleneck/slow/nonreduce_axis.pyc +${PYSITELIB}/bottleneck/slow/nonreduce_axis.pyo +${PYSITELIB}/bottleneck/slow/reduce.py +${PYSITELIB}/bottleneck/slow/reduce.pyc +${PYSITELIB}/bottleneck/slow/reduce.pyo +${PYSITELIB}/bottleneck/src/__init__.py +${PYSITELIB}/bottleneck/src/__init__.pyc +${PYSITELIB}/bottleneck/src/__init__.pyo +${PYSITELIB}/bottleneck/src/template.py +${PYSITELIB}/bottleneck/src/template.pyc +${PYSITELIB}/bottleneck/src/template.pyo +${PYSITELIB}/bottleneck/tests/__init__.py +${PYSITELIB}/bottleneck/tests/__init__.pyc +${PYSITELIB}/bottleneck/tests/__init__.pyo +${PYSITELIB}/bottleneck/tests/input_modifcation_test.py +${PYSITELIB}/bottleneck/tests/input_modifcation_test.pyc +${PYSITELIB}/bottleneck/tests/input_modifcation_test.pyo +${PYSITELIB}/bottleneck/tests/list_input_test.py +${PYSITELIB}/bottleneck/tests/list_input_test.pyc +${PYSITELIB}/bottleneck/tests/list_input_test.pyo +${PYSITELIB}/bottleneck/tests/move_test.py +${PYSITELIB}/bottleneck/tests/move_test.pyc +${PYSITELIB}/bottleneck/tests/move_test.pyo +${PYSITELIB}/bottleneck/tests/nonreduce_axis_test.py +${PYSITELIB}/bottleneck/tests/nonreduce_axis_test.pyc +${PYSITELIB}/bottleneck/tests/nonreduce_axis_test.pyo +${PYSITELIB}/bottleneck/tests/nonreduce_test.py +${PYSITELIB}/bottleneck/tests/nonreduce_test.pyc +${PYSITELIB}/bottleneck/tests/nonreduce_test.pyo +${PYSITELIB}/bottleneck/tests/reduce_test.py +${PYSITELIB}/bottleneck/tests/reduce_test.pyc +${PYSITELIB}/bottleneck/tests/reduce_test.pyo +${PYSITELIB}/bottleneck/tests/scalar_input_test.py +${PYSITELIB}/bottleneck/tests/scalar_input_test.pyc +${PYSITELIB}/bottleneck/tests/scalar_input_test.pyo +${PYSITELIB}/bottleneck/tests/util.py +${PYSITELIB}/bottleneck/tests/util.pyc +${PYSITELIB}/bottleneck/tests/util.pyo +${PYSITELIB}/bottleneck/version.py +${PYSITELIB}/bottleneck/version.pyc +${PYSITELIB}/bottleneck/version.pyo Index: pkgsrc/math/py-bottleneck/distinfo diff -u /dev/null pkgsrc/math/py-bottleneck/distinfo:1.1 --- /dev/null Wed Jun 7 08:12:47 2017 +++ pkgsrc/math/py-bottleneck/distinfo Wed Jun 7 08:12:47 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/07 08:12:47 adam Exp $ + +SHA1 (Bottleneck-1.2.1.tar.gz) = 3547a3566551525509da4edfdfb502e829d32668 +RMD160 (Bottleneck-1.2.1.tar.gz) = 4afdfb4b31dbe614d1d0c2f4668a78058bdfc0fe +SHA512 (Bottleneck-1.2.1.tar.gz) = c766999cd1501b9f1dee0177b631ece12824d1f95c33077705f6387c911df583c3556ea22b208e455567f75e6e12e29b95855a6aea316bd1d6113bf47a04cf5a +Size (Bottleneck-1.2.1.tar.gz) = 105225 bytes --_----------=_149682316744640--