From 65f092e877612a32d46591734a790ffa62fe8e3e Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 27 Oct 2016 12:00:20 +0200 Subject: [PATCH] python-Bottleneck: update to 1.2.0 Bottleneck is now written in C. --- srcpkgs/python-Bottleneck/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-Bottleneck/template b/srcpkgs/python-Bottleneck/template index c01586eec25..9e9876635c6 100644 --- a/srcpkgs/python-Bottleneck/template +++ b/srcpkgs/python-Bottleneck/template @@ -1,19 +1,19 @@ # Template file for 'python-Bottleneck' pkgname=python-Bottleneck -version=1.1.0 -revision=2 +version=1.2.0 +revision=1 wrksrc="Bottleneck-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel python-numpy python3-numpy" depends="python-numpy" pycompile_module="bottleneck" -short_desc="Fast NumPy array functions written in Cython (Python2)" +short_desc="Fast NumPy array functions written in C (Python2)" maintainer="Alessio Sergi " homepage="http://berkeleyanalytics.com/bottleneck/" license="2-clause-BSD" distfiles="${PYPI_SITE}/B/Bottleneck/Bottleneck-${version}.tar.gz" -checksum=c3a52b843509bd8d9ef240f0ce2f3e57d05277f85c3239196e3d8979fe5d33de +checksum=3bec84564a4adbe97c24e875749b949a19cfba4e4588be495cc441db7c6b05e8 post_install() { rm -f ${DESTDIR}/usr/lib/python*/site-packages/bottleneck/LICENSE