* update python-trio-asyncio to 0.14.0-4
This commit is contained in:
parent
bb0dc2df6b
commit
b180ec82d2
25
python/python-trio-asyncio/.SRCINFO
Normal file
25
python/python-trio-asyncio/.SRCINFO
Normal 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
|
4
python/python-trio-asyncio/.nvchecker.toml
Normal file
4
python/python-trio-asyncio/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[python-trio-asyncio]
|
||||
source = "git"
|
||||
git = "https://github.com/python-trio/trio-asyncio.git"
|
||||
prefix = "v"
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user