Diff scipy-1.11.0-r1 with a scipy-1.11.1
/usr/portage/dev-python/scipy/scipy-1.11.1.ebuild 2023-10-09 14:52:30.372368372 +0300 | ||
---|---|---|
29 | 29 |
inherit pypi |
30 | 30 | |
31 | 31 |
# Upstream is often behind with doc updates |
32 |
DOC_PV=${PV} |
|
32 |
#DOC_PV=${PV} |
|
33 |
DOC_PV=1.11.0 |
|
33 | 34 | |
34 | 35 |
SRC_URI+=" |
35 | 36 |
doc? ( |
... | ... | |
37 | 38 |
)" |
38 | 39 | |
39 | 40 |
if [[ ${PV} != *rc* ]] ; then |
40 |
KEYWORDS="~amd64 ~arm ~arm64 -hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
41 |
KEYWORDS="amd64 arm arm64 -hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" |
|
41 | 42 |
fi |
42 | 43 |
fi |
43 | 44 | |
... | ... | |
63 | 64 |
>=dev-python/meson-python-0.12.1[${PYTHON_USEDEP}] |
64 | 65 |
>=dev-python/pybind11-2.10.4[${PYTHON_USEDEP}] |
65 | 66 |
>=dev-util/meson-1.1.0 |
66 |
dev-util/patchelf |
|
67 |
!kernel_Darwin? ( dev-util/patchelf ) |
|
67 | 68 |
virtual/pkgconfig |
68 | 69 |
doc? ( app-arch/unzip ) |
69 | 70 |
fortran? ( dev-python/pythran[${PYTHON_USEDEP}] ) |
... | ... | |
78 | 79 |
distutils_enable_tests pytest |
79 | 80 | |
80 | 81 |
PATCHES=( |
81 |
"${FILESDIR}"/${P}-determinant-1x1-matrix.patch |
|
82 |
# https://github.com/scipy/scipy/pull/18810 |
|
83 |
"${FILESDIR}/${P}-cython-3.patch" |
|
82 | 84 |
) |
83 | 85 | |
84 | 86 |
src_unpack() { |