Twisted: update to 13.1.0.

This commit is contained in:
Juan RP 2013-07-24 23:55:42 +02:00
parent 0e16e0659f
commit bcdf6ab913
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'Twisted' # Template file for 'Twisted'
pkgname=Twisted pkgname=Twisted
version=12.3.0 version=13.1.0
revision=2 revision=1
build_style=python-module build_style=python-module
makedepends="python-devel zope.interface>=4.0.1 pycrypto pyopenssl" makedepends="python-devel 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"
@ -9,12 +9,12 @@ 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=d4d1afcfa7ca40a7da26832cba653851eb147a06bd3f7f6fae89af3d5cd295c6 checksum=110e957dd8fc4c6eaba8abe4f0477e60b2873e3cf1c260325863fd2ef69341c6
Twisted_package() { Twisted_package() {
depends="zope.interface>=4.0.1 pycrypto pyopenssl" depends="zope.interface>=4.0.1 pycrypto pyopenssl"
pycompile_module="twisted" pycompile_module="twisted"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }