diff options
author | Sam James <sam@gentoo.org> | 2021-01-12 13:37:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-12 15:22:04 +0000 |
commit | e24828d13b13b5b885f1945cb16e45a23c9df1c1 (patch) | |
tree | 0422604536540e02ff9e27b9fa35fbfe3b9abc0b /games-misc/ponysay/ponysay-3.0.3.ebuild | |
parent | app-shells/bash: Removed last occurance of emktemp (diff) | |
download | gentoo-e24828d13b13b5b885f1945cb16e45a23c9df1c1.tar.gz gentoo-e24828d13b13b5b885f1945cb16e45a23c9df1c1.tar.bz2 gentoo-e24828d13b13b5b885f1945cb16e45a23c9df1c1.zip |
games-misc/ponysay: add Python 3.8, 3.9
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-misc/ponysay/ponysay-3.0.3.ebuild')
-rw-r--r-- | games-misc/ponysay/ponysay-3.0.3.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
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 \ |