summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-30 13:13:22 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-05 22:27:33 +0100
commit947b361a743cd8f74fcfb83b75ce7196ccc7feb5 (patch)
treebcf3a935e4e5a6e830abdf49f91ba271071ec7a2 /dev-python/speaklater
parentdev-lang/rust: drop 1.40.0 (diff)
downloadgentoo-947b361a743cd8f74fcfb83b75ce7196ccc7feb5.tar.gz
gentoo-947b361a743cd8f74fcfb83b75ce7196ccc7feb5.tar.bz2
gentoo-947b361a743cd8f74fcfb83b75ce7196ccc7feb5.zip
dev-python/speaklater: python3_8
Tests passed. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/speaklater')
-rw-r--r--dev-python/speaklater/speaklater-1.3-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/speaklater/speaklater-1.3-r1.ebuild b/dev-python/speaklater/speaklater-1.3-r1.ebuild
index 46da280e4265..b1b1f2705d16 100644
--- a/dev-python/speaklater/speaklater-1.3-r1.ebuild
+++ b/dev-python/speaklater/speaklater-1.3-r1.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy )
inherit distutils-r1
DESCRIPTION="Lazy strings for Python"