void-packages/srcpkgs/Twisted/template
2014-07-10 11:40:17 +02:00

20 lines
644 B
Plaintext

# Template file for 'Twisted'
pkgname=Twisted
version=14.0.0
revision=2
build_style=python-module
hostmakedepends="python-devel python-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="https://pypi.python.org/packages/source/T/Twisted/Twisted-${version}.tar.bz2"
checksum=bdfd961ac2216f5c65b07f2c3a5e5116f6713b8c1cf076c40010c64810d26963
post_install() {
vlicense LICENSE
}