wok-next view python-pyrex/receipt @ rev 21234

Up tazlito (522)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 04 11:14:50 2019 +0100 (2019-12-04)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pyrex"
4 VERSION="0.9.9"
5 CATEGORY="python"
6 SHORT_DESC="Language for Writing Python Extension Modules"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/"
10 HOST_ARCH="any"
11 REPOLOGY="python:pyrex"
13 # pip didn't provide downloads for Pyrex
14 TARBALL="Pyrex-$VERSION.tar.gz"
15 WGET_URL="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/$TARBALL"
17 BUILD_DEPENDS="python-dev"
19 compile_rules() {
20 # Python3 based compilation produce error
21 python -B setup.py install --root=$install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="python"
27 }