From a7fff8733a2d074f9b3ffb289c69913354e3e81e Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Wed, 5 Jun 2024 10:28:18 +0200 Subject: dev-python/aioredis Dropping as project not maintained anymore --- dev-python/aioredis/aioredis-1.3.1.ebuild | 60 ------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 dev-python/aioredis/aioredis-1.3.1.ebuild (limited to 'dev-python/aioredis/aioredis-1.3.1.ebuild') diff --git a/dev-python/aioredis/aioredis-1.3.1.ebuild b/dev-python/aioredis/aioredis-1.3.1.ebuild deleted file mode 100644 index c1d1bbc..0000000 --- a/dev-python/aioredis/aioredis-1.3.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="asyncio (PEP 3156) Redis support" -HOMEPAGE="https://github.com/aio-libs/aioredis-py" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-python/async-timeout[${PYTHON_USEDEP}] - dev-python/hiredis[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-db/redis - net-misc/socat - ) -" - -DOCS=( README.rst ) - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # Failing tests - tests/connection_commands_test.py::test_auth - tests/connection_test.py::test_connect_tcp_timeout - tests/connection_test.py::test_connect_unixsocket_timeout - tests/pool_test.py::test_create_connection_timeout - tests/pool_test.py::test_pool_idle_close - tests/sentinel_commands_test.py::test_master__auth - tests/sentinel_failover_test.py::test_auto_failover - tests/sentinel_failover_test.py::test_failover_command - tests/server_commands_test.py::test_client_list - tests/server_commands_test.py::test_client_list__unixsocket - tests/server_commands_test.py::test_command_info - tests/server_commands_test.py::test_config_set - tests/server_commands_test.py::test_debug_object - tests/server_commands_test.py::test_debug_sleep - tests/stream_commands_test.py::test_xgroup_create - tests/stream_commands_test.py::test_xgroup_create_mkstream -) - -python_prepare_all() { - sed -e '/^addopts/d' -i setup.cfg - # Certificate needed - rm tests/ssl_test.py - - distutils-r1_python_prepare_all -} -- cgit v1.2.3