Twisted: update to 17.1.0
This commit is contained in:
parent
2a59206a7f
commit
c318af6bc9
|
@ -1,5 +1,5 @@
|
||||||
case ${ACTION} in
|
case ${ACTION} in
|
||||||
post)
|
post)
|
||||||
python -c 'from twisted.plugin import IPlugin, getPlugins; list(getPlugins(IPlugin))' >/dev/null 2>&1
|
python2 -c 'from twisted.plugin import IPlugin, getPlugins; list(getPlugins(IPlugin))' >/dev/null 2>&1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'Twisted'
|
# Template file for 'Twisted'
|
||||||
pkgname=Twisted
|
pkgname=Twisted
|
||||||
version=16.6.0
|
version=17.1.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools python-zope.interface python-cryptography
|
hostmakedepends="python-setuptools python-zope.interface python-service_identity
|
||||||
python-openssl python-service_identity python-constantly python-incremental"
|
python-constantly python-incremental python-automat"
|
||||||
makedepends="${hostmakedepends} python-devel"
|
makedepends="${hostmakedepends} python-devel"
|
||||||
depends="${makedepends/python-devel/}"
|
depends="${makedepends/python-devel/}"
|
||||||
pycompile_module="twisted"
|
pycompile_module="twisted"
|
||||||
|
@ -13,7 +13,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=d0fe115ea7ef8cf632d05103de60356c6e992b2153d6830bdc4476f8accb1fca
|
checksum=dbf211d70afe5b4442e3933ff01859533eba9f13d8b3e2e1b97dc2125e2d44dc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue