diff options
author | Nicola Smaniotto <smaniotto.nicola@gmail.com> | 2022-05-29 22:13:58 +0200 |
---|---|---|
committer | Nicola Smaniotto <smaniotto.nicola@gmail.com> | 2022-05-29 22:17:16 +0200 |
commit | d31f4fe9d9d2b9a0bc33e6d957596b20c7a2a54d (patch) | |
tree | a742cf389fe7d0011404650b9b37e4c251a9b5f9 /dev-python/pydub | |
parent | app-text/OCRmyPDF: add 13.4.6 (diff) | |
download | guru-d31f4fe9d9d2b9a0bc33e6d957596b20c7a2a54d.tar.gz guru-d31f4fe9d9d2b9a0bc33e6d957596b20c7a2a54d.tar.bz2 guru-d31f4fe9d9d2b9a0bc33e6d957596b20c7a2a54d.zip |
dev-python/pydub: update EAPI 7 -> 8, enable py3.10
Closes: https://bugs.gentoo.org/848261
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Diffstat (limited to 'dev-python/pydub')
-rw-r--r-- | dev-python/pydub/pydub-0.25.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pydub/pydub-0.25.1.ebuild b/dev-python/pydub/pydub-0.25.1.ebuild index 84210e78f..179ea5542 100644 --- a/dev-python/pydub/pydub-0.25.1.ebuild +++ b/dev-python/pydub/pydub-0.25.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 optfeature |