21 lines
694 B
Bash
21 lines
694 B
Bash
# Template file for 'python3-pytest-timeout'
|
|
pkgname=python3-pytest-timeout
|
|
version=2.2.0
|
|
revision=1
|
|
build_style=python3-module
|
|
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=3b0b95dabf3cb50bac9ef5ca912fa0cfc286526af17afc806824df20c2f72c90
|
|
# Tests require package to be installed
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|