Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-asyncio/
Date: Sun, 27 Feb 2022 18:58:54
Message-Id: 1645988267.3de19a8e60eaa2fec05272f3515a7944f5145f80.mgorny@gentoo
1 commit: 3de19a8e60eaa2fec05272f3515a7944f5145f80
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:57:47 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:57:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de19a8e
7
8 dev-python/pytest-asyncio: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-asyncio/Manifest | 1 -
13 .../pytest-asyncio/pytest-asyncio-0.17.1.ebuild | 35 ----------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/dev-python/pytest-asyncio/Manifest b/dev-python/pytest-asyncio/Manifest
17 index c8294324c9bd..78c43a76ddda 100644
18 --- a/dev-python/pytest-asyncio/Manifest
19 +++ b/dev-python/pytest-asyncio/Manifest
20 @@ -1,2 +1 @@
21 -DIST pytest-asyncio-0.17.1.tar.gz 23694 BLAKE2B 30856f9635db84fade650c1ecebe9c713d8cd801acd646e3dffb97996c591e4a11378faba8abe30002a1fa0f6dc62aae53029f059504478d4527e88c404929c2 SHA512 691bedb0d84e05179815d9a5c11108568dc59fc8fe6e8549e54e14b83e5e6bcad37d512980ea27f87f927f623c0496bbddf0aff1f44fc78f9bea1d9106b0800c
22 DIST pytest-asyncio-0.17.2.tar.gz 23805 BLAKE2B 0501a193518cefb0596b1595a58e8f18915b61ba2b502726b457e78c10b5849e5fc1980192d4b5aceb7499af15556c185efc42b76153e2b8f72ab4e36249ad23 SHA512 f1f6a586a7a3a1672ed76e8758a76e8bd427b0da055461597ab3b6296e3ae50002a9a259aba57f0b6191d606db6fa61377dbf03099d3437272a4a1f4144aa58e
23
24 diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.17.1.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.17.1.ebuild
25 deleted file mode 100644
26 index c401be63d945..000000000000
27 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.17.1.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 2019-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Library for testing asyncio code with pytest"
40 -HOMEPAGE="https://github.com/pytest-dev/pytest-asyncio
41 - https://pypi.org/project/pytest-asyncio/"
42 -SRC_URI="https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
47 -
48 -RDEPEND="
49 - >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]"
50 -BDEPEND="
51 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
52 - test? (
53 - dev-python/flaky[${PYTHON_USEDEP}]
54 - >=dev-python/hypothesis-3.64[${PYTHON_USEDEP}]
55 - )"
56 -
57 -distutils_enable_tests --install pytest
58 -
59 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
60 -
61 -EPYTEST_DESELECT=(
62 - # rely on precise warning counts
63 - tests/modes/test_legacy_mode.py
64 -)