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: Sun, 31 Jul 2022 02:42:12
Message-Id: 1659235316.df58cd100952fe13aa5df3aa806fc01e48441512.sam@gentoo
1 commit: df58cd100952fe13aa5df3aa806fc01e48441512
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 02:41:56 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 02:41:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df58cd10
7
8 dev-python/scipy: drop 1.9.0_rc3
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.0_rc3.ebuild | 79 ---------------------------------
14 2 files changed, 80 deletions(-)
15
16 diff --git a/dev-python/scipy/Manifest b/dev-python/scipy/Manifest
17 index a29c70f2473a..2dcd72e9f049 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.0.tar.gz 42016757 BLAKE2B ca25b3ad44091230c5ecdfa832b382a1f5449565aa460b169a886505e7583399d316fe48f420d45b9993e6522d46fbbd6405e08fcfb8dc02ed5febb2e09749e7 SHA512 03d38f3298e2ca2dcc376acb09593f47a007f2b166508b91cd6f3e3cc417fa3579084aaa806365afee8679b473340b0eba86b36def957da45be404c4b6607675
23 -DIST scipy-1.9.0rc3.tar.gz 42021439 BLAKE2B 148c5a2517ef18015123503837d921a24258996047b4c5df22a279febc98d0633bb8b6bd9c7b886db9458583e8a5c15886b6349e2095a0ed7d60a7c976d24145 SHA512 1e4f0eb3fc5d8cdc24c2e4f7ea8400f5db039d4a2bb7a7d7c4869392fbdca6836d4dfb0a1ead2452b177fe49a60aa7ef86d7d6aee596e001e870df79a5cbce04
24 DIST scipy-html-1.8.1.zip 37060661 BLAKE2B 2fa617c58eb47463f8a61f9798b32c6da255d26b8e86c1558e427a715093f5a29ced3847ab6ecfe88ce1017664f36ac3e9fa9bbf72ede7e0fd3812b5f41fe933 SHA512 95153dc1f404aa64898a700c94c0deea3ca842c3152167d0987edabcf4a8eba16b6c8e6bc38a6775a849dc621e6a21434baf53d1669b1865fa5049cffa4387ac
25 DIST scipy-ref-1.8.1.pdf 35025868 BLAKE2B 9221755d2dc69b8623271f75ff3078a0a4410fe9ff69ee317b40bf145af7da21a7f5f4b6b67820d8bb2878f83b7014f1ea7c2f0e026afb716da0479d394505e2 SHA512 8f27dcb9dd1030e15266389af21a1475ecfec5ea777fb2dbcf8db8d3398ac6e45c7040b8d6dbaffd29be3920925427be7c55efdc8094d670c857edfdab7f7728
26
27 diff --git a/dev-python/scipy/scipy-1.9.0_rc3.ebuild b/dev-python/scipy/scipy-1.9.0_rc3.ebuild
28 deleted file mode 100644
29 index 577f837b091c..000000000000
30 --- a/dev-python/scipy/scipy-1.9.0_rc3.ebuild
31 +++ /dev/null
32 @@ -1,79 +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 -hppa"
74 - fi
75 -fi
76 -
77 -LICENSE="BSD LGPL-2"
78 -SLOT="0"
79 -IUSE="doc +sparse"
80 -
81 -DEPEND="
82 - >=dev-python/numpy-1.18.5[lapack,${PYTHON_USEDEP}]
83 - sci-libs/arpack:0=
84 - virtual/cblas
85 - >=virtual/lapack-3.8
86 - sparse? ( sci-libs/umfpack:0= )"
87 -RDEPEND="${DEPEND}
88 - dev-python/pillow[${PYTHON_USEDEP}]"
89 -# TODO: restore pythran optionality?
90 -BDEPEND="
91 - dev-lang/swig
92 - >=dev-python/cython-0.29.18[${PYTHON_USEDEP}]
93 - dev-python/pybind11[${PYTHON_USEDEP}]
94 - dev-python/pythran[${PYTHON_USEDEP}]
95 - >=dev-util/meson-0.62.2
96 - dev-util/patchelf
97 - virtual/pkgconfig
98 - doc? ( app-arch/unzip )
99 - test? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] )"
100 -
101 -PATCHES=(
102 - "${FILESDIR}"/${PN}-1.9.9999-meson-options-lapack.patch
103 -)
104 -
105 -distutils_enable_tests pytest
106 -
107 -python_test() {
108 - cd "${T}" || die
109 -
110 - epytest -n "$(makeopts_jobs)" --pyargs scipy
111 -}