python3-pytest-timeout: update to 2.3.1.
This commit is contained in:
parent
496a1d48f8
commit
2837277a24
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python3-pytest-timeout'
|
||||
pkgname=python3-pytest-timeout
|
||||
version=2.2.0
|
||||
version=2.3.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-pytest"
|
||||
checkdepends="${depends} python3-pexpect python3-pytest-cov"
|
||||
|
@ -11,9 +11,7 @@ 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
|
||||
checksum=12397729125c6ecbdaca01035b9e5239d4db97352320af155b3f5de1ba5165d9
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue