void-packages/srcpkgs/Twisted/template
2016-07-07 17:17:47 +02:00

19 lines
634 B
Bash

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