From 1603fd89d0e200364a1ecd000590f0833730963a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 3 Dec 2009 00:58:58 +0100 Subject: [PATCH] Added Pyrex-0.9.8.5 build template. --HG-- extra : convert_revision : 48751637c13f4f596ba38b63b5af46c03a910e9f --- srcpkgs/Pyrex/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/Pyrex/template diff --git a/srcpkgs/Pyrex/template b/srcpkgs/Pyrex/template new file mode 100644 index 0000000000..55655d43bb --- /dev/null +++ b/srcpkgs/Pyrex/template @@ -0,0 +1,14 @@ +# Template file for 'Pyrex' +pkgname=Pyrex +version=0.9.8.5 +distfiles="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-$version.tar.gz" +build_style=python-module +short_desc="Language for writing Python extension modules" +maintainer="Juan RP " +checksum=dd60bc66b1627d3cbd0950499017dfd57a0705bb12493bb0de2a7b9b5c0873bc +long_desc=" + Pyrex lets you write code that mixes Python and C data types any way you + want, and compiles it into a C extension for Python." + +noarch=yes +Add_dependency full python