void-packages/srcpkgs/Twisted/template

19 lines
633 B
Plaintext

# Template file for 'Twisted'
pkgname=Twisted
version=13.2.0
revision=1
build_style=python-module
makedepends="python-devel zope.interface>=4.0.1 pycrypto pyopenssl"
depends="zope.interface>=4.0.1 pycrypto pyopenssl"
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="http://twistedmatrix.com/Releases/Twisted/${version%.*}/Twisted-${version}.tar.bz2"
checksum=095175638c019ac7c0604f4c291724a16ff1acd062e181b01293bf4dcbc62cf3
if [ "$CROSS_BUILD" ]; then
hostmakedepends="${makedepends}"
fi