python-numpy: update to 1.10.0

This commit is contained in:
Alessio Sergi 2015-10-08 08:01:50 +02:00
parent 71e4318b6d
commit 8452ca6d11
2 changed files with 4 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'python-numpy'
pkgname=python-numpy
version=1.9.2
version=1.10.0
revision=1
wrksrc="numpy-${version}"
build_style=python-module
@ -13,8 +13,8 @@ _short_desc="${short_desc/Python2/Python3.4}"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://www.numpy.org/"
license="3-clause-BSD"
distfiles="${SOURCEFORGE_SITE}/numpy/NumPy/${version}/numpy-${version}.tar.gz"
checksum=325e5f2b0b434ecb6e6882c7e1034cc6cdde3eeeea87dbc482575199a6aeef2a
distfiles="${PYPI_SITE}/n/numpy/numpy-${version}.tar.gz"
checksum=43b00f5d52b374a731444ba2724bfa1debdbc93312a1b9b28e99700498d169b6
nocross=yes
export ATLAS=None
@ -64,7 +64,7 @@ python3.4-numpy_package() {
vmove usr/bin/f2py3*
vmove usr/lib/python3.4
vmove usr/share/man/man1/f2py3.1
vlicense ${wrksrc}/LICENSE.txt LICENSE
vlicense LICENSE.txt LICENSE
}
}
python3.4-numpy-devel_package() {

View file

@ -1,2 +0,0 @@
pkgname="numpy"
ignore="*b* *rc*"