Сравнение jq-1.5.0 с jq-1.5.0-r1
/usr/portage/dev-python/jq/jq-1.5.0-r1.ebuild 2023-10-09 14:52:30.296368370 +0300 | ||
---|---|---|
25 | 25 |
SLOT="0" |
26 | 26 |
KEYWORDS="~amd64 ~x86" |
27 | 27 | |
28 |
# cython<3: https://bugs.gentoo.org/898684 |
|
29 | 28 |
BDEPEND=" |
30 |
<dev-python/cython-3[${PYTHON_USEDEP}] |
|
29 |
dev-python/cython[${PYTHON_USEDEP}] |
|
31 | 30 |
" |
32 | 31 | |
32 |
PATCHES=( |
|
33 |
"${FILESDIR}"/${P}-cython3.patch |
|
34 |
) |
|
35 | ||
33 | 36 |
distutils_enable_tests pytest |
34 | 37 | |
35 | 38 |
python_compile() { |
39 |
# TODO: export JQPY_USE_SYSTEM_LIBS=1 on next release |
|
40 | ||
36 | 41 |
# Cython compilation isn't part of setup.py, so do it manually |
37 | 42 |
"${EPYTHON}" -m cython -3 jq.pyx -o jq.c || die |
38 | 43 |
distutils-r1_python_compile |