commit: 1665f373889d83b100502f159a17876e97d1a47e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 09:34:01 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 09:42:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1665f373
dev-python/pyh2o: Enable tests, port to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyh2o/pyh2o-9999.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-python/pyh2o/pyh2o-9999.ebuild
b/dev-python/pyh2o/pyh2o-9999.ebuild
index 1da3c13679c..e84d11c8c43 100644
--- a/dev-python/pyh2o/pyh2o-9999.ebuild
+++ b/dev-python/pyh2o/pyh2o-9999.ebuild
@@ -2,7 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1 git-r3
@@ -18,3 +20,5 @@ IUSE=""
RDEPEND=">=sci-libs/libh2o-0.2.1:="
DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest