commit:     68462b591c552ed2c8125c0922c42cee75d3d596
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 04:22:11 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 04:22:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68462b59

dev-python/aiorpcx: Bump to 0.24

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

 dev-python/aiorpcx/Manifest            |  1 +
 dev-python/aiorpcx/aiorpcx-0.24.ebuild | 40 ++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/aiorpcx/Manifest b/dev-python/aiorpcx/Manifest
index dffa34dd1f32..1b023ac9e896 100644
--- a/dev-python/aiorpcx/Manifest
+++ b/dev-python/aiorpcx/Manifest
@@ -1,2 +1,3 @@
 DIST aiorpcX-0.22.1.gh.tar.gz 75206 BLAKE2B 
92c481388198fec94faa10482ad4195fe6dce5ae4aa445ce2812e1e81e084c629712b87a3c157aa33ae42335c1a96bdcafa5e389802740fcae8eb9e4aaf43dd2
 SHA512 
3484da36ce6042d8d4c6b168fd2326c0fc77a825691b95631e54510697708a27ea07e9a808445d504056432adf04f04cb0bc28d4b7194c55c1995096bb938b4d
 DIST aiorpcX-0.23.1.gh.tar.gz 70759 BLAKE2B 
e61aeee430670962491d165fe6841653b035b96cd07a70e6be0a0f4f5d5891859398826e4a964cd119ae7e42f2e02808363ab44b6b8f28054d86539c5067cf7b
 SHA512 
e92f68da0783bcf66926047ab2af12b5971f4bab0a028a639e53440c9cfc39ba54ddbdd1c2a20a6dacf73dac583305f692851c0d911cd68d6aabdbe131b1a8e1
+DIST aiorpcX-0.24.gh.tar.gz 70778 BLAKE2B 
d747fa2fe37eb67782c1c6327c45afcef1b332c177962590f81e220fa8eb6b19a95f8926fb48e71a2713bc1760e46d570c81375bcf89cb6787c8cd68c4d41d43
 SHA512 
e2701b6625982b10c01e6ee59fdfabb2dd2e0595cddf6b3cbaeb36692273f74eb73f9b0336fd27922cf08ac76a3020f8f5515d9b38c9fb37dd33cde78f3c32b8

diff --git a/dev-python/aiorpcx/aiorpcx-0.24.ebuild 
b/dev-python/aiorpcx/aiorpcx-0.24.ebuild
new file mode 100644
index 000000000000..1b700a124a79
--- /dev/null
+++ b/dev-python/aiorpcx/aiorpcx-0.24.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_{10..13} )
+
+inherit distutils-r1
+
+MY_P=aiorpcX-${PV}
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="
+       https://github.com/kyuupichan/aiorpcX/
+       https://pypi.org/project/aiorpcX/
+"
+SRC_URI="
+       https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
+               -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+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-0.14[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+       # require Internet
+       tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
+)

Reply via email to