commit: e46d16752f677a703d0f460fc11b7cb8af69b608 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun May 29 20:42:12 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun May 29 21:04:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e46d1675
dev-python/portio: EAPI 8 Closes: https://bugs.gentoo.org/848243 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/portio/{portio-0.5.ebuild => portio-0.5-r1.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/portio/portio-0.5.ebuild b/dev-python/portio/portio-0.5-r1.ebuild similarity index 84% rename from dev-python/portio/portio-0.5.ebuild rename to dev-python/portio/portio-0.5-r1.ebuild index de8f8e6a7..d0ecaaa60 100644 --- a/dev-python/portio/portio-0.5.ebuild +++ b/dev-python/portio/portio-0.5-r1.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{8,9} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + inherit distutils-r1 DESCRIPTION="Python low level port I/O for Linux x86"
