From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/json-rpc/
Date: Sun, 8 Mar 2020 22:10:15 +0000 (UTC) [thread overview]
Message-ID: <1583705321.5d5decfed8a5d97cd909f54df1ec1ab95a0c8b7a.chutzpah@gentoo> (raw)
commit: 5d5decfed8a5d97cd909f54df1ec1ab95a0c8b7a
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 8 22:08:41 2020 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sun Mar 8 22:08:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5decfe
dev-python/json-rpc-0.13.0: Version bump, take maintainership
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
Package-Manager: Portage-2.3.93, Repoman-2.3.20
dev-python/json-rpc/Manifest | 1 +
dev-python/json-rpc/json-rpc-1.13.0.ebuild | 26 ++++++++++++++++++++++++++
dev-python/json-rpc/metadata.xml | 10 +++++++---
3 files changed, 34 insertions(+), 3 deletions(-)
diff --git a/dev-python/json-rpc/Manifest b/dev-python/json-rpc/Manifest
index 6c1ad4fc9aa..1fd7bca957a 100644
--- a/dev-python/json-rpc/Manifest
+++ b/dev-python/json-rpc/Manifest
@@ -1 +1,2 @@
DIST json-rpc-1.11.0.tar.gz 29442 BLAKE2B b2a77bdcc2f5efe64527feb29b28c0add90b9fdbd5aa73dce18c33e9a10342c1e6b04ed5d53c110e3f1b6287cf1fdca9db77e38a04651e0a522b76c0351ec993 SHA512 aa5a467ef0e6e556612f77855d38f0dfb76b22556490fac5f0989d27b7608aed8389042ded1a0d8fcbee1f20294c78a6af3c030f41c4e30ec1effae8e51530fb
+DIST json-rpc-1.13.0.tar.gz 31089 BLAKE2B f2058bf78cf1924aff7bf7882aa693cbbb5419624bf3e3508a344754265985907cb16456de611b9be23afd701bd2f664ccb05f954622e543bd9db0ab8be52101 SHA512 76cd320b29c32a79fcafbd415cea8d4ca98a349b22b29c379aa06a89a76cd2b5bcba2e0883d8cad75ee43c4a979759a6af513d3cfb30076965de08e1ee801b9e
diff --git a/dev-python/json-rpc/json-rpc-1.13.0.ebuild b/dev-python/json-rpc/json-rpc-1.13.0.ebuild
new file mode 100644
index 00000000000..8c3617e4701
--- /dev/null
+++ b/dev-python/json-rpc/json-rpc-1.13.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="JSON-RPC transport implementation for python"
+HOMEPAGE="https://github.com/pavlov99/json-rpc"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+
+BDEPEND="${RDEPEND}
+ test? ( dev-python/flask[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/json-rpc/metadata.xml b/dev-python/json-rpc/metadata.xml
index 300f5e2ad4b..a033e0ae143 100644
--- a/dev-python/json-rpc/metadata.xml
+++ b/dev-python/json-rpc/metadata.xml
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
+ <maintainer type="person">
+ <email>chutzpah@gentoo.org</email>
+ <name>Patrick McLean</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>gyakovlev@gentoo.org</email>
+ <name>Georgy Yakovlev</name>
</maintainer>
<longdescription lang="en">
JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol.
next reply other threads:[~2020-03-08 22:10 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-08 22:10 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-15 18:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/json-rpc/ Arthur Zamarin
2024-05-18 16:10 Michał Górny
2023-07-24 11:09 Michał Górny
2023-06-12 11:37 Michał Górny
2023-06-03 8:40 Michał Górny
2023-02-17 6:21 Michał Górny
2023-02-16 22:49 Sam James
2022-12-23 8:52 Michał Górny
2022-06-27 9:29 Michał Górny
2022-06-27 7:34 Agostino Sarubbo
2022-05-25 18:42 Arthur Zamarin
2022-05-25 18:42 Arthur Zamarin
2021-06-05 14:17 Michał Górny
2021-04-18 0:36 Georgy Yakovlev
2020-05-18 21:10 Agostino Sarubbo
2018-08-23 18:50 Patrice Clement
2018-08-23 18:50 Patrice Clement
2018-08-23 18:50 Patrice Clement
2018-08-05 13:53 Patrice Clement
2015-11-26 10:26 Justin Lecher
2015-11-25 8:54 Agostino Sarubbo
2015-11-23 10:05 Justin Lecher
2015-11-23 10:05 Justin Lecher
2015-09-11 7:53 Justin Lecher
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=1583705321.5d5decfed8a5d97cd909f54df1ec1ab95a0c8b7a.chutzpah@gentoo \
--to=chutzpah@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