From e24828d13b13b5b885f1945cb16e45a23c9df1c1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 12 Jan 2021 13:37:22 +0000 Subject: games-misc/ponysay: add Python 3.8, 3.9 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James --- games-misc/ponysay/ponysay-3.0.3.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'games-misc/ponysay/ponysay-3.0.3.ebuild') diff --git a/games-misc/ponysay/ponysay-3.0.3.ebuild b/games-misc/ponysay/ponysay-3.0.3.ebuild index 5c758bbc2106..00fedbca4e25 100644 --- a/games-misc/ponysay/ponysay-3.0.3.ebuild +++ b/games-misc/ponysay/ponysay-3.0.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} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit bash-completion-r1 python-single-r1 DESCRIPTION="cowsay reimplemention for ponies" @@ -22,6 +22,10 @@ RDEPEND="${PYTHON_DEPS} fish-completion? ( app-shells/fish ) zsh-completion? ( app-shells/zsh )" +PATCHES=( + "${FILESDIR}/${PN}-3.0.3-python-syntax.patch" +) + setup_py() { "${PYTHON}" setup.py \ --prefix="${EPREFIX}"/usr \ -- cgit v1.2.3-65-gdbad