void-packages/srcpkgs/Twisted/template

21 lines
624 B
Plaintext

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