Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycdio/
Date: Fri, 28 May 2021 14:19:37
Message-Id: 1622211558.28777e293be79d91f05305f4104ba61d0fd75422.mgorny@gentoo
1 commit: 28777e293be79d91f05305f4104ba61d0fd75422
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Wed May 26 05:22:24 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 14:19:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28777e29
7
8 dev-python/pycdio: bump to python 3.{9,10}, enable tests
9
10 passes tests
11
12 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-python/pycdio/pycdio-2.1.0.ebuild | 6 ++++--
16 1 file changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/pycdio/pycdio-2.1.0.ebuild b/dev-python/pycdio/pycdio-2.1.0.ebuild
19 index 827ab287441..5652e3e6c98 100644
20 --- a/dev-python/pycdio/pycdio-2.1.0.ebuild
21 +++ b/dev-python/pycdio/pycdio-2.1.0.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -PYTHON_COMPAT=( python3_{7,8} )
30 +PYTHON_COMPAT=( python3_{7..10} )
31 inherit distutils-r1
32
33 DESCRIPTION="Python OO interface to libcdio (CD Input and Control library)"
34 @@ -19,6 +19,8 @@ BDEPEND="dev-lang/swig"
35 RDEPEND=">=dev-libs/libcdio-2.0.0"
36 DEPEND="${RDEPEND}"
37
38 +distutils_enable_tests nose
39 +
40 python_prepare_all() {
41 # Remove obsolete sys.path and adjust 'data' paths in examples.
42 sed -i \