From 35e66f3e4d3349903431d088f35be1f83781d5ba Mon Sep 17 00:00:00 2001 From: travankor Date: Thu, 27 Feb 2020 12:37:19 -0700 Subject: [PATCH] python-Twisted: update to 19.10.0. --- srcpkgs/python-Twisted/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template index e94e0edf26e..ed09784ccc9 100644 --- a/srcpkgs/python-Twisted/template +++ b/srcpkgs/python-Twisted/template @@ -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 " -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"