void-packages/srcpkgs/Twisted/template
2015-08-05 07:06:40 +00:00

20 lines
637 B
Bash

# Template file for 'Twisted'
pkgname=Twisted
version=15.3.0
revision=1
build_style=python-module
hostmakedepends="python-devel python-zope.interface 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@voidlinux.eu>"
homepage="http://twistedmatrix.com/"
license="MIT"
distfiles="https://pypi.python.org/packages/source/T/Twisted/Twisted-${version}.tar.bz2"
checksum=025729751cf898842262375a40f70ae1d246daea88369eab9f6bb96e528bf285
post_install() {
vlicense LICENSE
}