commit: 082ee7cfa094bc36baa1dcb5924807d3873c78f2
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 13 13:13:41 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 13 13:13:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=082ee7cf
dev-python/asciimatics: bump python compat
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/asciimatics/asciimatics-1.13.0.ebuild | 2 +-
dev-python/asciimatics/asciimatics-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/asciimatics/asciimatics-1.13.0.ebuild
b/dev-python/asciimatics/asciimatics-1.13.0.ebuild
index ab3809a43..7a1e7728e 100644
--- a/dev-python/asciimatics/asciimatics-1.13.0.ebuild
+++ b/dev-python/asciimatics/asciimatics-1.13.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
DESCRIPTION="Package for curses-like operations, text UIs and ASCII art
animations"
diff --git a/dev-python/asciimatics/asciimatics-9999.ebuild
b/dev-python/asciimatics/asciimatics-9999.ebuild
index 75c2d5f68..47254c49f 100644
--- a/dev-python/asciimatics/asciimatics-9999.ebuild
+++ b/dev-python/asciimatics/asciimatics-9999.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 )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
DESCRIPTION="Package for curses-like operations, text UIs and ASCII art
animations"