# Template file for 'python3-timeout-decorator'
pkgname=python3-timeout-decorator
version=0.5.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Timeout decorator"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/pnpnpn/timeout-decorator"
changelog="https://raw.githubusercontent.com/pnpnpn/timeout-decorator/refs/heads/master/CHANGES.rst"
# pypi sdist does not include tests
distfiles="https://github.com/pnpnpn/timeout-decorator/archive/refs/tags/${version}.tar.gz"
checksum=52a66174888dea9be4a225e683e86cedd286bd5b7def51dd57e86eadc2182c6e

post_install() {
	vlicense LICENSE.txt
}
