diff options
author | Sam James <sam@gentoo.org> | 2021-05-30 05:43:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-30 05:45:16 +0000 |
commit | 9a4a35ac494c58194542e3a59e8f06adb434aa3e (patch) | |
tree | 7356c36b616e1010ff9a39b2ec493b73807ed28f /games-board/pychess | |
parent | games-board/pychess: drop 1.0.0 (diff) | |
download | gentoo-9a4a35ac494c58194542e3a59e8f06adb434aa3e.tar.gz gentoo-9a4a35ac494c58194542e3a59e8f06adb434aa3e.tar.bz2 gentoo-9a4a35ac494c58194542e3a59e8f06adb434aa3e.zip |
games-board/pychess: add Python 3.9 to 1.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-board/pychess')
-rw-r--r-- | games-board/pychess/pychess-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/pychess/pychess-1.0.2.ebuild b/games-board/pychess/pychess-1.0.2.ebuild index b082f71cc63b..86d3dbd92d1b 100644 --- a/games-board/pychess/pychess-1.0.2.ebuild +++ b/games-board/pychess/pychess-1.0.2.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} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no PYTHON_REQ_USE="sqlite" |