commit: 827c56986c1163cc6b163e25d8135556b681c57d
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Wed Nov 11 22:15:43 2020 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Wed Nov 11 22:15:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=827c5698
app-admin/s-tui: bump python compat
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
app-admin/s-tui/s-tui-1.0.2.ebuild | 4 ++--
app-admin/s-tui/s-tui-9999.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-admin/s-tui/s-tui-1.0.2.ebuild
b/app-admin/s-tui/s-tui-1.0.2.ebuild
index 19d04477..cbfd9212 100644
--- a/app-admin/s-tui/s-tui-1.0.2.ebuild
+++ b/app-admin/s-tui/s-tui-1.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 optfeature
@@ -25,8 +25,8 @@ LICENSE="GPL-2"
SLOT="0"
RDEPEND="
- >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
>=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]
+ >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
"
distutils_enable_tests unittest
diff --git a/app-admin/s-tui/s-tui-9999.ebuild
b/app-admin/s-tui/s-tui-9999.ebuild
index 1d50db73..cbfd9212 100644
--- a/app-admin/s-tui/s-tui-9999.ebuild
+++ b/app-admin/s-tui/s-tui-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 optfeature