aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-06-30 21:26:19 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-06-30 21:26:19 +0200
commit21b5fb1e7f589b55382af515a819eb0b2e4eadc1 (patch)
tree79b8f33c718c73cdedc5919ab8664f4cbbdad259 /dev-python
parentdev-python/sanic: version bump, drop py3_6 (diff)
downloadguru-21b5fb1e7f589b55382af515a819eb0b2e4eadc1.tar.gz
guru-21b5fb1e7f589b55382af515a819eb0b2e4eadc1.tar.bz2
guru-21b5fb1e7f589b55382af515a819eb0b2e4eadc1.zip
dev-python/tekore: drop py3_6
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/tekore/tekore-1.7.0.ebuild6
-rw-r--r--dev-python/tekore/tekore-2.1.0.ebuild3
2 files changed, 2 insertions, 7 deletions
diff --git a/dev-python/tekore/tekore-1.7.0.ebuild b/dev-python/tekore/tekore-1.7.0.ebuild
index 053b6d08e..67deaf4eb 100644
--- a/dev-python/tekore/tekore-1.7.0.ebuild
+++ b/dev-python/tekore/tekore-1.7.0.ebuild
@@ -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"
diff --git a/dev-python/tekore/tekore-2.1.0.ebuild b/dev-python/tekore/tekore-2.1.0.ebuild
index 26258cce3..84d713636 100644
--- a/dev-python/tekore/tekore-2.1.0.ebuild
+++ b/dev-python/tekore/tekore-2.1.0.ebuild
@@ -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"