Magellan Linux

Contents of /trunk/extras/cython/cython-0.11.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2079 - (show annotations) (download)
Mon Jun 15 22:42:12 2009 UTC (14 years, 11 months ago) by niro
File size: 451 byte(s)
auto added: ver bump to 0.11.2-r1
1 # $Id$
2
3 PNAME="cython"
4 PVER="0.11.2"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-python"
8 STATE="unstable"
9
10 DESCRIPTION="A language for writing Python extension modules based on pyrex."
11 HOMEPAGE="http://www.cython.org/"
12
13 DEPEND=">= dev-lang/python-2.6"
14
15 SRCFILE="Cython-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/Cython-${PVER}"
17
18 sminclude python
19
20 SRC_URI=(
21 http://www.cython.org/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"

Properties

Name Value
svn:keywords Id