diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-04-13 12:53:53 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-16 12:54:58 +0300 |
commit | 876bc91a0c5a8c8699f0631a2e82f89237b95235 (patch) | |
tree | 4dbe925369bc6aff27179117bc0c6e49170cf608 /dev-python/spyder-line-profiler | |
parent | dev-python/spyder: add py3.9 (diff) | |
download | gentoo-876bc91a0c5a8c8699f0631a2e82f89237b95235.tar.gz gentoo-876bc91a0c5a8c8699f0631a2e82f89237b95235.tar.bz2 gentoo-876bc91a0c5a8c8699f0631a2e82f89237b95235.zip |
dev-python/spyder-line-profiler: add py3.9
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/spyder-line-profiler')
-rw-r--r-- | dev-python/spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild b/dev-python/spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild index d72cb2f56160..6abf62bdc062 100644 --- a/dev-python/spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild +++ b/dev-python/spyder-line-profiler/spyder-line-profiler-0.2.1.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_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 virtualx |