python-Twisted: update to 18.7.0
This commit is contained in:
parent
c04f91c820
commit
c048a98768
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-Twisted'
|
||||
pkgname=python-Twisted
|
||||
version=18.4.0
|
||||
version=18.7.0
|
||||
revision=1
|
||||
wrksrc="Twisted-${version}"
|
||||
build_style=python-module
|
||||
|
@ -9,13 +9,14 @@ hostmakedepends="python-setuptools python3-setuptools
|
|||
python-incremental python3-incremental"
|
||||
makedepends="python-devel python3-devel"
|
||||
depends="python-setuptools python-zope.interface python-service_identity
|
||||
python-constantly python-incremental python-automat python-hyperlink"
|
||||
python-constantly python-incremental python-automat python-hyperlink
|
||||
python-PyHamcrest"
|
||||
short_desc="Asynchronous networking framework written in Python (Python2)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://twistedmatrix.com/"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/T/Twisted/Twisted-${version}.tar.bz2"
|
||||
checksum=a4cc164a781859c74de47f17f0e85f4bce8a3321a9d0892c015c8f80c4158ad9
|
||||
checksum=95ae985716e8107816d8d0df249d558dbaabb677987cc2ace45272c166b267e4
|
||||
|
||||
alternatives="
|
||||
twisted:cftp:/usr/bin/cftp2
|
||||
|
@ -45,7 +46,8 @@ python3-Twisted_package() {
|
|||
twisted:twistd:/usr/bin/twistd3"
|
||||
pycompile_module="twisted"
|
||||
depends="python3-setuptools python3-zope.interface python3-service_identity
|
||||
python3-constantly python3-incremental python3-automat python3-hyperlink"
|
||||
python3-constantly python3-incremental python3-automat python3-hyperlink
|
||||
python3-PyHamcrest"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/*3
|
||||
|
|
Loading…
Reference in New Issue