vp-build/srcpkgs/Twisted/template

21 lines
694 B
Bash

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