commit:     fd822adc871382dd5b8a1579a623d80221e8ec17
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 28 10:42:46 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 28 11:00:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd822adc

dev-python/stdio-mgr: add py3_7

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild 
b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
index 170760e..7e05e77 100644
--- a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
+++ b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
@@ -24,7 +24,6 @@ distutils_enable_tests pytest
 #                              dev-python/sphinxcontrib-programoutput \
 #                              dev-python/sphinx_rtd_theme
 
-#is this necessary?
-python_test() {
-       pytest -vv tests || "Tests fail with ${EPYTHON}"
-}
+#python_test() {
+#      pytest -vv tests || "Tests fail with ${EPYTHON}"
+#}

Reply via email to