diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-13 08:42:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-13 08:57:53 +0200 |
commit | d7339543eb77dbca559560e5a585cf7804fcc4fb (patch) | |
tree | 56d484fbed3345fb50e4974b2cbdaef6c4110454 /dev-python/idna | |
parent | dev-python/certifi: Add EAPI upgrade note (diff) | |
download | gentoo-d7339543eb77dbca559560e5a585cf7804fcc4fb.tar.gz gentoo-d7339543eb77dbca559560e5a585cf7804fcc4fb.tar.bz2 gentoo-d7339543eb77dbca559560e5a585cf7804fcc4fb.zip |
dev-python/idna: Add EAPI upgrade note
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/idna')
-rw-r--r-- | dev-python/idna/idna-3.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/idna/idna-3.2.ebuild b/dev-python/idna/idna-3.2.ebuild index f5e0c5e0d6c6..7c9c0d865d0d 100644 --- a/dev-python/idna/idna-3.2.ebuild +++ b/dev-python/idna/idna-3.2.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# please keep this ebuild at EAPI 7 -- sys-apps/portage dep EAPI=7 PYTHON_COMPAT=( python3_{7..10} pypy3 ) |