commit:     3635def23a468e8a700dd928092876a4afd63fcd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 05:48:35 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 05:52:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3635def2

dev-python/aiorpcX: Remove old

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

 dev-python/aiorpcX/Manifest              |  1 -
 dev-python/aiorpcX/aiorpcX-0.19.1.ebuild | 38 --------------------------------
 dev-python/aiorpcX/aiorpcX-0.22.1.ebuild | 37 -------------------------------
 3 files changed, 76 deletions(-)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 5773b013b1eb..f5071b6e7dae 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -1,2 +1 @@
-DIST aiorpcX-0.19.1.gh.tar.gz 72903 BLAKE2B 
ba3da1bc1f8d83ec6c6d2189aee554b4b819b601d366d0e8858ec73fe6aedddf6a6ed00d56d66c38d18ee44921a4cce7cb83ebf05aec9348355f88b8ed67e1a5
 SHA512 
b71edf335ad78b1d46b2b23dcb102b29f988d32f75571b881e2ce3471bf48c7ffc9bf509ce1cafec036662bb06d6f90598304c207f416b4124a7b02fdca915e8
 DIST aiorpcX-0.22.1.gh.tar.gz 75206 BLAKE2B 
92c481388198fec94faa10482ad4195fe6dce5ae4aa445ce2812e1e81e084c629712b87a3c157aa33ae42335c1a96bdcafa5e389802740fcae8eb9e4aaf43dd2
 SHA512 
3484da36ce6042d8d4c6b168fd2326c0fc77a825691b95631e54510697708a27ea07e9a808445d504056432adf04f04cb0bc28d4b7194c55c1995096bb938b4d

diff --git a/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
deleted file mode 100644
index 828fd983e277..000000000000
--- a/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
-HOMEPAGE="https://pypi.org/project/aiorpcX/
-       https://github.com/kyuupichan/aiorpcX/";
-SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
-       -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-BDEPEND="
-       test? (
-               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-               dev-python/uvloop[${PYTHON_USEDEP}]
-               dev-python/websockets[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests pytest
-
-python_test() {
-       local deselect=(
-               # require Internet
-               
tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
-       )
-
-       pytest -vv ${deselect[@]/#/--deselect } ||
-               die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
deleted file mode 100644
index 2c07378906d7..000000000000
--- a/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
-HOMEPAGE="https://pypi.org/project/aiorpcX/
-       https://github.com/kyuupichan/aiorpcX/";
-SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
-       -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-BDEPEND="
-       test? (
-               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-               dev-python/uvloop[${PYTHON_USEDEP}]
-               dev-python/websockets[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       local deselect=(
-               # require Internet
-               
tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
-       )
-
-       epytest ${deselect[@]/#/--deselect }
-}

Reply via email to