19 lines
637 B
Bash
19 lines
637 B
Bash
# Template file for 'Twisted'
|
|
pkgname=Twisted
|
|
version=15.5.0
|
|
revision=1
|
|
build_style=python-module
|
|
hostmakedepends="python-devel python-zope.interface python-crypto python-openssl"
|
|
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=a8046804a0dfae090234bbb90fc560a6cc11a208b3d048b55244c79c1945c17f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|