mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
python-numpy: update to 1.10.2
This commit is contained in:
parent
897daf9182
commit
4265fefd5b
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python-numpy'
|
# Template file for 'python-numpy'
|
||||||
pkgname=python-numpy
|
pkgname=python-numpy
|
||||||
version=1.10.1
|
version=1.10.2
|
||||||
revision=2
|
revision=1
|
||||||
replaces="python-numpy-devel>=0"
|
|
||||||
wrksrc="numpy-${version}"
|
wrksrc="numpy-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
|
@ -14,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://www.numpy.org/"
|
homepage="http://www.numpy.org/"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/n/numpy/numpy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/numpy/numpy-${version}.tar.gz"
|
||||||
checksum=8b9f453f29ce96a14e625100d3dcf8926301d36c5f622623bf8820e748510858
|
checksum=23a3befdf955db4d616f8bb77b324680a80a323e0c42a7e8d7388ef578d8ffa9
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
export ATLAS=None
|
export ATLAS=None
|
||||||
|
@ -45,7 +44,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3.4-numpy_package() {
|
python3.4-numpy_package() {
|
||||||
replaces="python3.4-numpy-devel>=0"
|
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="numpy"
|
pycompile_module="numpy"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue