Twisted: update to 12.1.0.
This commit is contained in:
parent
c46bfb51df
commit
038774bd4d
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'Twisted'
|
||||
pkgname=Twisted
|
||||
version=12.0.0
|
||||
distfiles="http://twistedmatrix.com/Releases/Twisted/${version%.*}/Twisted-${version}.tar.bz2"
|
||||
version=12.1.0
|
||||
revision=1
|
||||
build_style=python-module
|
||||
pycompile_module="twisted"
|
||||
makedepends="python-devel"
|
||||
fulldepends="python zope.interface pycrypto pyopenssl"
|
||||
revision=1
|
||||
short_desc="Event-driven networking engine written in Python"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://twistedmatrix.com/"
|
||||
license="MIT"
|
||||
checksum=e5561c9714583fd052ea9e0b10331609a719b3878f9d2593e4c57eab0ba0effd
|
||||
distfiles="http://twistedmatrix.com/Releases/Twisted/${version%.*}/Twisted-${version}.tar.bz2"
|
||||
checksum=033339af16463069413bc916a9d2d72eb13ed6da6c9b24da2aa630cd437b1cf5
|
||||
long_desc="
|
||||
Twisted is an event-based framework for internet applications which works on
|
||||
Python 2.4 through 2.6. The following are some of the modules included
|
||||
|
@ -41,6 +42,3 @@ long_desc="
|
|||
A secure, fast remote object system,
|
||||
- twisted.trial
|
||||
A unit testing framework that integrates well with Twisted-based code."
|
||||
|
||||
pycompile_module="twisted"
|
||||
|
||||
|
|
Loading…
Reference in New Issue