mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 23:48:17 -07:00
dev-python/plyvel: Re-cythonize the package
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user