bump pytest-timeout-2.0.1

This commit is contained in:
Andreas Billmeier 2021-12-05 22:21:38 +01:00 committed by Andreas Billmeier
parent d4d5a0cf32
commit 404f9857c1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 29 additions and 51 deletions

View File

@ -1,6 +1,5 @@
DIST pytest-timeout-1.3.3.tar.gz 11627 BLAKE2B e20348cc461ad03e95c22a16e753b72441ee70da9769214f4d07db15818a8997339ced47244b15de62a61107eb749dff8d6f41ddb4720c925ef1e6eb9962db27 SHA512 633f5aee550d568e403b958f4490ecb828eb322811c9f18cfefb26613be4fc36da14232ecbef8666fcf2dc693a93674c00a853ab546ea8328a07ea34da79fb84
DIST pytest-timeout-1.4.2.tar.gz 15424 BLAKE2B b7ab91833e59af56ae50c066c14bb9b8ae9995d1586f35b29f107665d7da124828d7accc1b0149702f2973c61f18024739c68de736ae8aae6f55e8a10bf5d4ff SHA512 3446ecdb5aaad5fbca12df4e7f4f40c6c1a12895d3ed9f3a3ee24800ce36deed3cb8c09a4cc72220c962b06f821cfd55bf7eebbca23664c56abf2d0e5bc8fbea
EBUILD pytest-timeout-1.3.3-r1.ebuild 538 BLAKE2B b8ad052c731a941733ceec924e8891f6a8527d96f0f0af0467b0bd162d12bef96933ad91d4c24f17d888bcf364c353dbdb38e4415176df130e497764d3a13b67 SHA512 1280a7b6b19745622ed4bd12426bb73e12fa4d73402bd6262ff418184437bd5fbad9b854101c85503ff43577524e3c951e70cbdc1f871de6361a7f6868c75fbd
EBUILD pytest-timeout-1.3.3.ebuild 555 BLAKE2B 2ede461de1586b7c50915214257127957187b12a46246e9bc21965f6d85dd22dce1bcb8f21fa31e999d905d84002de301c690fde3149132644650e77f205a677 SHA512 8ebbd697cee35651d4bec0e63b5d2b5702a99042b6d08455e2ec4182061aabb36ebe364da684620591a75f721a35704622f69cc3f01dedb66d2c0506e32e2ae7
DIST pytest-timeout-2.0.1.tar.gz 16328 BLAKE2B 138fecc8927a350a4f333af848d28c892ac6808e7f7b37a31db1603a96fd9da07f2030e680cc9f3fea035682e89b29d3a6f5889a0f79799392bc33f1a5b8b54c SHA512 4f94e1a1365dec1615d11da9e86d0166f1316be0ec338a8dd55176364355164cb0470b1130a01ea4e5b93be5ce3773d6faee0fcde6a21dd6fe9e56855e6c6499
EBUILD pytest-timeout-1.4.2.ebuild 714 BLAKE2B e769c68f43ad4c10e874aade75ff24ae23bb8aabfccd53b889513e8aed0d120e42c208f71e1943d7b2fc96136fb60c972d2fecdf8a0359ba527707c0d13a7ad2 SHA512 8d6fc230398611afb69c03f6e0e427a99a473d564c9e431809005585cd01f331368a883244ab62befd60b72b86d00fef91bd61af3f1745d7bfddc45d30326c8b
EBUILD pytest-timeout-2.0.1.ebuild 733 BLAKE2B d2166cca30ca78378c59d4d97eae751a07c02744d9af462ae3d0bf68186d8524aa628bedeb8b4cd6dec5d9ddf42beb37ccd11ab40ad6e3b322ace82b07dae34a SHA512 d1b0736069581e1f9c09467ee44b2f322f17153112de59ec84801428cf5ffb2d686f4dc21f963590521e790788531ad868b39504c39d8e524f844c4633733312
MISC metadata.xml 458 BLAKE2B 26c33def9c4938e32eb3704d141605a94e997206154cfc3ab2a6bbbfa9955d672a0a071da6c9ee993bdf7fad891bd1074d35b06babc989fdac0cd084391f74f4 SHA512 3eaf00fa7c31a053fd5ea02d440318f13b9688ed0e9541fbedb6a367bc7a0d8542c4065c61444bf967bc7a74b0ff800f6f2e737c3731d635d37b1f887605a38d

View File

@ -1,24 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="py.test plugin to abort hanging tests"
HOMEPAGE="https://pypi.org/project/pytest-timeout/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-python/pytest"
DEPEND="${RDEPEND}"
python_test() {
py.test -v || die "tests failed under ${EPYTHON}"
}

View File

@ -1,24 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="py.test plugin to abort hanging tests"
HOMEPAGE="https://pypi.org/project/pytest-timeout/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-python/pytest"
DEPEND="${RDEPEND}"
python_test() {
py.test -v || die "tests failed under ${EPYTHON}"
}

View File

@ -0,0 +1,27 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="pytest plugin to abort hanging tests"
HOMEPAGE="https://pypi.org/project/pytest-timeout/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="MIT"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
# do not rdepend on pytest, it won't be used without it anyway
# pytest-cov used to test compatibility
BDEPEND="
test? (
dev-python/pexpect[${PYTHON_USEDEP}]
!hppa? (
dev-python/pytest-cov[${PYTHON_USEDEP}]
)
)"
distutils_enable_tests --install pytest