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/, dev-python/pytest-asyncio/files/
Date: Sun, 21 Nov 2021 20:11:08
Message-Id: 1637525459.1abacc16b92c1645e5e0cc046800511e269e255a.mgorny@gentoo
1 commit: 1abacc16b92c1645e5e0cc046800511e269e255a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 21 20:10:14 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 21 20:10:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abacc16
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-0.15.1-310-test-warnings.patch | 12 ---------
14 .../pytest-asyncio/pytest-asyncio-0.15.1.ebuild | 30 ----------------------
15 3 files changed, 43 deletions(-)
16
17 diff --git a/dev-python/pytest-asyncio/Manifest b/dev-python/pytest-asyncio/Manifest
18 index 3f306596d278..66bea71a5cb0 100644
19 --- a/dev-python/pytest-asyncio/Manifest
20 +++ b/dev-python/pytest-asyncio/Manifest
21 @@ -1,2 +1 @@
22 -DIST pytest-asyncio-0.15.1.tar.gz 15653 BLAKE2B 8f10c46672a18d6992248482f9e3eb68ca9d3bae5163d5924e6363a15bc97dbfdc8b9dfc21a8a89ee4a6e21d76b083b1aa5a077fe581f0f2f0bd4c5a7b519cc9 SHA512 1813d49e0dd55f563d9bf058e009da61a17f61e081cc53626b5f1db623ba04905b6bea3ecba423dc931668053310176b634339d6526c7ea729d9aad87e4f044d
23 DIST pytest-asyncio-0.16.0.tar.gz 15819 BLAKE2B c999b8680a45704bcb6f4690a910aa3d2edd9965e53cf4eb59dc8119696add4553d6b3e1b010c3cac52c8fd8563be8c86afe0616132a274e73df673630b032a7 SHA512 f0059a6d05bf0c4e208f0058e30d5baf8284e630b8b91fa217f52eec18abe6b057dabfdadce2c5282e02bd4ea4cdb27f9ef62c4c308375cce1795d75a036db22
24
25 diff --git a/dev-python/pytest-asyncio/files/pytest-asyncio-0.15.1-310-test-warnings.patch b/dev-python/pytest-asyncio/files/pytest-asyncio-0.15.1-310-test-warnings.patch
26 deleted file mode 100644
27 index 50f1c9f2d168..000000000000
28 --- a/dev-python/pytest-asyncio/files/pytest-asyncio-0.15.1-310-test-warnings.patch
29 +++ /dev/null
30 @@ -1,12 +0,0 @@
31 -diff --git a/setup.cfg b/setup.cfg
32 -index 0161086..047501c 100644
33 ---- a/setup.cfg
34 -+++ b/setup.cfg
35 -@@ -8,6 +8,7 @@ show_missing = true
36 - addopts = -rsx --tb=short
37 - testpaths = tests
38 - filterwarnings = error
39 -+ ignore::DeprecationWarning
40 -
41 - [metadata]
42 - # ensure LICENSE is included in wheel metadata
43
44 diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.15.1.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.15.1.ebuild
45 deleted file mode 100644
46 index 20517787be41..000000000000
47 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.15.1.ebuild
48 +++ /dev/null
49 @@ -1,30 +0,0 @@
50 -# Copyright 2019-2021 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=7
54 -
55 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
56 -
57 -inherit distutils-r1
58 -
59 -DESCRIPTION="Library for testing asyncio code with pytest"
60 -HOMEPAGE="https://github.com/pytest-dev/pytest-asyncio
61 - https://pypi.org/project/pytest-asyncio/"
62 -SRC_URI="https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
63 -
64 -LICENSE="Apache-2.0"
65 -SLOT="0"
66 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
67 -
68 -RDEPEND="
69 - >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]"
70 -BDEPEND="
71 - test? (
72 - >=dev-python/hypothesis-3.64[${PYTHON_USEDEP}]
73 - )"
74 -
75 -PATCHES=(
76 - "${FILESDIR}/${P}-310-test-warnings.patch"
77 -)
78 -
79 -distutils_enable_tests --install pytest