wok diff python-numpy/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 8dd8bab3f0ca
children 5ea0ce1cecc0
line diff
     1.1 --- a/python-numpy/receipt	Thu Jan 24 14:51:04 2019 +0100
     1.2 +++ b/python-numpy/receipt	Tue Apr 06 13:52:57 2021 +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.