commit:     745748b6f1e00d6a9080be1280c812aa7fe2c10e
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 09:10:24 2021 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 09:10:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=745748b6

www-apps/roundup: add support for python 3.9

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>

 www-apps/roundup/roundup-2.0.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/www-apps/roundup/roundup-2.0.0.ebuild 
b/www-apps/roundup/roundup-2.0.0.ebuild
index f1857def1d4..335af1be6ac 100644
--- a/www-apps/roundup/roundup-2.0.0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0.ebuild
@@ -1,8 +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..8} )
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
 MY_P=${P/_/}
@@ -36,6 +37,8 @@ RDEPEND="${DEPEND}
 
 DOCS="CHANGES.txt doc/*.txt"
 
+distutils_enable_tests pytest
+
 python_install_all() {
        distutils-r1_python_install_all
        rm -r "${ED}"/usr/share/doc/${PN} || die

Reply via email to