[arch-commits] Commit in python-twisted/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Aug 11 20:58:20 UTC 2021
Date: Wednesday, August 11, 2021 @ 20:58:19
Author: felixonmars
Revision: 421340
upgpkg: python-twisted 21.2.0-4: relax bounds on priority
Modified:
python-twisted/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-11 20:46:28 UTC (rev 421339)
+++ PKGBUILD 2021-08-11 20:58:19 UTC (rev 421340)
@@ -5,7 +5,7 @@
pkgname=python-twisted
pkgver=21.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Asynchronous networking framework written in Python"
arch=('any')
url="https://twistedmatrix.com/"
@@ -12,6 +12,7 @@
license=('MIT')
depends=('python-zope-interface' 'python-constantly' 'python-incremental' 'python-automat'
'python-hyperlink' 'python-attrs')
+makedepends=('python-setuptools')
optdepends=('python-pyopenssl: for TLS client hostname verification'
'python-service-identity: for TLS client hostname verification'
'python-idna: for TLS client hostname verification'
@@ -35,7 +36,7 @@
prepare() {
cd twisted-twisted-$pkgver
# Remove upper bounds
- sed -i 's/, < 4.0//' setup.cfg
+ sed -i 's/, < 4.0//;s/, < 2.0//' setup.cfg
}
build() {
More information about the arch-commits
mailing list