Twisted: update to 16.1.1.
This commit is contained in:
parent
ba2ce9d2e9
commit
552066edbc
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'Twisted'
|
# Template file for 'Twisted'
|
||||||
pkgname=Twisted
|
pkgname=Twisted
|
||||||
version=16.1.0
|
version=16.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel python-zope.interface python-crypto python-openssl"
|
hostmakedepends="python-devel python-zope.interface python-crypto python-openssl python-service_identity"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
depends="${makedepends/python-devel/}"
|
depends="${makedepends/python-devel/}"
|
||||||
pycompile_module="twisted"
|
pycompile_module="twisted"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://twistedmatrix.com/"
|
homepage="http://twistedmatrix.com/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://pypi.python.org/packages/source/T/Twisted/Twisted-${version}.tar.bz2"
|
distfiles="https://pypi.python.org/packages/source/T/Twisted/Twisted-${version}.tar.bz2"
|
||||||
checksum=7fcc133defbdf6ebad5735a90a50a946dae515cdea29178d027f395e62f655ee
|
checksum=fe7d001d9a803ed26cd0fd2f69fa4212ff025f3af6ef1a559d905fe551ab04e9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue