19 lines
661 B
Bash
19 lines
661 B
Bash
# Template file for 'Twisted'
|
|
pkgname=Twisted
|
|
version=16.1.1
|
|
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="https://pypi.python.org/packages/source/T/Twisted/Twisted-${version}.tar.bz2"
|
|
checksum=fe7d001d9a803ed26cd0fd2f69fa4212ff025f3af6ef1a559d905fe551ab04e9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|