mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user