diff options
author | Till Schäfer <till2.schaefer@uni-dortmund.de> | 2023-02-25 13:33:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-25 19:52:42 +0100 |
commit | 13cda782bd89b95cf0dd361cc47ac6a34dbc53ce (patch) | |
tree | cf0b9d9bc5e655129d229dc98195bd7ead4ceb66 /app-text/nfoview | |
parent | dev-python/guzzle_sphinx_theme: Remove old (diff) | |
download | gentoo-13cda782bd89b95cf0dd361cc47ac6a34dbc53ce.tar.gz gentoo-13cda782bd89b95cf0dd361cc47ac6a34dbc53ce.tar.bz2 gentoo-13cda782bd89b95cf0dd361cc47ac6a34dbc53ce.zip |
app-text/nfoview: enable py3.11
PEP517 migration is not applied, since this is the last
version of the package using distutils.
Closes: https://bugs.gentoo.org/896638
Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de>
Closes: https://github.com/gentoo/gentoo/pull/29786
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/nfoview')
-rw-r--r-- | app-text/nfoview/nfoview-1.28.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/nfoview/nfoview-1.28.1-r1.ebuild b/app-text/nfoview/nfoview-1.28.1-r1.ebuild index a349bf6e8039..015d8780b5e0 100644 --- a/app-text/nfoview/nfoview-1.28.1-r1.ebuild +++ b/app-text/nfoview/nfoview-1.28.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 virtualx xdg |