# HG changeset patch # User Hans-G?nter Theisgen # Date 1586097096 -3600 # Node ID f8147fa290f4c8ccfad6b49ab3fa2f0a80c152b2 # Parent 75860e279936c519d354187cdb178cb2fc4c144a updated python-cython (0.29.13 -> 0.29.16) diff -r 75860e279936 -r f8147fa290f4 python-cython/receipt --- a/python-cython/receipt Sun Apr 05 15:24:22 2020 +0100 +++ b/python-cython/receipt Sun Apr 05 15:31:36 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="python-cython" -VERSION="0.29.13" +VERSION="0.29.16" CATEGORY="development" SHORT_DESC="Language to write C extensions for Python." MAINTAINER="pankso@slitaz.org" @@ -13,7 +13,7 @@ WGET_URL="https://github.com/$SOURCE/$SOURCE/archive/$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="$DEPENDS python-dev" +BUILD_DEPENDS="python python-dev" # Rules to configure and make the package. compile_rules() @@ -26,5 +26,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $install/usr $fs + cp -a $install/usr $fs }