From 912f65774774ccba1701b6bf0d98c88a0927202d Mon Sep 17 00:00:00 2001 From: kth5 Date: Sat, 7 Dec 2024 13:07:20 +0100 Subject: [PATCH] * update python-twisted to 24.3.0-4 --- python/python-twisted/.SRCINFO | 61 +++++++++++++++++++++++++++ python/python-twisted/.nvchecker.toml | 3 ++ python/python-twisted/PKGBUILD | 2 +- 3 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 python/python-twisted/.SRCINFO create mode 100644 python/python-twisted/.nvchecker.toml diff --git a/python/python-twisted/.SRCINFO b/python/python-twisted/.SRCINFO new file mode 100644 index 0000000000..91811ab15c --- /dev/null +++ b/python/python-twisted/.SRCINFO @@ -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 diff --git a/python/python-twisted/.nvchecker.toml b/python/python-twisted/.nvchecker.toml new file mode 100644 index 0000000000..b9da1611c6 --- /dev/null +++ b/python/python-twisted/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-twisted] +source = "pypi" +pypi = "twisted" diff --git a/python/python-twisted/PKGBUILD b/python/python-twisted/PKGBUILD index 1fa4ef9e82..353b6a8b11 100644 --- a/python/python-twisted/PKGBUILD +++ b/python/python-twisted/PKGBUILD @@ -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/"