Magellan Linux

Contents of /branches/R11-stable/extras/twisted/twisted-12.0.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15393 - (show annotations) (download)
Wed Jan 2 11:38:32 2013 UTC (11 years, 4 months ago) by niro
File size: 566 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="twisted"
4 PVER="12.0.0"
5 PBUILD="r2"
6
7 PCAT="dev-python"
8
9 DESCRIPTION="Asynchronous networking framework written in Python."
10 HOMEPAGE="http://twistedmatrix.com/"
11
12 DEPEND=">= dev-lang/python-2.7
13 >= dev-python/pycrypto-2.5
14 >= dev-python/zope-interface-4"
15
16 SRCFILE="${PNAME/t/T}-${PVER}.tar.bz2"
17 SRCDIR="${BUILDDIR}/${PNAME/t/T}-${PVER}"
18
19 sminclude python
20
21 SRC_URI=(
22 http://pypi.python.org/packages/source/T/Twisted/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd 'http://pypi.python.org/packages/source/T/Twisted/?C=M;O=A' | lasttarball"