Magellan Linux

Contents of /branches/magellan-next/extras/twisted/twisted-11.0.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8702 - (show annotations) (download)
Wed Jul 27 21:24:43 2011 UTC (12 years, 9 months ago) by niro
File size: 576 byte(s)
auto added: ver bump to 11.0.0-r1
1 # $Id$
2
3 PNAME="twisted"
4 PVER="11.0.0"
5 PBUILD="r1"
6
7 PCATEGORIE="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.3
14 >= dev-python/zope-interface-3.6.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"