mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pytest-timeout: update to 2.3.1.
This commit is contained in:
parent
496a1d48f8
commit
2837277a24
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'python3-pytest-timeout'
|
# Template file for 'python3-pytest-timeout'
|
||||||
pkgname=python3-pytest-timeout
|
pkgname=python3-pytest-timeout
|
||||||
version=2.2.0
|
version=2.3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pytest"
|
depends="python3-pytest"
|
||||||
checkdepends="${depends} python3-pexpect python3-pytest-cov"
|
checkdepends="${depends} python3-pexpect python3-pytest-cov"
|
||||||
|
@ -11,9 +11,7 @@ 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=3b0b95dabf3cb50bac9ef5ca912fa0cfc286526af17afc806824df20c2f72c90
|
checksum=12397729125c6ecbdaca01035b9e5239d4db97352320af155b3f5de1ba5165d9
|
||||||
# Tests require package to be installed
|
|
||||||
make_check=no
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue