19 lines
644 B
Text
19 lines
644 B
Text
# Template file for 'Twisted'
|
|
pkgname=Twisted
|
|
version=15.0.0
|
|
revision=1
|
|
build_style=python-module
|
|
hostmakedepends="python-devel python-zope.interface>=4.0.1 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@gmail.com>"
|
|
homepage="http://twistedmatrix.com/"
|
|
license="MIT"
|
|
distfiles="https://pypi.python.org/packages/source/T/Twisted/Twisted-${version}.tar.bz2"
|
|
checksum=ac609262253057cf2aeb9dc049ba7877d646f31b4caef06a50189a023df46b51
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|