wok rev 21796

updated python-cython (0.17.1 -> 0.29.13)
author Hans-G?nter Theisgen
date Wed Aug 07 17:21:01 2019 +0100 (2019-08-07)
parents e8f42e9ff10b
children 512c046be6cc
files python-cython/receipt
line diff
     1.1 --- a/python-cython/receipt	Wed Aug 07 16:39:20 2019 +0100
     1.2 +++ b/python-cython/receipt	Wed Aug 07 17:21:01 2019 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-cython"
     1.7 -VERSION="0.17.1"
     1.8 +VERSION="0.29.13"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Language to write C extensions for Python."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="Apache"
    1.13 -SOURCE="Cython"
    1.14 +WEB_SITE="https://pypi.org/project/cython/"
    1.15 +
    1.16 +SOURCE="cython"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="https://pypi.org/project/$SOURCE/"
    1.19 -WGET_URL="http://cython.org/release/$TARBALL"
    1.20 +WGET_URL="https://github.com/$SOURCE/$SOURCE/$VERSION.tar.gz"
    1.21  
    1.22  DEPENDS="python"
    1.23  BUILD_DEPENDS="$DEPENDS python-dev"