2010-11-27 22:03:16 +00:00
|
|
|
# Template file for 'Twisted'
|
|
|
|
pkgname=Twisted
|
2015-05-25 07:18:32 +00:00
|
|
|
version=15.2.1
|
2014-09-18 07:27:29 +00:00
|
|
|
revision=1
|
2010-11-27 22:03:16 +00:00
|
|
|
build_style=python-module
|
2015-03-27 09:50:40 +00:00
|
|
|
hostmakedepends="python-devel python-zope.interface python-crypto python-openssl"
|
2014-06-18 14:16:56 +00:00
|
|
|
makedepends="${hostmakedepends}"
|
|
|
|
depends="${makedepends/python-devel/}"
|
2014-01-01 15:10:11 +00:00
|
|
|
pycompile_module="twisted"
|
2010-11-27 22:03:16 +00:00
|
|
|
short_desc="Event-driven networking engine written in Python"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2011-06-20 22:36:00 +00:00
|
|
|
homepage="http://twistedmatrix.com/"
|
|
|
|
license="MIT"
|
2014-06-18 14:16:56 +00:00
|
|
|
distfiles="https://pypi.python.org/packages/source/T/Twisted/Twisted-${version}.tar.bz2"
|
2015-05-25 07:18:32 +00:00
|
|
|
checksum=cfc328411ed52632ab8e7ae02cbc1422c51f5bd3abf919405ccf64d612cbb13d
|
2014-07-10 09:37:57 +00:00
|
|
|
|
|
|
|
post_install() {
|
2015-04-16 05:54:32 +00:00
|
|
|
vlicense LICENSE
|
2014-07-10 09:37:57 +00:00
|
|
|
}
|