From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/json-rpc/
Date: Mon, 23 Nov 2015 10:05:46 +0000 (UTC) [thread overview]
Message-ID: <1448273131.b77ed6eed20a132f0faba75f1430ee739f6967c8.jlec@gentoo> (raw)
commit: b77ed6eed20a132f0faba75f1430ee739f6967c8
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 09:05:15 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 10:05:31 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77ed6ee
dev-python/json-rpc: Unbundle six
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=544428
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/json-rpc/json-rpc-1.10.1.ebuild | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/dev-python/json-rpc/json-rpc-1.10.1.ebuild b/dev-python/json-rpc/json-rpc-1.10.1.ebuild
index dba072e..7a21ad3 100644
--- a/dev-python/json-rpc/json-rpc-1.10.1.ebuild
+++ b/dev-python/json-rpc/json-rpc-1.10.1.ebuild
@@ -3,7 +3,8 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_{3,4}} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
inherit distutils-r1
@@ -16,13 +17,23 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
)"
+python_prepare_all() {
+ cat > jsonrpc/six.py <<- EOF
+ from __future__ import absolute_import
+ from six import *
+ EOF
+ distutils-r1_python_prepare_all
+}
+
python_test() {
esetup.py test
}
next reply other threads:[~2015-11-23 10:05 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-23 10:05 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 16:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/json-rpc/ 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
2020-03-08 22:10 Patrick McLean
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-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=1448273131.b77ed6eed20a132f0faba75f1430ee739f6967c8.jlec@gentoo \
--to=jlec@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