python-numpy: update to 1.10.2
This commit is contained in:
parent
897daf9182
commit
4265fefd5b
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'python-numpy'
|
||||
pkgname=python-numpy
|
||||
version=1.10.1
|
||||
revision=2
|
||||
replaces="python-numpy-devel>=0"
|
||||
version=1.10.2
|
||||
revision=1
|
||||
wrksrc="numpy-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
|
@ -14,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="http://www.numpy.org/"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/n/numpy/numpy-${version}.tar.gz"
|
||||
checksum=8b9f453f29ce96a14e625100d3dcf8926301d36c5f622623bf8820e748510858
|
||||
checksum=23a3befdf955db4d616f8bb77b324680a80a323e0c42a7e8d7388ef578d8ffa9
|
||||
nocross=yes
|
||||
|
||||
export ATLAS=None
|
||||
|
@ -45,7 +44,6 @@ post_install() {
|
|||
}
|
||||
|
||||
python3.4-numpy_package() {
|
||||
replaces="python3.4-numpy-devel>=0"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="numpy"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
|
|
Loading…
Reference in New Issue