dev-python/plyvel: Re-cythonize the package

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-06-01 15:26:58 +02:00
parent a930401b66
commit 64856463b2

View File

@@ -27,10 +27,17 @@ DEPEND="
RDEPEND="
${DEPEND}
"
BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
"
distutils_enable_sphinx doc
distutils_enable_tests pytest
src_configure() {
emake cython
}
python_test() {
rm -rf plyvel || die
epytest