Cython: Pyrex not required

This commit is contained in:
Alessio Sergi 2014-11-07 21:57:21 +01:00
parent 552e23c088
commit 261dfb57ae
1 changed files with 3 additions and 3 deletions

View File

@ -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>"