python3-pytest-timeout: update to 2.1.0.
This commit is contained in:
parent
8d51c52304
commit
619257bf84
1 changed files with 5 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pytest-timeout'
|
# Template file for 'python3-pytest-timeout'
|
||||||
pkgname=python3-pytest-timeout
|
pkgname=python3-pytest-timeout
|
||||||
version=1.4.2
|
version=2.1.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="pytest-timeout-${version}"
|
wrksrc="pytest-timeout-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -12,14 +12,10 @@ maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pytest-dev/pytest-timeout/"
|
homepage="https://github.com/pytest-dev/pytest-timeout/"
|
||||||
distfiles="${PYPI_SITE}/p/pytest-timeout/pytest-timeout-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pytest-timeout/pytest-timeout-${version}.tar.gz"
|
||||||
checksum=20b3113cf6e4e80ce2d403b6fb56e9e1b871b510259206d40ff8d609f48bda76
|
checksum=c07ca07404c612f8abbe22294b23c368e2e5104b521c1790195561f37e1ac3d9
|
||||||
|
# Tests require package to be installed
|
||||||
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
# adding do_check since the tests depend on this package
|
|
||||||
do_check() {
|
|
||||||
python setup.py install
|
|
||||||
pytest
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue