wok rev 23516

updated python-numpy (1.10.1 -> 1.16.4)
author Hans-G?nter Theisgen
date Mon Apr 06 11:21:13 2020 +0100 (2020-04-06)
parents 2cb2b3d8fb16
children c682d56f19c8
files python-numpy/receipt
line diff
     1.1 --- a/python-numpy/receipt	Mon Apr 06 12:11:08 2020 +0200
     1.2 +++ b/python-numpy/receipt	Mon Apr 06 11:21:13 2020 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-numpy"
     1.7 -SOURCE="numpy"
     1.8 -VERSION="1.10.1"
     1.9 +VERSION="1.16.4"	# last version fpr Python 2
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="scientific computing library for the Python."
    1.12 +SHORT_DESC="Scientific computing library for the Python."
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="BSD"
    1.15 +WEB_SITE="https://pypi.org/project/numpy/"
    1.16 +
    1.17 +SOURCE="numpy"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WEB_SITE="https://pypi.org/project/$SOURCE/"
    1.20 -WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
    1.21 +WGET_URL="https://github.com/$SOURCE/$SOURCE/archive/v$VERSION.tar.gz"
    1.22  
    1.23  DEPENDS="python"
    1.24 -BUILD_DEPENDS="python python-dev"
    1.25 +BUILD_DEPENDS="python python-cython python-dev python-setuptools"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29 @@ -26,7 +27,7 @@
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	cp -a $install/usr $fs
    1.34 +	cp -a $install/usr	$fs
    1.35  }
    1.36  
    1.37  # Remove old package.