20 lines
677 B
Bash
20 lines
677 B
Bash
# Template file for 'Twisted'
|
|
pkgname=Twisted
|
|
version=17.1.0
|
|
revision=1
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools python-zope.interface python-service_identity
|
|
python-constantly python-incremental python-automat"
|
|
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=dbf211d70afe5b4442e3933ff01859533eba9f13d8b3e2e1b97dc2125e2d44dc
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|