From 2f203bbab71e74a2eb5ed141a4bb2c5659989f0f Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 9 Jun 2020 15:46:14 +0200 Subject: [PATCH] dev-python/manhole: add py3_8 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- dev-python/manhole/manhole-1.6.0.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/dev-python/manhole/manhole-1.6.0.ebuild b/dev-python/manhole/manhole-1.6.0.ebuild index 14321b8e80..169620c5fc 100644 --- a/dev-python/manhole/manhole-1.6.0.ebuild +++ b/dev-python/manhole/manhole-1.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -21,18 +21,12 @@ LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="" -DEPEND=" - ${RDEPEND} - test? ( +DEPEND="test? ( dev-python/eventlet[${PYTHON_USEDEP}] dev-python/gevent[${PYTHON_USEDEP}] dev-python/process-tests[${PYTHON_USEDEP}] - dev-python/pytest-travis-fold[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] - ) -" -# www-servers/uwsgi[python,python_gevent,${PYTHON_USEDEP}] +)" S="${WORKDIR}/${MYPN}-${PV}"