vp-build/srcpkgs/Twisted/template

21 lines
694 B
Bash

# Template file for 'Twisted'
pkgname=Twisted
version=17.5.0
revision=1
build_style=python2-module
hostmakedepends="python-setuptools python-zope.interface python-service_identity
python-constantly python-incremental python-automat python-hyperlink"
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=f198a494f0df2482f7c5f99d7f3eef33d22763ffc76641b36fec476b878002ea
post_install() {
vlicense LICENSE
}