From 9f05c1e15b676ada5a99bcdf40941b638a94face Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Mon, 9 Mar 2020 12:29:28 -0500 Subject: [PATCH] python-Bottleneck: update to 1.3.2. --- srcpkgs/python-Bottleneck/template | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/srcpkgs/python-Bottleneck/template b/srcpkgs/python-Bottleneck/template index 28195e99bc..9120dca139 100644 --- a/srcpkgs/python-Bottleneck/template +++ b/srcpkgs/python-Bottleneck/template @@ -1,31 +1,29 @@ # Template file for 'python-Bottleneck' pkgname=python-Bottleneck -version=1.2.1 -revision=5 +version=1.3.2 +revision=1 wrksrc="Bottleneck-${version}" build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -makedepends="python-devel python3-devel python-numpy python3-numpy" +hostmakedepends="python-setuptools python3-setuptools python-numpy python3-numpy" +makedepends="python-devel python3-devel" depends="python-numpy" -pycompile_module="bottleneck" short_desc="Fast NumPy array functions written in C (Python2)" maintainer="Alessio Sergi " -homepage="https://github.com/kwgoodman/bottleneck" license="BSD-2-Clause" +homepage="https://github.com/kwgoodman/bottleneck" distfiles="${PYPI_SITE}/B/Bottleneck/Bottleneck-${version}.tar.gz" -checksum=6efcde5f830aed64feafca0359b51db0e184c72af8ba6675b4a99f263922eb36 +checksum=20179f0b66359792ea283b69aa16366419132f3b6cf3adadc0c48e2e8118e573 post_install() { rm -f ${DESTDIR}/usr/lib/python*/site-packages/bottleneck/LICENSE - vlicense bottleneck/LICENSE + vlicense LICENSE } python3-Bottleneck_package() { depends="python3-numpy" - pycompile_module="bottleneck" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* - vlicense bottleneck/LICENSE + vlicense LICENSE } }