# Template file for 'python3-outcome'
pkgname=python3-outcome
version=1.3.0.post0
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-attrs"
checkdepends="$depends python3-pytest python3-pytest-cov python3-pytest-asyncio"
short_desc="Capture the outcome of Python function calls"
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
license="Apache-2.0, MIT"
homepage="https://github.com/python-trio/outcome"
changelog="https://raw.githubusercontent.com/python-trio/outcome/refs/heads/master/docs/source/history.rst"
distfiles="${PYPI_SITE}/o/outcome/outcome-${version}.tar.gz"
checksum=9dcf02e65f2971b80047b377468e72a268e15c0af3cf1238e6ff14f7f91143b8

post_install() {
	vlicense LICENSE
}
