Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
Date: Mon, 09 Mar 2020 16:52:23
Message-Id: 1583772729.e01bfb53bfa2572947d74941b02586afd87553cd.andrewammerlaan@gentoo
1 commit: e01bfb53bfa2572947d74941b02586afd87553cd
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Mar 9 16:52:09 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Mar 9 16:52:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e01bfb53
7
8 dev-python/tekore: do not test if py3_6
9
10 Package-Manager: Portage-2.3.93, Repoman-2.3.20
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/tekore/tekore-1.4.0.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/dev-python/tekore/tekore-1.4.0.ebuild b/dev-python/tekore/tekore-1.4.0.ebuild
17 index 93f8f55..a61bf2a 100644
18 --- a/dev-python/tekore/tekore-1.4.0.ebuild
19 +++ b/dev-python/tekore/tekore-1.4.0.ebuild
20 @@ -16,6 +16,9 @@ LICENSE="MIT"
21 KEYWORDS="~amd64 ~x86"
22 SLOT="0"
23
24 +# tests fail with py3_6
25 +RESTRICT="python_targets_python3_6? ( test )"
26 +
27 RDEPEND="
28 dev-python/requests[${PYTHON_USEDEP}]
29 ~dev-python/httpx-0.11.1[${PYTHON_USEDEP}]