Gentoo Archives: gentoo-commits

From: Nicola Smaniotto <smaniotto.nicola@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pydub/
Date: Sun, 29 May 2022 20:17:22
Message-Id: 1653855436.d31f4fe9d9d2b9a0bc33e6d957596b20c7a2a54d.smaniotto.nicola@gentoo
1 commit: d31f4fe9d9d2b9a0bc33e6d957596b20c7a2a54d
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Sun May 29 20:13:58 2022 +0000
4 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
5 CommitDate: Sun May 29 20:17:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d31f4fe9
7
8 dev-python/pydub: update EAPI 7 -> 8, enable py3.10
9
10 Closes: https://bugs.gentoo.org/848261
11 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
12
13 dev-python/pydub/pydub-0.25.1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/pydub/pydub-0.25.1.ebuild b/dev-python/pydub/pydub-0.25.1.ebuild
17 index 84210e78f..179ea5542 100644
18 --- a/dev-python/pydub/pydub-0.25.1.ebuild
19 +++ b/dev-python/pydub/pydub-0.25.1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 2021 Gentoo Authors
22 +# Copyright 2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=8
27
28 -PYTHON_COMPAT=( python3_{8..9} )
29 +PYTHON_COMPAT=( python3_{8..10} )
30
31 inherit distutils-r1 optfeature