Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12419 - (hide annotations) (download)
Fri May 18 08:56:27 2012 UTC (12 years, 4 months ago) by niro
Original Path: trunk/extras/twisted/twisted-12.0.0-r2.smage2
File size: 566 byte(s)
auto added: ver bump to 12.0.0-r2
1 niro 12419 # $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"