From 9b80d73f0c60a0943c8d925c628c98418aaf0c7e Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 17 Jan 2018 10:54:17 +0100 Subject: [PATCH] python-numpy: update to 1.14.0 --- srcpkgs/python-numpy/template | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/srcpkgs/python-numpy/template b/srcpkgs/python-numpy/template index 91f9e4d2fcd..73ae5ac3a72 100644 --- a/srcpkgs/python-numpy/template +++ b/srcpkgs/python-numpy/template @@ -1,6 +1,6 @@ # Template file for 'python-numpy' pkgname=python-numpy -version=1.13.3 +version=1.14.0 revision=1 wrksrc="numpy-${version}" build_style=python-module @@ -13,13 +13,11 @@ maintainer="Alessio Sergi " homepage="http://www.numpy.org/" license="3-clause-BSD" distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz" -checksum=1db97b12ea8f2ae5a8b847505f634dcd8c670ee311057ff5412a126becca45b8 +checksum=9dc112ff80ca7bc7c47ae7a6f23ae6211244005489b597d6ce05e9653f2a43d7 # Needs cross Python headers and/or libs issues sorted out. nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/1408/steps/shell_3/logs/stdio" -alternatives=" - numpy:f2py:/usr/bin/f2py2 - numpy:f2py.1:/usr/share/man/man1/f2py2.1" +alternatives="numpy:f2py:/usr/bin/f2py2" export ATLAS=None LDFLAGS="-shared" @@ -33,24 +31,18 @@ post_install() { ln -sfr ${DESTDIR}/${py3_sitelib}/numpy/core/include/numpy \ ${DESTDIR}/${py3_inc} - # create versioned man pages - vman doc/f2py/f2py.1 f2py2.1 - vman doc/f2py/f2py.1 f2py3.1 - + rm -f ${DESTDIR}/usr/lib/python*/site-packages/numpy/LICENSE.txt vlicense LICENSE.txt LICENSE } python3-numpy_package() { - alternatives=" - numpy:f2py:/usr/bin/f2py3 - numpy:f2py.1:/usr/share/man/man1/f2py3.1" + alternatives="numpy:f2py:/usr/bin/f2py3" pycompile_module="numpy" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/bin/f2py3 vmove ${py3_sitelib} vmove ${py3_inc} - vmove usr/share/man/man1/f2py3.1 vlicense LICENSE.txt LICENSE } }