parent
2c1b84a14d
commit
14255d3cbd
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'Twisted'
|
# Template file for 'Twisted'
|
||||||
pkgname=Twisted
|
pkgname=Twisted
|
||||||
version=16.3.2
|
version=16.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel python-zope.interface python-crypto python-openssl python-service_identity"
|
hostmakedepends="python-setuptools python-zope.interface python-crypto python-openssl python-service_identity"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends} python-devel"
|
||||||
depends="${makedepends/python-devel/}"
|
depends="${makedepends/python-devel/}"
|
||||||
pycompile_module="twisted"
|
pycompile_module="twisted"
|
||||||
short_desc="Event-driven networking engine written in Python"
|
short_desc="Event-driven networking engine written in Python"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://twistedmatrix.com/"
|
homepage="http://twistedmatrix.com/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/T/Twisted/Twisted-${version}.tar.bz2"
|
distfiles="${PYPI_SITE}/T/Twisted/Twisted-${version}.tar.bz2"
|
||||||
checksum=22c32e68feb6be7ea68bcbc8f89184f06b5693a9f1b59d052927d19597645967
|
checksum=cd8820901900542d21fb1dee2cd4d4d334fff130e3fc30b777f81dd7d7f2836e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue