diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-02 19:56:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-02 20:59:16 +0200 |
commit | 585a2539e7041191185553ccb6483649eb50e5f1 (patch) | |
tree | 038f24cebddd3b1a4a2661d7d40244177b1800ac /app-portage/nattka | |
parent | dev-python/vcrpy: Port to py3.10 (diff) | |
download | gentoo-585a2539e7041191185553ccb6483649eb50e5f1.tar.gz gentoo-585a2539e7041191185553ccb6483649eb50e5f1.tar.bz2 gentoo-585a2539e7041191185553ccb6483649eb50e5f1.zip |
app-portage/nattka: Port to py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/nattka')
-rw-r--r-- | app-portage/nattka/nattka-0.2.13.ebuild | 6 | ||||
-rw-r--r-- | app-portage/nattka/nattka-9999.ebuild | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/app-portage/nattka/nattka-0.2.13.ebuild b/app-portage/nattka/nattka-0.2.13.ebuild index 9686c26c34ba..75261fa77b65 100644 --- a/app-portage/nattka/nattka-0.2.13.ebuild +++ b/app-portage/nattka/nattka-0.2.13.ebuild @@ -1,11 +1,9 @@ # Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{8..9} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement" diff --git a/app-portage/nattka/nattka-9999.ebuild b/app-portage/nattka/nattka-9999.ebuild index d25ba4e093e0..62f83dc85154 100644 --- a/app-portage/nattka/nattka-9999.ebuild +++ b/app-portage/nattka/nattka-9999.ebuild @@ -3,9 +3,7 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{8..9} ) - +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 git-r3 DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement" |