Cython: Pyrex not required
This commit is contained in:
parent
552e23c088
commit
261dfb57ae
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'Cython'
|
||||
pkgname=Cython
|
||||
version=0.21.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python-module
|
||||
hostmakedepends="python-devel Pyrex"
|
||||
makedepends="python-devel Pyrex"
|
||||
hostmakedepends="python-devel"
|
||||
makedepends="${hostmakedepends}"
|
||||
pycompile_module="pyximport Cython cython.py"
|
||||
short_desc="C-Extensions for Python"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Add table
Reference in a new issue