1 # Maintainer: Maxime Gauduin <alucryd@archlinux.org>
6 pkgdesc='Capture the outcome of Python function calls'
8 url=https://github.com/python-trio/outcome
23 _tag=ae996f8b7887e4a61ee6b3717c01ecba19a5b7dc
24 source=(git+https://github.com/python-trio/outcome.git#tag=${_tag})
29 git describe --tags | sed 's/^v//'
39 PYTHONPATH=$PWD/build/lib pytest
44 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
45 install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-outcome/