diff --git a/srcpkgs/python-numpy/template b/srcpkgs/python-numpy/template index 82694f6e84..dd39319bcf 100644 --- a/srcpkgs/python-numpy/template +++ b/srcpkgs/python-numpy/template @@ -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 " 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}"