public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiorpcx/
Date: Sun, 17 Mar 2024 18:45:03 +0000 (UTC)	[thread overview]
Message-ID: <1710701098.777b60271cc0c16cad96dc5f8d1b2d88c6893469.mgorny@gentoo> (raw)

commit:     777b60271cc0c16cad96dc5f8d1b2d88c6893469
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 18:39:53 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 18:44:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777b6027

dev-python/aiorpcx: Bump to 0.23.1

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

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

diff --git a/dev-python/aiorpcx/Manifest b/dev-python/aiorpcx/Manifest
index f5071b6e7dae..dffa34dd1f32 100644
--- a/dev-python/aiorpcx/Manifest
+++ b/dev-python/aiorpcx/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/aiorpcx/aiorpcx-0.23.1.ebuild b/dev-python/aiorpcx/aiorpcx-0.23.1.ebuild
new file mode 100644
index 000000000000..ee083de7de0a
--- /dev/null
+++ b/dev-python/aiorpcx/aiorpcx-0.23.1.ebuild
@@ -0,0 +1,40 @@
+# 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..12} )
+
+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[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+	# require Internet
+	tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
+)


             reply	other threads:[~2024-03-17 18:45 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-17 18:45 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-01 12:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiorpcx/ Arthur Zamarin
2025-01-17  4:33 Michał Górny
2025-01-17  4:33 Michał Górny
2024-04-06 10:02 Arthur Zamarin
2024-03-17 16:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiorpcX/ Michał Górny
2023-11-24 15:04 Arthur Zamarin
2023-10-23  3:05 Michał Górny
2023-03-04  5:53 Michał Górny
2023-01-31 17:06 Michał Górny
2022-10-18 18:51 Sam James
2022-10-17 19:47 Sam James
2021-08-07 14:04 Louis Sautier
2021-08-07 13:35 Louis Sautier
2021-07-03  6:26 Michał Górny
2021-07-03  3:08 Sam James
2021-05-26  8:36 Michał Górny
2021-05-26  8:19 Michał Górny
2021-05-26  6:49 Agostino Sarubbo
2021-04-28 23:35 Michał Górny
2021-04-28 23:35 Michał Górny
2021-04-25 21:58 Michał Górny
2021-04-25  7:56 Michał Górny
2021-03-30 17:09 Thomas Deutschmann
2021-03-11  8:48 Michał Górny
2021-03-11  8:48 Michał Górny
2021-03-07  8:30 Michał Górny
2021-03-06 17:45 Michał Górny
2021-03-01  9:20 Agostino Sarubbo
2021-02-24 20:10 Michał Górny
2021-02-24 20:10 Michał Górny
2021-02-05  1:01 Michał Górny
2021-02-03 23:23 Michał Górny
2020-12-22  8:07 Michał Górny
2020-03-26 11:16 Michał Górny
2020-02-16 11:41 Michał Górny
2019-09-09  5:54 Agostino Sarubbo
2019-07-31 14:32 Mikle Kolyada
2019-06-20 20:14 Anthony G. Basile
2019-06-17 13:10 Anthony G. Basile
2019-01-20 16:59 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1710701098.777b60271cc0c16cad96dc5f8d1b2d88c6893469.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox