commit:     e4604f4e66676763ebc2a6195b841eca31e508a2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 18:38:03 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 18:38:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4604f4e

dev-python/pytest-asyncio: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-asyncio/Manifest                 |  2 --
 .../pytest-asyncio/pytest-asyncio-0.17.2.ebuild    | 35 ----------------------
 .../pytest-asyncio/pytest-asyncio-0.18.2.ebuild    | 35 ----------------------
 3 files changed, 72 deletions(-)

diff --git a/dev-python/pytest-asyncio/Manifest 
b/dev-python/pytest-asyncio/Manifest
index 139520e90b0c..1a0d0491daaf 100644
--- a/dev-python/pytest-asyncio/Manifest
+++ b/dev-python/pytest-asyncio/Manifest
@@ -1,3 +1 @@
-DIST pytest-asyncio-0.17.2.tar.gz 23805 BLAKE2B 
0501a193518cefb0596b1595a58e8f18915b61ba2b502726b457e78c10b5849e5fc1980192d4b5aceb7499af15556c185efc42b76153e2b8f72ab4e36249ad23
 SHA512 
f1f6a586a7a3a1672ed76e8758a76e8bd427b0da055461597ab3b6296e3ae50002a9a259aba57f0b6191d606db6fa61377dbf03099d3437272a4a1f4144aa58e
-DIST pytest-asyncio-0.18.2.tar.gz 24515 BLAKE2B 
d583abe16c215f12a3cc93588d40b9b75188b3a19eb3b4a018551f7fe616e92c73e12c0be6e6a3eadd7357b2396f397013829e1827bf0fc0cb4b96cdd1e64ff4
 SHA512 
377d219e731ac97a69e143c2de2e327f7293baf4af4bf370cb84dde4f94f705e315bf6deaea4b7d8c1d6cbc54ed753e15ccc0b21a0cef6c3397a560aae684f9e
 DIST pytest-asyncio-0.18.3.tar.gz 25049 BLAKE2B 
5439675fd03b7fdd4cd3dbf1f37daa83d6b18b199ccc7b54acc648187dffcf59154f8f0ec5d4144ed40554290343a0890952e67d4184b17b0a3817196592023e
 SHA512 
04d2046c039131598cb593afc1908be0dff2b24a91c89f36fca75d2d65916571e48fe149c1ba90244f299586277320cf6f130a02824fde9ee0a4d2429bf58a54

diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.17.2.ebuild 
b/dev-python/pytest-asyncio/pytest-asyncio-0.17.2.ebuild
deleted file mode 100644
index f78321f12eea..000000000000
--- a/dev-python/pytest-asyncio/pytest-asyncio-0.17.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..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 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
-
-RDEPEND="
-       >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]"
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/flaky[${PYTHON_USEDEP}]
-               >=dev-python/hypothesis-3.64[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-       # rely on precise warning counts
-       tests/modes/test_legacy_mode.py
-)

diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.18.2.ebuild 
b/dev-python/pytest-asyncio/pytest-asyncio-0.18.2.ebuild
deleted file mode 100644
index 8f3851e525ae..000000000000
--- a/dev-python/pytest-asyncio/pytest-asyncio-0.18.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..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 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
-
-RDEPEND="
-       >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]"
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/flaky[${PYTHON_USEDEP}]
-               >=dev-python/hypothesis-3.64[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-       # rely on precise warning counts
-       tests/modes/test_legacy_mode.py
-)

Reply via email to