wok-6.x rev 23477
updated python-cython (0.29.13 -> 0.29.16)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 15:31:36 2020 +0100 (2020-04-05) |
parents | 75860e279936 |
children | 908717f36471 |
files | python-cython/receipt |
line diff
1.1 --- a/python-cython/receipt Sun Apr 05 15:24:22 2020 +0100 1.2 +++ b/python-cython/receipt Sun Apr 05 15:31:36 2020 +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 }