void-packages/srcpkgs/Twisted/template
Alessio Sergi 24287edef8 Twisted: add missing dependencies
Now uses cryptography instead of pycrypto.
2017-02-01 11:12:53 +01:00

20 lines
697 B
Bash

# Template file for 'Twisted'
pkgname=Twisted
version=16.6.0
revision=2
build_style=python2-module
hostmakedepends="python-setuptools python-zope.interface python-cryptography
python-openssl python-service_identity python-constantly python-incremental"
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=d0fe115ea7ef8cf632d05103de60356c6e992b2153d6830bdc4476f8accb1fca
post_install() {
vlicense LICENSE
}