dev-python/tekore: drop py3_6

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-06-30 21:26:19 +02:00
parent 30b20087a0
commit 21b5fb1e7f
2 changed files with 2 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_7 )
inherit distutils-r1
@@ -16,15 +16,11 @@ LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
SLOT="0"
# tests fail with py3_6: no module named run
RESTRICT="python_targets_python3_6? ( test )"
RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
>=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
<dev-python/httpx-0.13[${PYTHON_USEDEP}]
media-sound/spotify
$(python_gen_cond_dep 'dev-python/dataclasses[${PYTHON_USEDEP}]' python3_6)
"
DOCS="readme.rst"

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_7 )
inherit distutils-r1
@@ -21,7 +21,6 @@ RDEPEND="
>=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
<dev-python/httpx-0.14[${PYTHON_USEDEP}]
media-sound/spotify
$(python_gen_cond_dep 'dev-python/dataclasses[${PYTHON_USEDEP}]' python3_6)
"
DOCS="readme.rst"