2010-11-27 22:03:16 +00:00
|
|
|
# Template file for 'Twisted'
|
|
|
|
pkgname=Twisted
|
2013-01-04 05:48:24 +00:00
|
|
|
version=12.3.0
|
2013-02-21 18:59:42 +00:00
|
|
|
revision=2
|
2010-11-27 22:03:16 +00:00
|
|
|
build_style=python-module
|
2013-04-12 07:01:46 +00:00
|
|
|
makedepends="python-devel zope.interface>=4.0.1 pycrypto pyopenssl"
|
2010-11-27 22:03:16 +00:00
|
|
|
short_desc="Event-driven networking engine written in Python"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-20 22:36:00 +00:00
|
|
|
homepage="http://twistedmatrix.com/"
|
|
|
|
license="MIT"
|
2012-07-17 11:25:08 +00:00
|
|
|
distfiles="http://twistedmatrix.com/Releases/Twisted/${version%.*}/Twisted-${version}.tar.bz2"
|
2013-01-04 05:48:24 +00:00
|
|
|
checksum=d4d1afcfa7ca40a7da26832cba653851eb147a06bd3f7f6fae89af3d5cd295c6
|
2013-04-12 07:01:46 +00:00
|
|
|
|
|
|
|
Twisted_package() {
|
|
|
|
depends="zope.interface>=4.0.1 pycrypto pyopenssl"
|
|
|
|
pycompile_module="twisted"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|