wok-6.x diff py3k-cython/receipt @ rev 23066
remove nagvis-flex
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 09 18:55:03 2020 +0100 (2020-03-09) |
parents | |
children | 5ea0ce1cecc0 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/py3k-cython/receipt Mon Mar 09 18:55:03 2020 +0100 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="py3k-cython" 1.7 +VERSION="0.29.13" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Language to write C extensions for Python." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +LICENSE="Apache" 1.12 +WEB_SITE="https://pypi.org/project/cython/" 1.13 + 1.14 +SOURCE="cython" 1.15 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 +WGET_URL="https://github.com/$SOURCE/$SOURCE/archive/$VERSION.tar.gz" 1.17 + 1.18 +DEPENDS="py3k" 1.19 +BUILD_DEPENDS="$DEPENDS py3k-dev" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + python3 setup.py build && 1.25 + python3 setup.py install --root=$DESTDIR 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + mkdir -p $fs 1.32 + cp -a $install/usr $fs 1.33 +}