* update python-trio-asyncio to 0.14.0-4

This commit is contained in:
Alexander Baldeck 2024-12-05 17:05:26 +01:00
parent bb0dc2df6b
commit b180ec82d2
3 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,25 @@
pkgbase = python-trio-asyncio
pkgdesc = A re-implementation of the asyncio mainloop on top of Trio
pkgver = 0.14.0
pkgrel = 4
url = https://github.com/python-trio/trio-asyncio
arch = any
license = Apache-2.0 OR MIT
checkdepends = python-pytest
checkdepends = python-pytest-timeout
checkdepends = python-pytest-trio
checkdepends = python-tests
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-greenlet
depends = python-outcome
depends = python-sniffio
depends = python-trio
source = git+https://github.com/python-trio/trio-asyncio.git#tag=v0.14.0
sha256sums = 7c3dac6670f2f1ded5b710e704ce67d30bda95ec9e8ca633a27c364dc8efb898
pkgname = python-trio-asyncio

View File

@ -0,0 +1,4 @@
[python-trio-asyncio]
source = "git"
git = "https://github.com/python-trio/trio-asyncio.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
pkgname=python-trio-asyncio
_name=${pkgname#python-}
pkgver=0.14.0
pkgrel=3
pkgrel=4
pkgdesc='A re-implementation of the asyncio mainloop on top of Trio'
arch=(any)
url=https://github.com/python-trio/trio-asyncio