Magellan Linux

Contents of /trunk/extras/twisted/twisted-11.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12417 - (show annotations) (download)
Thu May 17 21:30:27 2012 UTC (12 years ago) by niro
File size: 570 byte(s)
auto added: ver bump to 11.1.0-r1
1 # $Id$
2
3 PNAME="twisted"
4 PVER="11.1.0"
5 PBUILD="r1"
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-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"