* update python-outcome to 1.3.0.post0-5

This commit is contained in:
Alexander Baldeck 2024-12-05 13:51:47 +01:00
parent 1eae38a2dc
commit c95fdb9d23
3 changed files with 26 additions and 1 deletions

View 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

View File

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

View File

@ -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