2010-11-27 23:03:16 +01:00
|
|
|
# Template file for 'Twisted'
|
|
|
|
pkgname=Twisted
|
2013-11-12 09:41:44 +01:00
|
|
|
version=13.2.0
|
2013-07-24 23:55:42 +02:00
|
|
|
revision=1
|
2010-11-27 23:03:16 +01:00
|
|
|
build_style=python-module
|
2013-04-12 09:01:46 +02:00
|
|
|
makedepends="python-devel zope.interface>=4.0.1 pycrypto pyopenssl"
|
2010-11-27 23:03:16 +01:00
|
|
|
short_desc="Event-driven networking engine written in Python"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-21 00:36:00 +02:00
|
|
|
homepage="http://twistedmatrix.com/"
|
|
|
|
license="MIT"
|
2012-07-17 13:25:08 +02:00
|
|
|
distfiles="http://twistedmatrix.com/Releases/Twisted/${version%.*}/Twisted-${version}.tar.bz2"
|
2013-11-12 09:41:44 +01:00
|
|
|
checksum=095175638c019ac7c0604f4c291724a16ff1acd062e181b01293bf4dcbc62cf3
|
2013-04-12 09:01:46 +02:00
|
|
|
|
2013-07-24 23:59:07 +02:00
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
|
|
hostmakedepends="${makedepends}"
|
|
|
|
fi
|
|
|
|
|
2013-04-12 09:01:46 +02:00
|
|
|
Twisted_package() {
|
|
|
|
depends="zope.interface>=4.0.1 pycrypto pyopenssl"
|
|
|
|
pycompile_module="twisted"
|
|
|
|
pkg_install() {
|
2013-07-24 23:55:42 +02:00
|
|
|
vmove all
|
2013-04-12 09:01:46 +02:00
|
|
|
}
|
|
|
|
}
|