* update python-nest-asyncio to 1.6.0-4
This commit is contained in:
parent
5f8a54e15d
commit
c1021f258d
20
python/python-nest-asyncio/.SRCINFO
Normal file
20
python/python-nest-asyncio/.SRCINFO
Normal 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
|
4
python/python-nest-asyncio/.nvchecker.toml
Normal file
4
python/python-nest-asyncio/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[python-nest-asyncio]
|
||||
source = "git"
|
||||
git = "https://github.com/erdewit/nest_asyncio.git"
|
||||
prefix = "v"
|
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user