Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4031 - (show annotations) (download)
Tue Nov 17 18:40:39 2009 UTC (14 years, 6 months ago) by niro
File size: 459 byte(s)
-fixed SRC_URI
1 # $Id$
2
3 PNAME="cython"
4 PVER="0.11.3"
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/release/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"

Properties

Name Value
svn:keywords Id