summaryrefslogtreecommitdiff
path: root/dev-python/aiohttp-socks/aiohttp-socks-0.9.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-07 16:33:38 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-07 16:33:38 +0100
commita3b2dff7914adffe2f92df55b38853828329d404 (patch)
tree5d5fa01a2187ba026eb1a27050d0ae0c64bfc969 /dev-python/aiohttp-socks/aiohttp-socks-0.9.0.ebuild
parentac55189b9c02749ea5d18742d1415bbd8913e8b1 (diff)
downloadgentoo-a3b2dff7914adffe2f92df55b38853828329d404.tar.gz
gentoo-a3b2dff7914adffe2f92df55b38853828329d404.tar.bz2
gentoo-a3b2dff7914adffe2f92df55b38853828329d404.zip
dev-python/aiohttp-socks: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp-socks/aiohttp-socks-0.9.0.ebuild')
-rw-r--r--dev-python/aiohttp-socks/aiohttp-socks-0.9.0.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/aiohttp-socks/aiohttp-socks-0.9.0.ebuild b/dev-python/aiohttp-socks/aiohttp-socks-0.9.0.ebuild
deleted file mode 100644
index 55bc1af8d1c5..000000000000
--- a/dev-python/aiohttp-socks/aiohttp-socks-0.9.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="SOCKS proxy connector for aiohttp"
-HOMEPAGE="
- https://pypi.org/project/aiohttp-socks/
- https://github.com/romis2012/aiohttp-socks/
-"
-SRC_URI="
- https://github.com/romis2012/aiohttp-socks/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
- >=dev-python/aiohttp-3.10.0[${PYTHON_USEDEP}]
- >=dev-python/python-socks-2.4.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/trustme[${PYTHON_USEDEP}]
- dev-python/attrs[${PYTHON_USEDEP}]
- dev-python/yarl[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/tiny-proxy[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest