void-packages/srcpkgs/Twisted/template
2016-09-21 06:50:44 +02:00

19 lines
652 B
Bash

# Template file for 'Twisted'
pkgname=Twisted
version=16.4.1
revision=1
build_style=python-module
hostmakedepends="python-setuptools python-zope.interface python-crypto python-openssl python-service_identity"
makedepends="${hostmakedepends} python-devel"
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="${PYPI_SITE}/T/Twisted/Twisted-${version}.tar.bz2"
checksum=1d8d73f006c990744effb35588359fd44d43608649ac0b6b7edc71176e88e816
post_install() {
vlicense LICENSE
}