commit: 1682c56c386e5ac7b6cf394442ddcc2de37166b5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 03:30:14 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 03:33:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1682c56c
dev-python/python-snappy: Enable pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.1.ebuild
b/dev-python/python-snappy/python-snappy-0.7.1.ebuild
index cc076ede8534..6c432f47a9e4 100644
--- a/dev-python/python-snappy/python-snappy-0.7.1.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi
@@ -16,8 +16,8 @@ HOMEPAGE="
"
LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
RDEPEND="
>=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]