2009-12-02 23:58:58 +00:00
|
|
|
# Template file for 'Pyrex'
|
|
|
|
pkgname=Pyrex
|
2010-11-02 18:42:06 +00:00
|
|
|
version=0.9.9
|
2010-11-17 20:08:18 +00:00
|
|
|
revision=1
|
2009-12-02 23:58:58 +00:00
|
|
|
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 <xtraeme@gmail.com>"
|
2010-11-02 18:42:06 +00:00
|
|
|
checksum=5f87df06831d0b3412eb4bc9d3fc2ee7bfae1b913d7da8c23ab2bf5699fb6b50
|
2009-12-02 23:58:58 +00:00
|
|
|
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
|