diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-04 08:13:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-04 08:13:02 +0100 |
commit | 0fe5a0e54e5d7b580d641e688c04b4ada264484a (patch) | |
tree | 15e2003f6c051ac3ef51f1fb8d4c203890269dea /dev-python/jaraco-functools | |
parent | dev-python/jaraco-context: Revert to EAPI 7 (diff) | |
download | gentoo-0fe5a0e54e5d7b580d641e688c04b4ada264484a.tar.gz gentoo-0fe5a0e54e5d7b580d641e688c04b4ada264484a.tar.bz2 gentoo-0fe5a0e54e5d7b580d641e688c04b4ada264484a.zip |
dev-python/jaraco-functools: Revert to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-functools')
-rw-r--r-- | dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild index c210c55a14a7..fbe54974f9ab 100644 --- a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild +++ b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +# please keep this ebuild at EAPI 7 -- sys-apps/portage dep +EAPI=7 DISTUTILS_USE_PEP517=flit PYTHON_COMPAT=( pypy3 python3_{8..10} ) |