dev-python/pytest-timeout: drop 2.0.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:00:04 +01:00 committed by Andreas Billmeier
parent 4e707c4868
commit e7f9570578
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 31 deletions

View File

@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1616 Ebuilds in total, 1605 of them have in total 1623 (42 different) licenses assigned.
There are 1615 Ebuilds in total, 1604 of them have in total 1622 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|934|
|MIT|933|
|Apache-2.0|340|
|GPL-3|104|
|BSD|88|

View File

@ -1,5 +1,3 @@
DIST pytest-timeout-2.0.1.tar.gz 16328 BLAKE2B 138fecc8927a350a4f333af848d28c892ac6808e7f7b37a31db1603a96fd9da07f2030e680cc9f3fea035682e89b29d3a6f5889a0f79799392bc33f1a5b8b54c SHA512 4f94e1a1365dec1615d11da9e86d0166f1316be0ec338a8dd55176364355164cb0470b1130a01ea4e5b93be5ce3773d6faee0fcde6a21dd6fe9e56855e6c6499
DIST pytest-timeout-2.1.0.tar.gz 18386 BLAKE2B 1c84b67e8d07056f9c5b188e467832d4aa292ce1047da6cb13b2939962d2599853db134b16ff3a1a953cbdc1c1772be961eadc9925b32f8dbe514938ede90d40 SHA512 5750e5183669ed9b83fbb76bd7fc9fc1f5f6eef3d9b675dc44f6c7edfd2c6d15739d71e845ededaa192c93da73026ac3376a3295be9f7d3f3eac325660ce7bf3
EBUILD pytest-timeout-2.0.1.ebuild 647 BLAKE2B 6f84fa91404eba056028c58bc41c4eae906038f21fb625921bba01833cd8a11d9bc50b75faf70016a6517ba41ee18bac1e515173ceffdaf22a5de50d6b7180cd SHA512 87d7364fde1578375b30ef2d1bbba7493b566c61fb779052701a4ab1c73c35f792d32b53db89001b03e299b96ac9457f8eb1cfc9163747969c98010fc9c43dc5
EBUILD pytest-timeout-2.1.0.ebuild 794 BLAKE2B 5191792a1dd44fd7e74dd0a1424ef2539321caa21bfea60bf74a421286e742e75c4e5028fa06c630ad8ef049156aa1135f97bad056d8ea6ba608a02f6ff00363 SHA512 8873202b09704d0bebd197ee3cac5213c59ce70ab430cc94b7f2dfbd31b1a30464204ac34dd6731ae0ccca582a5bdb307a91dfee0bd5d2cba3e22d7a4f104448
MISC metadata.xml 458 BLAKE2B 26c33def9c4938e32eb3704d141605a94e997206154cfc3ab2a6bbbfa9955d672a0a071da6c9ee993bdf7fad891bd1074d35b06babc989fdac0cd084391f74f4 SHA512 3eaf00fa7c31a053fd5ea02d440318f13b9688ed0e9541fbedb6a367bc7a0d8542c4065c61444bf967bc7a74b0ff800f6f2e737c3731d635d37b1f887605a38d

View File

@ -1,27 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="pytest plugin to abort hanging tests"
HOMEPAGE="https://pypi.org/project/pytest-timeout/"
SLOT="0"
LICENSE="MIT"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
# 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}]
)
)"