void-packages/srcpkgs/Twisted/template

20 lines
634 B
Bash
Raw Normal View History

2010-11-27 23:03:16 +01:00
# Template file for 'Twisted'
pkgname=Twisted
2016-07-07 17:17:47 +02:00
version=16.3.0
2014-09-18 09:27:29 +02:00
revision=1
2010-11-27 23:03:16 +01:00
build_style=python-module
2016-04-11 08:18:25 +02:00
hostmakedepends="python-devel python-zope.interface python-crypto python-openssl python-service_identity"
2014-06-18 16:16:56 +02:00
makedepends="${hostmakedepends}"
depends="${makedepends/python-devel/}"
pycompile_module="twisted"
2010-11-27 23:03:16 +01:00
short_desc="Event-driven networking engine written in Python"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2011-06-21 00:36:00 +02:00
homepage="http://twistedmatrix.com/"
license="MIT"
2016-04-28 13:17:27 +02:00
distfiles="${PYPI_SITE}/T/Twisted/Twisted-${version}.tar.bz2"
2016-07-07 17:17:47 +02:00
checksum=d588a87243ac20e72daef520c1248cb5391e1d583999b8c29a7ae5f97474974f
post_install() {
2015-04-16 07:54:32 +02:00
vlicense LICENSE
}