wok diff python-cython/receipt @ rev 23838
Up clamav (0.102.1), fontconfig (2.13.1), fuse (2.9.9)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 03 15:36:09 2020 +0000 (2020-06-03) |
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 Wed Jun 03 15:36:09 2020 +0000 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 }