void-packages/srcpkgs/Twisted/template
2016-05-19 07:33:41 +02:00

20 lines
634 B
Bash

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