19 lines
598 B
Bash
19 lines
598 B
Bash
# Template file for 'python3-outcome'
|
|
pkgname=python3-outcome
|
|
version=1.2.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="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"
|
|
distfiles="${PYPI_SITE}/o/outcome/outcome-${version}.tar.gz"
|
|
checksum=6f82bd3de45da303cf1f771ecafa1633750a358436a8bb60e06a1ceb745d2672
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|