Twisted: update to 14.0.0.
This commit is contained in:
parent
ed2293e1d0
commit
f018a8c9b3
1 changed files with 6 additions and 9 deletions
|
@ -1,18 +1,15 @@
|
|||
# Template file for 'Twisted'
|
||||
pkgname=Twisted
|
||||
version=13.2.0
|
||||
version=14.0.0
|
||||
revision=1
|
||||
build_style=python-module
|
||||
makedepends="python-devel zope.interface>=4.0.1 pycrypto pyopenssl"
|
||||
depends="zope.interface>=4.0.1 pycrypto pyopenssl"
|
||||
hostmakedepends="python-devel zope.interface>=4.0.1 python-crypto python-openssl"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="${makedepends/python-devel/}"
|
||||
pycompile_module="twisted"
|
||||
short_desc="Event-driven networking engine written in Python"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://twistedmatrix.com/"
|
||||
license="MIT"
|
||||
distfiles="http://twistedmatrix.com/Releases/Twisted/${version%.*}/Twisted-${version}.tar.bz2"
|
||||
checksum=095175638c019ac7c0604f4c291724a16ff1acd062e181b01293bf4dcbc62cf3
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="${makedepends}"
|
||||
fi
|
||||
distfiles="https://pypi.python.org/packages/source/T/Twisted/Twisted-${version}.tar.bz2"
|
||||
checksum=bdfd961ac2216f5c65b07f2c3a5e5116f6713b8c1cf076c40010c64810d26963
|
||||
|
|
Loading…
Reference in a new issue