commit: 3b1ec583819afa69148c375c2d52010d5753ea83
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 7 08:41:18 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 7 08:45:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b1ec583
dev-python/trio: Enable pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/trio/trio-0.20.0.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-python/trio/trio-0.20.0.ebuild
b/dev-python/trio/trio-0.20.0.ebuild
index 22ac3caa37a2..7886ff51e8af 100644
--- a/dev-python/trio/trio-0.20.0.ebuild
+++ b/dev-python/trio/trio-0.20.0.ebuild
@@ -3,8 +3,9 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
+
inherit distutils-r1
DESCRIPTION="Python library for async concurrency and I/O"
@@ -12,7 +13,10 @@ HOMEPAGE="
https://github.com/python-trio/trio
https://pypi.org/project/trio
"
-SRC_URI="https://github.com/python-trio/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+SRC_URI="
+ https://github.com/python-trio/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz
+"
LICENSE="|| ( Apache-2.0 MIT )"
SLOT="0"