void-packages/srcpkgs/Twisted/template
Alessio Sergi 14255d3cbd Twisted: update to 16.4.0
Setuptools now required.
2016-08-28 19:49:42 +02:00

19 lines
652 B
Bash

# Template file for 'Twisted'
pkgname=Twisted
version=16.4.0
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=cd8820901900542d21fb1dee2cd4d4d334fff130e3fc30b777f81dd7d7f2836e
post_install() {
vlicense LICENSE
}