diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-07 10:41:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-07 10:45:06 +0200 |
commit | 3b1ec583819afa69148c375c2d52010d5753ea83 (patch) | |
tree | e621382243866950d5b393bf1f625047715d1175 /dev-python/trio | |
parent | dev-python/trio: Fix tests (diff) | |
download | gentoo-3b1ec583819afa69148c375c2d52010d5753ea83.tar.gz gentoo-3b1ec583819afa69148c375c2d52010d5753ea83.tar.bz2 gentoo-3b1ec583819afa69148c375c2d52010d5753ea83.zip |
dev-python/trio: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/trio')
-rw-r--r-- | dev-python/trio/trio-0.20.0.ebuild | 8 |
1 files 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" |