diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-01-25 00:48:29 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-01-25 00:49:28 -0600 |
commit | 977aa6c0da34f8deee9d41fcae6d16a72e0744ce (patch) | |
tree | 7a617da954e6eed518ba74cbfb0819ea40dfdccd /dev-python/virtualenv-clone | |
parent | dev-ruby/rack-attack: add 6.4.0 (diff) | |
download | gentoo-977aa6c0da34f8deee9d41fcae6d16a72e0744ce.tar.gz gentoo-977aa6c0da34f8deee9d41fcae6d16a72e0744ce.tar.bz2 gentoo-977aa6c0da34f8deee9d41fcae6d16a72e0744ce.zip |
dev-python/virtualenv-clone: add py39
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/virtualenv-clone')
-rw-r--r-- | dev-python/virtualenv-clone/virtualenv-clone-0.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.5.3.ebuild b/dev-python/virtualenv-clone/virtualenv-clone-0.5.3.ebuild index 22203a2a79eb..6ee62913c5e8 100644 --- a/dev-python/virtualenv-clone/virtualenv-clone-0.5.3.ebuild +++ b/dev-python/virtualenv-clone/virtualenv-clone-0.5.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) # rdepend is correct despite warning, see https://bugs.gentoo.org/705362 DISTUTILS_USE_SETUPTOOLS=rdepend |