diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-31 08:17:21 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-31 08:17:54 +0200 |
commit | 379b33060acd388d9318f0ea5cfff40e2bdb82ec (patch) | |
tree | ad92218cbfe374b8637df4a9741d4ecbef7dc9e1 /app-office | |
parent | dev-ruby/test-unit-ruby-core: add 1.0.6 (diff) | |
download | gentoo-379b33060acd388d9318f0ea5cfff40e2bdb82ec.tar.gz gentoo-379b33060acd388d9318f0ea5cfff40e2bdb82ec.tar.bz2 gentoo-379b33060acd388d9318f0ea5cfff40e2bdb82ec.zip |
app-office/unoconv: enable py3.11, py3.12
Closes: https://bugs.gentoo.org/896616
Closes: https://bugs.gentoo.org/929348
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/unoconv/unoconv-0.9.0-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-office/unoconv/unoconv-0.9.0-r1.ebuild b/app-office/unoconv/unoconv-0.9.0-r1.ebuild index 93082339a752..7f1ff329db0d 100644 --- a/app-office/unoconv/unoconv-0.9.0-r1.ebuild +++ b/app-office/unoconv/unoconv-0.9.0-r1.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) -inherit python-single-r1 +DISTUTILS_USE_PEP517=setuptools +DISTUTILS_SINGLE_IMPL=1 +PYTHON_COMPAT=( python3_{9..12} ) +inherit distutils-r1 DESCRIPTION="Convert between document formats supported by LibreOffice" HOMEPAGE="http://dag.wiee.rs/home-made/unoconv/" |