wok diff python-numpy/receipt @ rev 25208

updated python-numpy (1.16.4 -> 1.16.6)
author Hans-G?nter Theisgen
date Wed Jul 13 14:56:01 2022 +0100 (22 months ago)
parents 5ea0ce1cecc0
children 0262035dc1e7
line diff
     1.1 --- a/python-numpy/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/python-numpy/receipt	Wed Jul 13 14:56:01 2022 +0100
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-numpy"
     1.7 -VERSION="1.16.4"	# last version fpr Python 2
     1.8 +VERSION="1.16.6"	# last version fpr Python 2
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Scientific computing library for the Python."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13  WEB_SITE="https://pypi.org/project/numpy/"
    1.14 +REPOLOGY="python:numpy"
    1.15  
    1.16  SOURCE="numpy"
    1.17 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WGET_URL="https://github.com/$SOURCE/$SOURCE/archive/v$VERSION.tar.gz"
    1.19 +TARBALL="$SOURCE-$VERSION.zip"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.21  
    1.22  DEPENDS="python"
    1.23  BUILD_DEPENDS="python python-cython python-dev python-setuptools"