Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-asyncio/
Date: Wed, 17 Aug 2022 19:40:18
Message-Id: 1660764972.e18c30bfb41aef07eeada42d311e0ef05fd67df4.arthurzam@gentoo
1 commit: e18c30bfb41aef07eeada42d311e0ef05fd67df4
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 19:36:12 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 19:36:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18c30bf
7
8 dev-python/pytest-asyncio: drop 0.18.3
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pytest-asyncio/Manifest | 1 -
13 .../pytest-asyncio/pytest-asyncio-0.18.3.ebuild | 44 ----------------------
14 2 files changed, 45 deletions(-)
15
16 diff --git a/dev-python/pytest-asyncio/Manifest b/dev-python/pytest-asyncio/Manifest
17 index 2681e081323d..60c03c8095d3 100644
18 --- a/dev-python/pytest-asyncio/Manifest
19 +++ b/dev-python/pytest-asyncio/Manifest
20 @@ -1,2 +1 @@
21 -DIST pytest-asyncio-0.18.3.tar.gz 25049 BLAKE2B 5439675fd03b7fdd4cd3dbf1f37daa83d6b18b199ccc7b54acc648187dffcf59154f8f0ec5d4144ed40554290343a0890952e67d4184b17b0a3817196592023e SHA512 04d2046c039131598cb593afc1908be0dff2b24a91c89f36fca75d2d65916571e48fe149c1ba90244f299586277320cf6f130a02824fde9ee0a4d2429bf58a54
22 DIST pytest-asyncio-0.19.0.gh.tar.gz 25754 BLAKE2B ee1e028021d7adaeef77e9dc9c1cc0d1a8fe5ee91777b2774d8f175e7520f7f1ae6d058d758964a052d2fc02d369a9dcb522edf8271b54b9b724555222592e29 SHA512 7be87e6edd28496713ae5cca396fed67d372f2882dd573a8b72a84ebf6d262060cda9372bcde601130c42fc27faf15cf292cd820995ea93a324c209f203e823f
23
24 diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.18.3.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.18.3.ebuild
25 deleted file mode 100644
26 index 646385195afb..000000000000
27 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.18.3.ebuild
28 +++ /dev/null
29 @@ -1,44 +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 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Library for testing asyncio code with pytest"
41 -HOMEPAGE="
42 - https://github.com/pytest-dev/pytest-asyncio/
43 - https://pypi.org/project/pytest-asyncio/
44 -"
45 -SRC_URI="
46 - https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz
47 - -> ${P}.tar.gz
48 -"
49 -
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
53 -
54 -RDEPEND="
55 - >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]
56 -"
57 -BDEPEND="
58 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
59 - test? (
60 - dev-python/flaky[${PYTHON_USEDEP}]
61 - >=dev-python/hypothesis-3.64[${PYTHON_USEDEP}]
62 - )
63 -"
64 -
65 -distutils_enable_tests pytest
66 -
67 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
68 -
69 -EPYTEST_DESELECT=(
70 - # rely on precise warning counts
71 - tests/modes/test_legacy_mode.py
72 - tests/trio/test_fixtures.py::test_strict_mode_ignores_trio_fixtures
73 -)