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: Tue, 30 Jun 2020 19:27:27
Message-Id: 1593545179.21b5fb1e7f589b55382af515a819eb0b2e4eadc1.andrewammerlaan@gentoo
1 commit: 21b5fb1e7f589b55382af515a819eb0b2e4eadc1
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue Jun 30 19:26:19 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Jun 30 19:26:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21b5fb1e
7
8 dev-python/tekore: drop py3_6
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/tekore/tekore-1.7.0.ebuild | 6 +-----
14 dev-python/tekore/tekore-2.1.0.ebuild | 3 +--
15 2 files changed, 2 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-python/tekore/tekore-1.7.0.ebuild b/dev-python/tekore/tekore-1.7.0.ebuild
18 index 053b6d0..67deaf4 100644
19 --- a/dev-python/tekore/tekore-1.7.0.ebuild
20 +++ b/dev-python/tekore/tekore-1.7.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{6,7} )
26 +PYTHON_COMPAT=( python3_7 )
27
28 inherit distutils-r1
29
30 @@ -16,15 +16,11 @@ LICENSE="MIT"
31 KEYWORDS="~amd64 ~x86"
32 SLOT="0"
33
34 -# tests fail with py3_6: no module named run
35 -RESTRICT="python_targets_python3_6? ( test )"
36 -
37 RDEPEND="
38 dev-python/requests[${PYTHON_USEDEP}]
39 >=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
40 <dev-python/httpx-0.13[${PYTHON_USEDEP}]
41 media-sound/spotify
42 - $(python_gen_cond_dep 'dev-python/dataclasses[${PYTHON_USEDEP}]' python3_6)
43 "
44
45 DOCS="readme.rst"
46
47 diff --git a/dev-python/tekore/tekore-2.1.0.ebuild b/dev-python/tekore/tekore-2.1.0.ebuild
48 index 26258cc..84d7136 100644
49 --- a/dev-python/tekore/tekore-2.1.0.ebuild
50 +++ b/dev-python/tekore/tekore-2.1.0.ebuild
51 @@ -3,7 +3,7 @@
52
53 EAPI=7
54
55 -PYTHON_COMPAT=( python3_{6,7} )
56 +PYTHON_COMPAT=( python3_7 )
57
58 inherit distutils-r1
59
60 @@ -21,7 +21,6 @@ RDEPEND="
61 >=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
62 <dev-python/httpx-0.14[${PYTHON_USEDEP}]
63 media-sound/spotify
64 - $(python_gen_cond_dep 'dev-python/dataclasses[${PYTHON_USEDEP}]' python3_6)
65 "
66
67 DOCS="readme.rst"