void-packages/srcpkgs/Twisted/template

20 lines
634 B
Bash
Raw Normal View History

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