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: Thu, 11 Mar 2021 08:48:55 +0000 (UTC)	[thread overview]
Message-ID: <1615452485.b45496e3369872b1f5b0bd86c8f1dc16bcf0ebbc.mgorny@gentoo> (raw)

commit:     b45496e3369872b1f5b0bd86c8f1dc16bcf0ebbc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 07:25:43 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 08:48:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45496e3

dev-python/aiorpcX: Bump to 0.21.0

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

 dev-python/aiorpcX/Manifest              |  1 +
 dev-python/aiorpcX/aiorpcX-0.21.0.ebuild | 38 ++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 96cba0911c1..24d3c65a046 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -2,3 +2,4 @@ DIST aiorpcX-0.18.5.gh.tar.gz 65622 BLAKE2B 68b91e2cfb869c6971efb525fd35132c38ab
 DIST aiorpcX-0.19.1.gh.tar.gz 72903 BLAKE2B ba3da1bc1f8d83ec6c6d2189aee554b4b819b601d366d0e8858ec73fe6aedddf6a6ed00d56d66c38d18ee44921a4cce7cb83ebf05aec9348355f88b8ed67e1a5 SHA512 b71edf335ad78b1d46b2b23dcb102b29f988d32f75571b881e2ce3471bf48c7ffc9bf509ce1cafec036662bb06d6f90598304c207f416b4124a7b02fdca915e8
 DIST aiorpcX-0.19.gh.tar.gz 65557 BLAKE2B 2bc9d809abbcdcf4dd0358e4bb734068ef76482dc711e1c4568db78e9ae2141e00cffb82c1c7d5976887e0561b6c4f1422063969cec23a886bb192c279fc57d7 SHA512 21d8a75a90233bb4caed804da39274516a7c852c8adf9eabcba928ff7ad9bf922760fdca2c040aad8242193cb23be512803615973256b35347b6c998cccd6632
 DIST aiorpcX-0.20.1.gh.tar.gz 74087 BLAKE2B eee9b3d7d1e513e5eefec97ba30b8b5783b3128cd010b6c8c9530c19c06b1261499559249a9b46c2a8689daebd78d23f97a3b16c25572de80dc13a3650d4d593 SHA512 0f03fe54f268c64028607766bd45dd2fc8ee4ddab30da7744e9493e0e98cdbd9061dd502fd1bbde1880e5f4410f147f4ecf0ea04e4056c16bb784c3f76a558fc
+DIST aiorpcX-0.21.0.gh.tar.gz 75194 BLAKE2B dc8494531ca64db15e3e4b35ef5392e8177ca9b5c885c93c146edf921154f42caef5a7b2863a166d337a2f16e99e880b1e315f1f72624f50aa2d73a93c23e054 SHA512 0bcbb31cf367db029ef4acc06b23b6d3f861ab168971e367d760a220c0a6688934a8a91f7bb2fd9d993e173f2049e45556b6f094bb7ca005b37f66179061484d

diff --git a/dev-python/aiorpcX/aiorpcX-0.21.0.ebuild b/dev-python/aiorpcX/aiorpcX-0.21.0.ebuild
new file mode 100644
index 00000000000..89eb9710f38
--- /dev/null
+++ b/dev-python/aiorpcX/aiorpcX-0.21.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="https://pypi.org/project/aiorpcX/
+	https://github.com/kyuupichan/aiorpcX/"
+SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
+	-> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="
+	test? (
+		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+		dev-python/uvloop[${PYTHON_USEDEP}]
+		dev-python/websockets[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests pytest
+
+python_test() {
+	local deselect=(
+		# require Internet
+		tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
+	)
+
+	pytest -vv ${deselect[@]/#/--deselect } ||
+		die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2021-03-11  8:49 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-11  8:48 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-06 10:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiorpcx/ Arthur Zamarin
2024-03-17 18:45 Michał Górny
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-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=1615452485.b45496e3369872b1f5b0bd86c8f1dc16bcf0ebbc.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