commit:     28777e293be79d91f05305f4104ba61d0fd75422
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Wed May 26 05:22:24 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 28 14:19:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28777e29

dev-python/pycdio: bump to python 3.{9,10}, enable tests

passes tests

Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pycdio/pycdio-2.1.0.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/pycdio/pycdio-2.1.0.ebuild 
b/dev-python/pycdio/pycdio-2.1.0.ebuild
index 827ab287441..5652e3e6c98 100644
--- a/dev-python/pycdio/pycdio-2.1.0.ebuild
+++ b/dev-python/pycdio/pycdio-2.1.0.ebuild
@@ -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,8} )
+PYTHON_COMPAT=( python3_{7..10} )
 inherit distutils-r1
 
 DESCRIPTION="Python OO interface to libcdio (CD Input and Control library)"
@@ -19,6 +19,8 @@ BDEPEND="dev-lang/swig"
 RDEPEND=">=dev-libs/libcdio-2.0.0"
 DEPEND="${RDEPEND}"
 
+distutils_enable_tests nose
+
 python_prepare_all() {
        # Remove obsolete sys.path and adjust 'data' paths in examples.
        sed -i \

Reply via email to