dev-python/slackclient: Port to python 3.{8,9}

Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Jakov Smolic
2021-02-21 16:22:38 +01:00
committed by Sam James
parent 2b559e9a01
commit eed3d24e16

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_7 )
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Client for Slack supporting the Slack Web and Real Time Messaging API"
@@ -16,11 +16,8 @@ KEYWORDS="~amd64"
RESTRICT="test" # upstream does not include tests in the package tarball!
RDEPEND="
>dev-python/aiohttp-3.5.2[${PYTHON_USEDEP}]
>dev-python/aiodns-1.0.0[${PYTHON_USEDEP}]
"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
${RDEPEND}"
dev-python/aiodns[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]"
src_prepare() {
# Upstream uses pytest-runner as an extra optional target in setup.py as