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: Sat, 09 Apr 2022 18:39:26
Message-Id: 1649529483.e4604f4e66676763ebc2a6195b841eca31e508a2.mgorny@gentoo
1 commit: e4604f4e66676763ebc2a6195b841eca31e508a2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 18:38:03 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 18:38:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4604f4e
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 | 2 --
13 .../pytest-asyncio/pytest-asyncio-0.17.2.ebuild | 35 ----------------------
14 .../pytest-asyncio/pytest-asyncio-0.18.2.ebuild | 35 ----------------------
15 3 files changed, 72 deletions(-)
16
17 diff --git a/dev-python/pytest-asyncio/Manifest b/dev-python/pytest-asyncio/Manifest
18 index 139520e90b0c..1a0d0491daaf 100644
19 --- a/dev-python/pytest-asyncio/Manifest
20 +++ b/dev-python/pytest-asyncio/Manifest
21 @@ -1,3 +1 @@
22 -DIST pytest-asyncio-0.17.2.tar.gz 23805 BLAKE2B 0501a193518cefb0596b1595a58e8f18915b61ba2b502726b457e78c10b5849e5fc1980192d4b5aceb7499af15556c185efc42b76153e2b8f72ab4e36249ad23 SHA512 f1f6a586a7a3a1672ed76e8758a76e8bd427b0da055461597ab3b6296e3ae50002a9a259aba57f0b6191d606db6fa61377dbf03099d3437272a4a1f4144aa58e
23 -DIST pytest-asyncio-0.18.2.tar.gz 24515 BLAKE2B d583abe16c215f12a3cc93588d40b9b75188b3a19eb3b4a018551f7fe616e92c73e12c0be6e6a3eadd7357b2396f397013829e1827bf0fc0cb4b96cdd1e64ff4 SHA512 377d219e731ac97a69e143c2de2e327f7293baf4af4bf370cb84dde4f94f705e315bf6deaea4b7d8c1d6cbc54ed753e15ccc0b21a0cef6c3397a560aae684f9e
24 DIST pytest-asyncio-0.18.3.tar.gz 25049 BLAKE2B 5439675fd03b7fdd4cd3dbf1f37daa83d6b18b199ccc7b54acc648187dffcf59154f8f0ec5d4144ed40554290343a0890952e67d4184b17b0a3817196592023e SHA512 04d2046c039131598cb593afc1908be0dff2b24a91c89f36fca75d2d65916571e48fe149c1ba90244f299586277320cf6f130a02824fde9ee0a4d2429bf58a54
25
26 diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.17.2.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.17.2.ebuild
27 deleted file mode 100644
28 index f78321f12eea..000000000000
29 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.17.2.ebuild
30 +++ /dev/null
31 @@ -1,35 +0,0 @@
32 -# Copyright 2019-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Library for testing asyncio code with pytest"
42 -HOMEPAGE="https://github.com/pytest-dev/pytest-asyncio
43 - https://pypi.org/project/pytest-asyncio/"
44 -SRC_URI="https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
49 -
50 -RDEPEND="
51 - >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]"
52 -BDEPEND="
53 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
54 - test? (
55 - dev-python/flaky[${PYTHON_USEDEP}]
56 - >=dev-python/hypothesis-3.64[${PYTHON_USEDEP}]
57 - )"
58 -
59 -distutils_enable_tests pytest
60 -
61 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
62 -
63 -EPYTEST_DESELECT=(
64 - # rely on precise warning counts
65 - tests/modes/test_legacy_mode.py
66 -)
67
68 diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.18.2.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.18.2.ebuild
69 deleted file mode 100644
70 index 8f3851e525ae..000000000000
71 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.18.2.ebuild
72 +++ /dev/null
73 @@ -1,35 +0,0 @@
74 -# Copyright 2019-2022 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=8
78 -
79 -DISTUTILS_USE_PEP517=setuptools
80 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="Library for testing asyncio code with pytest"
84 -HOMEPAGE="https://github.com/pytest-dev/pytest-asyncio
85 - https://pypi.org/project/pytest-asyncio/"
86 -SRC_URI="https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
87 -
88 -LICENSE="Apache-2.0"
89 -SLOT="0"
90 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
91 -
92 -RDEPEND="
93 - >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]"
94 -BDEPEND="
95 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
96 - test? (
97 - dev-python/flaky[${PYTHON_USEDEP}]
98 - >=dev-python/hypothesis-3.64[${PYTHON_USEDEP}]
99 - )"
100 -
101 -distutils_enable_tests pytest
102 -
103 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
104 -
105 -EPYTEST_DESELECT=(
106 - # rely on precise warning counts
107 - tests/modes/test_legacy_mode.py
108 -)