vp-build/srcpkgs/Twisted/template

25 lines
690 B
Plaintext
Raw Normal View History

2010-11-27 23:03:16 +01:00
# Template file for 'Twisted'
pkgname=Twisted
2013-07-24 23:55:42 +02:00
version=13.1.0
revision=1
2010-11-27 23:03:16 +01:00
build_style=python-module
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-07-24 23:55:42 +02:00
checksum=110e957dd8fc4c6eaba8abe4f0477e60b2873e3cf1c260325863fd2ef69341c6
2013-07-24 23:59:07 +02:00
if [ "$CROSS_BUILD" ]; then
hostmakedepends="${makedepends}"
fi
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
}
}