* update python-twisted to 24.3.0-4

This commit is contained in:
Alexander Baldeck 2024-12-07 13:07:20 +01:00
parent 3152ad450d
commit 912f657747
3 changed files with 65 additions and 1 deletions

View File

@ -0,0 +1,61 @@
pkgbase = python-twisted
pkgdesc = Asynchronous networking framework written in Python
pkgver = 24.3.0
pkgrel = 4
url = https://twistedmatrix.com/
arch = any
license = MIT
checkdepends = cairo
checkdepends = git
checkdepends = glib2
checkdepends = gtk3
checkdepends = libffi
checkdepends = libgirepository
checkdepends = openssh
checkdepends = python-bcrypt
checkdepends = python-cryptography
checkdepends = python-cython-test-exception-raiser
checkdepends = python-gobject
checkdepends = python-h2
checkdepends = python-hypothesis
checkdepends = python-idna
checkdepends = python-priority
checkdepends = python-pyasn1
checkdepends = python-pyhamcrest
checkdepends = python-pyopenssl
checkdepends = python-pyserial
checkdepends = python-service-identity
checkdepends = python-subunit
checkdepends = subversion
checkdepends = tk
checkdepends = xorg-server-xvfb
makedepends = python-build
makedepends = python-hatch-fancy-pypi-readme
makedepends = python-hatchling
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-attrs
depends = python-automat
depends = python-constantly
depends = python-hyperlink
depends = python-incremental
depends = python-typing_extensions
depends = python-zope-interface
optdepends = gobject-introspection-runtime: for GObject Introspection support
optdepends = python-appdirs: for using conch
optdepends = python-bcrypt: for using conch
optdepends = python-cryptography: for using conch
optdepends = python-h2: for http2 support
optdepends = python-idna: for TLS client hostname verification
optdepends = python-priority: for http2 support
optdepends = python-pyasn1: for using conch
optdepends = python-gobject: for GObject Introspection support
optdepends = python-pyopenssl: for TLS client hostname verification
optdepends = python-pyserial: for serial support
optdepends = python-service-identity: for TLS client hostname verification
optdepends = tk: for using tkconch
source = https://github.com/twisted/twisted/archive/twisted-24.3.0.tar.gz
sha512sums = e6c787b8b7a01cb0e30569706f1ecc216eee92cb9d0414e92d9e7fc888a6ffa89516a1f585e0034b2756bcf3d7f9ffafb9d6c11952615da9555bbfaa7d7cfc83
pkgname = python-twisted

View File

@ -0,0 +1,3 @@
[python-twisted]
source = "pypi"
pypi = "twisted"

View File

@ -6,7 +6,7 @@
pkgname=python-twisted
pkgver=24.3.0
pkgrel=2
pkgrel=4
pkgdesc="Asynchronous networking framework written in Python"
arch=(any)
url="https://twistedmatrix.com/"