mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-Bottleneck: update to 1.2.0
Bottleneck is now written in C.
This commit is contained in:
parent
44d805151b
commit
65f092e877
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-Bottleneck'
|
# Template file for 'python-Bottleneck'
|
||||||
pkgname=python-Bottleneck
|
pkgname=python-Bottleneck
|
||||||
version=1.1.0
|
version=1.2.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="Bottleneck-${version}"
|
wrksrc="Bottleneck-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel python-numpy python3-numpy"
|
makedepends="python-devel python3-devel python-numpy python3-numpy"
|
||||||
depends="python-numpy"
|
depends="python-numpy"
|
||||||
pycompile_module="bottleneck"
|
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 <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://berkeleyanalytics.com/bottleneck/"
|
homepage="http://berkeleyanalytics.com/bottleneck/"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/B/Bottleneck/Bottleneck-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/B/Bottleneck/Bottleneck-${version}.tar.gz"
|
||||||
checksum=c3a52b843509bd8d9ef240f0ce2f3e57d05277f85c3239196e3d8979fe5d33de
|
checksum=3bec84564a4adbe97c24e875749b949a19cfba4e4588be495cc441db7c6b05e8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/lib/python*/site-packages/bottleneck/LICENSE
|
rm -f ${DESTDIR}/usr/lib/python*/site-packages/bottleneck/LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue