Twisted: update to 12.2.0.
This commit is contained in:
parent
179a349510
commit
849f76895b
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'Twisted'
|
# Template file for 'Twisted'
|
||||||
pkgname=Twisted
|
pkgname=Twisted
|
||||||
version=12.1.0
|
version=12.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="twisted"
|
pycompile_module="twisted"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
fulldepends="python zope.interface pycrypto pyopenssl"
|
fulldepends="zope.interface>=4.0.1 pycrypto pyopenssl"
|
||||||
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"
|
||||||
distfiles="http://twistedmatrix.com/Releases/Twisted/${version%.*}/Twisted-${version}.tar.bz2"
|
distfiles="http://twistedmatrix.com/Releases/Twisted/${version%.*}/Twisted-${version}.tar.bz2"
|
||||||
checksum=033339af16463069413bc916a9d2d72eb13ed6da6c9b24da2aa630cd437b1cf5
|
checksum=d20c509f427bbae98694b5588afa202810aaa24fa89f9306b24b734fef6f5a40
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue