python-Twisted: update to 19.10.0.
This commit is contained in:
parent
7fb8729842
commit
35e66f3e4d
1 changed files with 4 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'python-Twisted'
|
||||
pkgname=python-Twisted
|
||||
version=18.9.0
|
||||
revision=4
|
||||
version=19.10.0
|
||||
revision=1
|
||||
wrksrc="Twisted-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="twisted"
|
||||
hostmakedepends="python-setuptools python3-setuptools
|
||||
python-incremental python3-incremental"
|
||||
makedepends="python-devel python3-devel"
|
||||
|
@ -13,10 +12,10 @@ depends="python-setuptools python-zope.interface python-openssl
|
|||
python-hyperlink python-PyHamcrest"
|
||||
short_desc="Asynchronous networking framework written in Python (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://twistedmatrix.com/"
|
||||
license="MIT"
|
||||
homepage="https://twistedmatrix.com/"
|
||||
distfiles="${PYPI_SITE}/T/Twisted/Twisted-${version}.tar.bz2"
|
||||
checksum=294be2c6bf84ae776df2fc98e7af7d6537e1c5e60a46d33c3ce2a197677da395
|
||||
checksum=7394ba7f272ae722a74f3d969dcf599bc4ef093bc392038748a490f1724a515d
|
||||
|
||||
alternatives="
|
||||
twisted:cftp:/usr/bin/cftp2
|
||||
|
@ -44,7 +43,6 @@ python3-Twisted_package() {
|
|||
twisted:trial:/usr/bin/trial3
|
||||
twisted:twist:/usr/bin/twist3
|
||||
twisted:twistd:/usr/bin/twistd3"
|
||||
pycompile_module="twisted"
|
||||
depends="python3-setuptools python3-zope.interface python3-openssl
|
||||
python3-service_identity python3-constantly python3-incremental
|
||||
python3-automat python3-hyperlink python3-PyHamcrest"
|
||||
|
|
Loading…
Reference in a new issue