* update python-nest-asyncio to 1.6.0-4

This commit is contained in:
Alexander Baldeck 2024-12-05 07:18:55 +01:00
parent 5f8a54e15d
commit c1021f258d
3 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,20 @@
pkgbase = python-nest-asyncio
pkgdesc = Patch asyncio to allow nested event loops
pkgver = 1.6.0
pkgrel = 4
url = https://github.com/erdewit/nest_asyncio
arch = any
license = BSD-2-Clause
makedepends = git
makedepends = python-setuptools-scm
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
provides = python-nest_asyncio
replaces = python-nest_asyncio
source = git+https://github.com/erdewit/nest_asyncio.git#tag=v1.6.0
sha512sums = b85ca536a8a1fb47af09a30b0084034860bd483249e22e0d452966383bd5108138096a94ea03bd529a07b719b8f4f15bcb05892e2dfc399f47f1fcce74940b12
pkgname = python-nest-asyncio

View File

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

View File

@ -3,7 +3,7 @@
pkgname=python-nest-asyncio
pkgver=1.6.0
pkgrel=3
pkgrel=4
pkgdesc="Patch asyncio to allow nested event loops"
url="https://github.com/erdewit/nest_asyncio"
license=('BSD-2-Clause')