* update python-outcome to 1.3.0.post0-5
This commit is contained in:
parent
1eae38a2dc
commit
c95fdb9d23
21
python/python-outcome/.SRCINFO
Normal file
21
python/python-outcome/.SRCINFO
Normal file
@ -0,0 +1,21 @@
|
||||
pkgbase = python-outcome
|
||||
pkgdesc = Capture the outcome of Python function calls
|
||||
pkgver = 1.3.0.post0
|
||||
pkgrel = 5
|
||||
url = https://github.com/python-trio/outcome
|
||||
arch = any
|
||||
license = MIT
|
||||
checkdepends = python-pytest
|
||||
checkdepends = python-pytest-asyncio
|
||||
makedepends = git
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-wheel
|
||||
depends = python
|
||||
depends = python-attrs
|
||||
depends = python-typing_extensions
|
||||
source = git+https://github.com/python-trio/outcome.git#tag=bf687c97ce6f010d092bfcaecad51132fb978725
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = python-outcome
|
4
python/python-outcome/.nvchecker.toml
Normal file
4
python/python-outcome/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[python-outcome]
|
||||
source = "git"
|
||||
git = "https://github.com/python-trio/outcome.git"
|
||||
prefix = "v"
|
@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=python-outcome
|
||||
pkgver=1.3.0.post0
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc='Capture the outcome of Python function calls'
|
||||
arch=(any)
|
||||
url=https://github.com/python-trio/outcome
|
||||
|
Loading…
x
Reference in New Issue
Block a user