void-packages/srcpkgs/Twisted/template

20 lines
637 B
Bash
Raw Normal View History

2010-11-27 23:03:16 +01:00
# Template file for 'Twisted'
pkgname=Twisted
2015-09-05 08:39:20 +02:00
version=15.4.0
2014-09-18 09:27:29 +02:00
revision=1
2010-11-27 23:03:16 +01:00
build_style=python-module
hostmakedepends="python-devel python-zope.interface python-crypto python-openssl"
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"
2014-06-18 16:16:56 +02:00
distfiles="https://pypi.python.org/packages/source/T/Twisted/Twisted-${version}.tar.bz2"
2015-09-05 08:39:20 +02:00
checksum=78862662fa9ae29654bc2b9d349c3f1d887e6b2ed978512c4442d53ea861f05c
post_install() {
2015-04-16 07:54:32 +02:00
vlicense LICENSE
}