commit:     742ab7c142a65aeadb8514e8dfdeabfa162a9014
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 18:16:29 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 18:19:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742ab7c1

dev-python/chump: add Python 3.8 support

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/chump/chump-1.6.0.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/chump/chump-1.6.0.ebuild 
b/dev-python/chump/chump-1.6.0.ebuild
index 4eca65a6758..6ee3f01c296 100644
--- a/dev-python/chump/chump-1.6.0.ebuild
+++ b/dev-python/chump/chump-1.6.0.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=7
 
-# PyPy is not properly supported:
-# https://github.com/karanlyons/chump/issues/17
-PYTHON_COMPAT=( pypy3 python3_{6,7} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
 
 inherit distutils-r1
 
@@ -19,10 +17,11 @@ KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
 DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
 "
 
+# The package has no test suite
+
 python_prepare_all() {
        sed -i "/'sphinx.ext.intersphinx'/d" docs/conf.py || die
        distutils-r1_python_prepare_all

Reply via email to