wok diff python-cython/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 512c046be6cc
children 5ea0ce1cecc0
line diff
     1.1 --- a/python-cython/receipt	Wed Aug 07 17:27:16 2019 +0100
     1.2 +++ b/python-cython/receipt	Tue Apr 06 13:52:57 2021 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-cython"
     1.7 -VERSION="0.29.13"
     1.8 +VERSION="0.29.16"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Language to write C extensions for Python."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -13,7 +13,7 @@
    1.13  WGET_URL="https://github.com/$SOURCE/$SOURCE/archive/$VERSION.tar.gz"
    1.14  
    1.15  DEPENDS="python"
    1.16 -BUILD_DEPENDS="$DEPENDS python-dev"
    1.17 +BUILD_DEPENDS="python python-dev"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -26,5 +26,5 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs
    1.25 -	cp -a $install/usr $fs
    1.26 +	cp -a $install/usr	$fs
    1.27  }