# HG changeset patch # User Hans-G?nter Theisgen # Date 1586168473 -3600 # Node ID 74b39318b0a379c954be4892b6098a623eb3c26f # Parent 2cb2b3d8fb1669cdcfe14adf96a0d121a41ec886 updated python-numpy (1.10.1 -> 1.16.4) diff -r 2cb2b3d8fb16 -r 74b39318b0a3 python-numpy/receipt --- a/python-numpy/receipt Mon Apr 06 12:11:08 2020 +0200 +++ b/python-numpy/receipt Mon Apr 06 11:21:13 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-numpy" -SOURCE="numpy" -VERSION="1.10.1" +VERSION="1.16.4" # last version fpr Python 2 CATEGORY="development" -SHORT_DESC="scientific computing library for the Python." +SHORT_DESC="Scientific computing library for the Python." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" +WEB_SITE="https://pypi.org/project/numpy/" + +SOURCE="numpy" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" +WGET_URL="https://github.com/$SOURCE/$SOURCE/archive/v$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="python python-dev" +BUILD_DEPENDS="python python-cython python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -26,7 +27,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs } # Remove old package.