Twisted: update to 12.1.0.

This commit is contained in:
Juan RP 2012-07-17 13:25:08 +02:00
parent c46bfb51df
commit 038774bd4d

View file

@ -1,16 +1,17 @@
# Template file for 'Twisted' # Template file for 'Twisted'
pkgname=Twisted pkgname=Twisted
version=12.0.0 version=12.1.0
distfiles="http://twistedmatrix.com/Releases/Twisted/${version%.*}/Twisted-${version}.tar.bz2" revision=1
build_style=python-module build_style=python-module
pycompile_module="twisted"
makedepends="python-devel" makedepends="python-devel"
fulldepends="python zope.interface pycrypto pyopenssl" fulldepends="python zope.interface pycrypto pyopenssl"
revision=1
short_desc="Event-driven networking engine written in Python" short_desc="Event-driven networking engine written in Python"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://twistedmatrix.com/" homepage="http://twistedmatrix.com/"
license="MIT" license="MIT"
checksum=e5561c9714583fd052ea9e0b10331609a719b3878f9d2593e4c57eab0ba0effd distfiles="http://twistedmatrix.com/Releases/Twisted/${version%.*}/Twisted-${version}.tar.bz2"
checksum=033339af16463069413bc916a9d2d72eb13ed6da6c9b24da2aa630cd437b1cf5
long_desc=" long_desc="
Twisted is an event-based framework for internet applications which works on 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 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, A secure, fast remote object system,
- twisted.trial - twisted.trial
A unit testing framework that integrates well with Twisted-based code." A unit testing framework that integrates well with Twisted-based code."
pycompile_module="twisted"