19 lines
640 B
Bash
19 lines
640 B
Bash
# Template file for 'python3-pytest-timeout'
|
|
pkgname=python3-pytest-timeout
|
|
version=2.3.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pytest"
|
|
checkdepends="${depends} python3-pexpect python3-pytest-cov"
|
|
short_desc="Pytest plugin which will terminate tests after a certain timeout"
|
|
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/pytest-dev/pytest-timeout/"
|
|
distfiles="${PYPI_SITE}/p/pytest-timeout/pytest-timeout-${version}.tar.gz"
|
|
checksum=12397729125c6ecbdaca01035b9e5239d4db97352320af155b3f5de1ba5165d9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|