From e48ce6f600208a2c92beb36104947e292cd983e9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 25 May 2014 11:50:26 +0200 Subject: [PATCH] Cython: update to 0.20.1. --- srcpkgs/Cython/template | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/srcpkgs/Cython/template b/srcpkgs/Cython/template index 7574e5a5cf4..811c20ae95d 100644 --- a/srcpkgs/Cython/template +++ b/srcpkgs/Cython/template @@ -1,24 +1,14 @@ # Template file for 'Cython' pkgname=Cython -version=0.17.3 +version=0.20.1 revision=1 build_style=python-module +hostmakedepends="python-devel Pyrex" makedepends="python-devel Pyrex" +pycompile_module="pyximport Cython cython.py" short_desc="C-Extensions for Python" maintainer="Juan RP " homepage="http://cython.org" license="Apache-2.0" distfiles="http://www.cython.org/release/${pkgname}-${version}.tar.gz" -checksum=2c9f2c2af9aa0519588bf941c9961a59bb8f57ee7f798db878494d1a21c07ece - -if [ "$CROSS_BUILD" ]; then - hostmakedepends="${makedepends}" -fi - -Cython_package() { - depends="Pyrex" - pycompile_module="pyximport Cython cython.py" - pkg_install() { - vmove usr - } -} +checksum=31a563744a21d7b10355f25a3bca96b37ec5d32bdecfc75e93d65a5f7e62766c