commit: 1abacc16b92c1645e5e0cc046800511e269e255a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 21 20:10:14 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 21 20:10:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abacc16
dev-python/pytest-asyncio: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-asyncio/Manifest | 1 -
.../pytest-asyncio-0.15.1-310-test-warnings.patch | 12 ---------
.../pytest-asyncio/pytest-asyncio-0.15.1.ebuild | 30 ----------------------
3 files changed, 43 deletions(-)
diff --git a/dev-python/pytest-asyncio/Manifest
b/dev-python/pytest-asyncio/Manifest
index 3f306596d278..66bea71a5cb0 100644
--- a/dev-python/pytest-asyncio/Manifest
+++ b/dev-python/pytest-asyncio/Manifest
@@ -1,2 +1 @@
-DIST pytest-asyncio-0.15.1.tar.gz 15653 BLAKE2B
8f10c46672a18d6992248482f9e3eb68ca9d3bae5163d5924e6363a15bc97dbfdc8b9dfc21a8a89ee4a6e21d76b083b1aa5a077fe581f0f2f0bd4c5a7b519cc9
SHA512
1813d49e0dd55f563d9bf058e009da61a17f61e081cc53626b5f1db623ba04905b6bea3ecba423dc931668053310176b634339d6526c7ea729d9aad87e4f044d
DIST pytest-asyncio-0.16.0.tar.gz 15819 BLAKE2B
c999b8680a45704bcb6f4690a910aa3d2edd9965e53cf4eb59dc8119696add4553d6b3e1b010c3cac52c8fd8563be8c86afe0616132a274e73df673630b032a7
SHA512
f0059a6d05bf0c4e208f0058e30d5baf8284e630b8b91fa217f52eec18abe6b057dabfdadce2c5282e02bd4ea4cdb27f9ef62c4c308375cce1795d75a036db22
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
deleted file mode 100644
index 50f1c9f2d168..000000000000
---
a/dev-python/pytest-asyncio/files/pytest-asyncio-0.15.1-310-test-warnings.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/setup.cfg b/setup.cfg
-index 0161086..047501c 100644
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -8,6 +8,7 @@ show_missing = true
- addopts = -rsx --tb=short
- testpaths = tests
- filterwarnings = error
-+ ignore::DeprecationWarning
-
- [metadata]
- # ensure LICENSE is included in wheel metadata
diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.15.1.ebuild
b/dev-python/pytest-asyncio/pytest-asyncio-0.15.1.ebuild
deleted file mode 100644
index 20517787be41..000000000000
--- a/dev-python/pytest-asyncio/pytest-asyncio-0.15.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for testing asyncio code with pytest"
-HOMEPAGE="https://github.com/pytest-dev/pytest-asyncio
- https://pypi.org/project/pytest-asyncio/"
-SRC_URI="https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86
~x64-macos"
-
-RDEPEND="
- >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]"
-BDEPEND="
- test? (
- >=dev-python/hypothesis-3.64[${PYTHON_USEDEP}]
- )"
-
-PATCHES=(
- "${FILESDIR}/${P}-310-test-warnings.patch"
-)
-
-distutils_enable_tests --install pytest