summaryrefslogtreecommitdiff
path: root/dev-python/aiohttp-socks/aiohttp-socks-0.10.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-11-11 08:45:43 +0100
committerMichał Górny <mgorny@gentoo.org>2025-11-11 08:45:43 +0100
commita71de36b4c54b8bf9fb2b0824db9a0ce86bedc6e (patch)
treebf92cf6057d74da61d9e007d5593b4e7d8364e16 /dev-python/aiohttp-socks/aiohttp-socks-0.10.2.ebuild
parentb17c9f7f305f938be39db244474044b53ff2cbcd (diff)
downloadgentoo-a71de36b4c54b8bf9fb2b0824db9a0ce86bedc6e.tar.gz
gentoo-a71de36b4c54b8bf9fb2b0824db9a0ce86bedc6e.tar.bz2
gentoo-a71de36b4c54b8bf9fb2b0824db9a0ce86bedc6e.zip
dev-python/aiohttp-socks: Bump to 0.10.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp-socks/aiohttp-socks-0.10.2.ebuild')
-rw-r--r--dev-python/aiohttp-socks/aiohttp-socks-0.10.2.ebuild40
1 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/aiohttp-socks/aiohttp-socks-0.10.2.ebuild b/dev-python/aiohttp-socks/aiohttp-socks-0.10.2.ebuild
new file mode 100644
index 000000000000..7678743bbe6e
--- /dev/null
+++ b/dev-python/aiohttp-socks/aiohttp-socks-0.10.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+
+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/trustme[${PYTHON_USEDEP}]
+ dev-python/attrs[${PYTHON_USEDEP}]
+ dev-python/yarl[${PYTHON_USEDEP}]
+ dev-python/flask[${PYTHON_USEDEP}]
+ dev-python/tiny-proxy[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=( pytest-asyncio )
+distutils_enable_tests pytest