Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scipy/
Date: Fri, 04 Nov 2022 00:26:37
Message-Id: 1667521569.ffbbaca7c37935cdba402d50a03bd27b2cf01f6c.sam@gentoo
1 commit: ffbbaca7c37935cdba402d50a03bd27b2cf01f6c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 4 00:26:09 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 00:26:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbbaca7
7
8 dev-python/scipy: drop 1.9.1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/scipy/Manifest | 1 -
13 dev-python/scipy/scipy-1.9.1.ebuild | 104 ------------------------------------
14 2 files changed, 105 deletions(-)
15
16 diff --git a/dev-python/scipy/Manifest b/dev-python/scipy/Manifest
17 index 63506ce1e5bd..663d8b7b9521 100644
18 --- a/dev-python/scipy/Manifest
19 +++ b/dev-python/scipy/Manifest
20 @@ -1,5 +1,4 @@
21 DIST scipy-1.8.1.tar.gz 38196215 BLAKE2B 180ae646adba2031a4bf99cd4feefe652b8e340110b3b2872e61aa1083054aadf369c7e3b3e3fd8fb71fcd831c95841d2dadd1c71e35e5f7d95800e5551173f0 SHA512 f6fc71c209991fe82baa4b10d8ade0deb1057f6f5942a91dfb7ae45f3eb78a4535efa2861badf5e2d37239fa99dbd99de760aa7e4854b95991ade0263004e7ea
22 -DIST scipy-1.9.1.tar.gz 42019478 BLAKE2B aa7f9e8f354d2c73cfeb0e349562279ec323e6c16641c82c47080108d21f385acb1431c1f072e454a043f56e8fd708778fc34c0eddaceedca979f40b6b11e358 SHA512 1378a24c59b66e2818929acd015fe5408cdd57926d96b7b909d5eb7e2bb6bae942e8fe802f107c8b0901af9873b8e24461624ca0917867e24bb50c7d28e09e71
23 DIST scipy-1.9.2.tar.gz 42068300 BLAKE2B 0962115990a12339d8b87eabbee02d52a52e57259fbe2e74884fa2f08d66d8b7505f84561f643b539603bc8bf4ef3bf73c3d908453fbb0c99f732c3a81f8a328 SHA512 5f8667aa66aa0b5fad689d960f742874ce09f830bfd5aa241917526f153fbc09c7f709bc84113f83283fcbb8a47113eb215478d9c3473f76d8f7dbf0989429a2
24 DIST scipy-1.9.3.tar.gz 42075414 BLAKE2B f19e829d26a5673cccb69bce43a9142637f42a9ec462a3fd2ea44b62564cff6fb27a4deaccc59e0e738cc0c997b0a7de948bf9f2db6fa7896323405a072e0111 SHA512 119f9a5e1ce3b4268ba38a0eb82dff78837593d9a5c5e464663925a4b3b1de060201fe568236e19ed0996a045754333c580e181c4cdec2cc707e57060f59364e
25 DIST scipy-html-1.8.1.zip 37060661 BLAKE2B 2fa617c58eb47463f8a61f9798b32c6da255d26b8e86c1558e427a715093f5a29ced3847ab6ecfe88ce1017664f36ac3e9fa9bbf72ede7e0fd3812b5f41fe933 SHA512 95153dc1f404aa64898a700c94c0deea3ca842c3152167d0987edabcf4a8eba16b6c8e6bc38a6775a849dc621e6a21434baf53d1669b1865fa5049cffa4387ac
26
27 diff --git a/dev-python/scipy/scipy-1.9.1.ebuild b/dev-python/scipy/scipy-1.9.1.ebuild
28 deleted file mode 100644
29 index 3968a54a22ab..000000000000
30 --- a/dev-python/scipy/scipy-1.9.1.ebuild
31 +++ /dev/null
32 @@ -1,104 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=meson-python
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -PYTHON_REQ_USE="threads(+)"
41 -
42 -inherit fortran-2 distutils-r1 multiprocessing
43 -
44 -DESCRIPTION="Scientific algorithms library for Python"
45 -HOMEPAGE="
46 - https://scipy.org/
47 - https://github.com/scipy/scipy/
48 - https://pypi.org/project/scipy/
49 -"
50 -
51 -if [[ ${PV} == *9999* ]] ; then
52 - inherit git-r3
53 -
54 - # Need submodules, so git for now.
55 - EGIT_REPO_URI="https://github.com/scipy/scipy"
56 - EGIT_BRANCH="maintenance/$(ver_cut 1-2).x"
57 - EGIT_SUBMODULES=( '*' )
58 -else
59 - # Upstream is often behind with doc updates
60 - DOC_PV=1.8.1
61 - MY_PV=${PV/_rc/rc}
62 - MY_P=${PN}-${MY_PV}
63 -
64 - SRC_URI="
65 - mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz
66 - doc? (
67 - https://docs.scipy.org/doc/${PN}-${DOC_PV}/${PN}-html-${DOC_PV}.zip
68 - https://docs.scipy.org/doc/${PN}-${DOC_PV}/${PN}-ref-${DOC_PV}.pdf
69 - )"
70 - S="${WORKDIR}"/${MY_P}
71 -
72 - if [[ ${PV} != *rc* ]] ; then
73 - KEYWORDS="~amd64 ~arm64 -hppa ~ppc64 ~riscv"
74 - fi
75 -fi
76 -
77 -LICENSE="BSD LGPL-2"
78 -SLOT="0"
79 -IUSE="doc"
80 -
81 -# umfpack is technically optional but it's preferred to have it available.
82 -DEPEND="
83 - >=dev-python/numpy-1.18.5[lapack,${PYTHON_USEDEP}]
84 - sci-libs/arpack:=
85 - sci-libs/umfpack
86 - virtual/cblas
87 - >=virtual/lapack-3.8
88 -"
89 -RDEPEND="
90 - ${DEPEND}
91 - dev-python/pillow[${PYTHON_USEDEP}]
92 -"
93 -# TODO: restore pythran optionality?
94 -BDEPEND="
95 - dev-lang/swig
96 - >=dev-python/cython-0.29.18[${PYTHON_USEDEP}]
97 - dev-python/pybind11[${PYTHON_USEDEP}]
98 - dev-python/pythran[${PYTHON_USEDEP}]
99 - >=dev-util/meson-0.62.2
100 - dev-util/patchelf
101 - virtual/pkgconfig
102 - doc? ( app-arch/unzip )
103 - test? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] )"
104 -
105 -PATCHES=(
106 - "${FILESDIR}"/${PN}-1.9.9999-meson-options-lapack.patch
107 -)
108 -
109 -EPYTEST_DESELECT=(
110 - linalg/tests/test_decomp.py::TestSchur::test_sort
111 - linalg/tests/test_solvers.py::test_solve_discrete_are
112 -)
113 -
114 -distutils_enable_tests pytest
115 -
116 -src_unpack() {
117 - default
118 -
119 - if use doc; then
120 - unzip -qo "${DISTDIR}"/${PN}-html-${DOC_PV}.zip -d html || die
121 - fi
122 -}
123 -
124 -python_test() {
125 - cd "${T}" || die
126 -
127 - epytest -n "$(makeopts_jobs)" --pyargs scipy
128 -}
129 -
130 -python_install_all() {
131 - use doc && \
132 - local DOCS=( "${DISTDIR}"/${PN}-ref-${DOC_PV}.pdf ) \
133 - local HTML_DOCS=( "${WORKDIR}"/html/. )
134 -
135 - distutils-r1_python_install_all
136 -}