From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scipy/
Date: Mon, 20 May 2024 16:25:04 +0000 (UTC) [thread overview]
Message-ID: <1716222157.0977dbe3190333d7c67ef8ad4d8c9d2f2e7db5e9.sam@gentoo> (raw)
commit: 0977dbe3190333d7c67ef8ad4d8c9d2f2e7db5e9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 16:22:37 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 20 16:22:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0977dbe3
dev-python/scipy: drop 1.13.0_rc1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/scipy/Manifest | 1 -
dev-python/scipy/scipy-1.13.0_rc1.ebuild | 155 -------------------------------
2 files changed, 156 deletions(-)
diff --git a/dev-python/scipy/Manifest b/dev-python/scipy/Manifest
index bb6e121a9ffd..e85df05734f7 100644
--- a/dev-python/scipy/Manifest
+++ b/dev-python/scipy/Manifest
@@ -2,7 +2,6 @@ DIST scipy-1.11.3.tar.gz 56335652 BLAKE2B 2b35c24522b2bd498b4ebe84a854c8ec1e6291
DIST scipy-1.11.4.tar.gz 56336202 BLAKE2B a2091a1edb54eb73c2de6ed8c62a7e571f37b247c9af50947aa97b739342c96b87b20a82b1a238c859fa532c84249cbadde228366dcea3555e9a506c1ae55031 SHA512 2eb403f6de9723b411d948b8e1b5457078704c605b8e760d42362c82d802e167eaaf701ddb8b480af2bdf2efe4dbf66fcc4e97321519bb8dab19b0e2a8976beb
DIST scipy-1.12.0.tar.gz 56811768 BLAKE2B 03c142274f1466747935fa54fab427f3a48c1642406211fa1a0f8ad5e0f194baecf76182e0448a0fb647063871483239cd876ce431cd9406e396e6170912ab64 SHA512 376ed94c4caaf782814bb07047fff0b363f7b608a0399697c6e862432333cbe6d3abb351730a574a3f077b3cdd9cb7474090a460baffcfbd5546bcfee309b6e7
DIST scipy-1.13.0.tar.gz 57204550 BLAKE2B cfbb4e76efae952854e9ff4ed254e9819b58d224906e1ded3c6a914b1e28b5fad15f8bbbb4a9c413969d6e4b1faf4e0038a36729171ff06e640b241a9dd4af94 SHA512 9bd6fd3f76742a07e5bb003edf4c0e3a82edf749077502fbce3d16fe595d455846edcf57db12ec0a9d4792803e974355362d919047414badfcaededf1e4343f7
-DIST scipy-1.13.0rc1.tar.gz 57201979 BLAKE2B 0e257dbe3707b373045eef21384f64847017ffd281e41acb4358e90fec7be5983462849fb199e0bf2ae7944d2a1511c181bd4b1d0ba01f8691062fb9fdebd689 SHA512 de03fdd61bde610bebe7ede8ef22c72e2f65f68e3584b70069b59539a1453a0f1b34baa065ff3cbcb109d3e9a02c705a964116ca11d85700c58ad094772962e2
DIST scipy-html-1.11.0.zip 50421508 BLAKE2B cb5e4a4f8817a80f54ae73b4a47ba22d2438df46ebfe27ef5fdc2695fdd983226f4ccae925bf82b15d01ced4f4b6807384ecadac5e1aa7700aa887ad06b7d065 SHA512 33718bbd5e828687d93fccc441a53b6a2e8f54ac4952d3b69d4c4668f55cb6ef5aba33df9acda20b2400effa5ae71767b2a5602a365ad2045a6edd24ff89c253
DIST scipy-html-1.11.2.zip 50435722 BLAKE2B 460c67509a8bf50986f866ee2f90e634af21ddd71508efeef5681c2ee2130c3f79b4b428bc21277bfb310bb45ccad1fb38221ada43620055377cdc4839b9d1e5 SHA512 986a6e37f9e01dc4925ef22af6ff660bae1e4b66e57270262974c207dfb70285e3f8f548774d6e81d5f457b9198c0ba1c06e6d689fe5d54fdea878c1e5a7f797
DIST scipy-html-1.13.0.zip 65327245 BLAKE2B 5e5ffbf4ff4a28c5a003da0e5170ef5eef1b430ecca0284a89aed5f96f7afc549db001beb2e56b3debbd3527c57b773b25c35579b32d8a6d8e5e97a75db4d38b SHA512 792c32f077d76d47e42d02c5047990a6afdcdc9c31dcc7e9987e7a5aa62c56aec44dcf7d14e3f94ae59f8fb718ce89a2835b87d2aef7a16ce9a534361b7329d7
diff --git a/dev-python/scipy/scipy-1.13.0_rc1.ebuild b/dev-python/scipy/scipy-1.13.0_rc1.ebuild
deleted file mode 100644
index 112b769a910a..000000000000
--- a/dev-python/scipy/scipy-1.13.0_rc1.ebuild
+++ /dev/null
@@ -1,155 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-FORTRAN_NEEDED=fortran
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=meson-python
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit flag-o-matic fortran-2 distutils-r1
-
-DESCRIPTION="Scientific algorithms library for Python"
-HOMEPAGE="
- https://scipy.org/
- https://github.com/scipy/scipy/
- https://pypi.org/project/scipy/
-"
-
-if [[ ${PV} == *9999* ]] ; then
- inherit git-r3
-
- # Need submodules, so git for now.
- EGIT_REPO_URI="https://github.com/scipy/scipy"
- EGIT_BRANCH="maintenance/$(ver_cut 1-2).x"
- EGIT_SUBMODULES=( '*' )
-else
- inherit pypi
-
- # Upstream is often behind with doc updates
- #DOC_PV=${PV}
- DOC_PV=1.11.2
-
- SRC_URI+="
- doc? (
- https://docs.scipy.org/doc/${PN}-${DOC_PV}/${PN}-html-${DOC_PV}.zip
- )"
-
- if [[ ${PV} != *rc* ]] ; then
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
- fi
-fi
-
-LICENSE="BSD LGPL-2"
-SLOT="0"
-IUSE="doc +fortran test-rust"
-
-# umfpack is technically optional but it's preferred to have it available.
-DEPEND="
- >=dev-python/numpy-1.22.4:=[lapack,${PYTHON_USEDEP}]
- sci-libs/arpack:=
- sci-libs/umfpack
- virtual/cblas
- >=virtual/lapack-3.8
-"
-RDEPEND="
- ${DEPEND}
- dev-python/pillow[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-lang/swig
- >=dev-python/cython-3.0.8[${PYTHON_USEDEP}]
- >=dev-python/meson-python-0.15.0[${PYTHON_USEDEP}]
- >=dev-python/pybind11-2.10.4[${PYTHON_USEDEP}]
- >=dev-build/meson-1.1.0
- !kernel_Darwin? ( dev-util/patchelf )
- virtual/pkgconfig
- doc? ( app-arch/unzip )
- fortran? ( >=dev-python/pythran-0.14.0[${PYTHON_USEDEP}] )
- test? (
- >=dev-python/hypothesis-6.30[${PYTHON_USEDEP}]
- )
- test-rust? (
- dev-python/pooch[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-src_unpack() {
- default
-
- if use doc; then
- unzip -qo "${DISTDIR}"/${PN}-html-${DOC_PV}.zip -d html || die
- fi
-}
-
-python_configure_all() {
- # https://github.com/scipy/scipy/pull/19857
- # Fixed in 1.13.0
- filter-lto
- DISTUTILS_ARGS=(
- -Dblas=blas
- -Dlapack=lapack
- -Duse-pythran=$(usex fortran true false)
- )
-}
-
-python_test() {
- cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-
- local EPYTEST_DESELECT=(
- # Network
- scipy/datasets/tests/test_data.py::TestDatasets::test_existence_all
- scipy/datasets/tests/test_data.py::TestDatasets::test_ascent
- scipy/datasets/tests/test_data.py::TestDatasets::test_face
- scipy/datasets/tests/test_data.py::TestDatasets::test_electrocardiogram
-
- # Precision issue with diff. blas?
- scipy/optimize/tests/test__basinhopping.py::Test_Metropolis::test_gh7799
-
- # Crashes with assertion, not a regression
- # https://github.com/scipy/scipy/issues/19321
- scipy/signal/tests/test_signaltools.py::test_lfilter_bad_object
-
- # timeouts
- scipy/sparse/linalg/tests/test_propack.py::test_examples
- # hang or incredibly slow
- scipy/optimize/tests/test_lsq_linear.py::TestBVLS::test_large_rank_deficient
- scipy/optimize/tests/test_lsq_linear.py::TestTRF::test_large_rank_deficient
-
- # TODO
- scipy/optimize/tests/test_minimize_constrained.py::TestTrustRegionConstr::test_list_of_problems
- )
- local EPYTEST_IGNORE=()
-
- if ! has_version -b "dev-python/pooch[${PYTHON_USEDEP}]" ; then
- EPYTEST_IGNORE+=(
- scipy/datasets/tests/test_data.py
- )
- fi
-
- case ${EPYTHON} in
- pypy3)
- EPYTEST_DESELECT+=(
- # fd leaks in tests
- # https://github.com/scipy/scipy/issues/19553
- scipy/fft/_pocketfft/tests/test_real_transforms.py
- # TODO
- 'scipy/special/tests/test_data.py::test_boost[<Data for expi: expinti_data_long_ipp-expinti_data_long>]'
- )
- ;;
- esac
-
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest scipy
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( "${WORKDIR}"/html/. )
-
- distutils-r1_python_install_all
-}
next reply other threads:[~2024-05-20 16:25 UTC|newest]
Thread overview: 228+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-20 16:25 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-16 19:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/scipy/ Michał Górny
2025-03-16 16:59 Michał Górny
2025-03-16 16:59 Michał Górny
2025-03-08 18:00 Sam James
2025-03-08 15:24 Arthur Zamarin
2025-03-08 10:48 Arthur Zamarin
2025-03-08 10:48 Arthur Zamarin
2025-03-08 9:17 Arthur Zamarin
2025-02-21 23:45 Sam James
2025-02-17 20:47 Michał Górny
2025-02-08 10:28 Arthur Zamarin
2025-02-01 12:17 Arthur Zamarin
2025-02-01 11:35 Arthur Zamarin
2025-01-11 9:29 Michał Górny
2025-01-11 6:52 Michał Górny
2025-01-04 12:29 Michał Górny
2024-12-24 11:17 Michał Górny
2024-12-14 10:52 Michał Górny
2024-12-14 7:36 Michał Górny
2024-09-22 0:42 Sam James
2024-09-07 13:21 Jakov Smolić
2024-09-07 11:26 Jakov Smolić
2024-09-07 10:58 Michał Górny
2024-09-07 10:39 Arthur Zamarin
2024-08-21 15:06 Michał Górny
2024-07-31 3:53 Eli Schwartz
2024-07-13 15:18 Arthur Zamarin
2024-07-13 11:05 Arthur Zamarin
2024-07-13 10:06 Arthur Zamarin
2024-07-13 9:55 Arthur Zamarin
2024-07-13 8:28 Arthur Zamarin
2024-07-07 1:02 Ionen Wolkens
2024-07-07 1:02 Ionen Wolkens
2024-07-05 19:46 Viorel Munteanu
2024-06-27 19:09 Michał Górny
2024-06-27 18:54 Patrick McLean
2024-06-25 8:01 Michał Górny
2024-06-08 7:28 Arthur Zamarin
2024-05-24 19:32 Michał Górny
2024-05-20 16:25 Sam James
2024-04-03 18:51 Michał Górny
2024-03-20 12:50 Michał Górny
2024-02-08 17:10 Arthur Zamarin
2024-02-08 15:28 Michał Górny
2024-01-21 6:21 Michał Górny
2024-01-16 5:47 Sam James
2023-12-09 17:02 Michał Górny
2023-12-09 16:45 Arthur Zamarin
2023-12-09 15:13 Michał Górny
2023-12-09 14:37 Michał Górny
2023-12-09 14:00 Michał Górny
2023-12-08 19:39 Arthur Zamarin
2023-11-25 10:14 Arthur Zamarin
2023-11-25 10:13 Arthur Zamarin
2023-11-20 7:03 Sam James
2023-11-19 20:38 Michał Górny
2023-11-19 20:07 Arthur Zamarin
2023-11-19 20:06 Arthur Zamarin
2023-11-19 16:01 Michał Górny
2023-11-19 13:31 Michał Górny
2023-11-18 20:13 Michał Górny
2023-11-15 17:13 Sam James
2023-11-15 16:34 Arthur Zamarin
2023-10-29 3:40 Sam James
2023-10-24 21:11 Michał Górny
2023-09-28 16:43 Michał Górny
2023-09-25 18:31 Arthur Zamarin
2023-09-25 17:33 Arthur Zamarin
2023-09-25 16:57 Arthur Zamarin
2023-09-25 16:54 Arthur Zamarin
2023-08-22 12:00 Sam James
2023-08-21 11:25 Sam James
2023-08-21 11:25 Sam James
2023-08-18 5:16 Michał Górny
2023-07-19 9:18 Benda XU
2023-06-29 15:09 Michał Górny
2023-06-28 23:04 Sam James
2023-06-28 23:04 Sam James
2023-06-26 13:23 Sam James
2023-06-26 13:14 Sam James
2023-04-28 4:32 Michał Górny
2023-04-27 23:31 Sam James
2023-04-25 16:05 Michał Górny
2023-04-25 15:00 Michał Górny
2023-04-25 15:00 Michał Górny
2023-04-23 19:30 Michał Górny
2023-04-20 21:52 Sam James
2023-04-20 21:52 Sam James
2023-04-14 20:46 Sam James
2023-04-06 7:58 Arthur Zamarin
2023-04-06 7:56 Arthur Zamarin
2023-03-24 20:48 Arthur Zamarin
2023-03-24 20:44 Arthur Zamarin
2023-03-24 20:34 Arthur Zamarin
2023-03-24 20:13 Arthur Zamarin
2023-02-20 6:24 Michał Górny
2023-01-28 14:18 Arthur Zamarin
2023-01-28 14:18 Arthur Zamarin
2023-01-28 14:15 Arthur Zamarin
2023-01-28 14:15 Arthur Zamarin
2023-01-28 12:08 Arthur Zamarin
2023-01-28 9:08 Sam James
2023-01-28 9:06 Sam James
2023-01-28 9:06 Sam James
2023-01-28 9:06 Sam James
2023-01-28 9:06 Sam James
2023-01-28 9:06 Sam James
2023-01-28 9:06 Sam James
2023-01-05 9:02 Sam James
2023-01-05 8:53 Sam James
2023-01-05 8:50 Sam James
2023-01-05 8:50 Sam James
2022-12-25 9:17 Michał Górny
2022-12-01 19:05 Arthur Zamarin
2022-11-30 19:16 Arthur Zamarin
2022-11-30 19:15 Arthur Zamarin
2022-11-30 14:43 Arthur Zamarin
2022-11-26 21:12 Michał Górny
2022-11-21 16:09 Michał Górny
2022-11-14 9:24 Arthur Zamarin
2022-11-12 16:31 Arthur Zamarin
2022-11-04 0:26 Sam James
2022-11-04 0:23 Sam James
2022-10-27 1:18 Sam James
2022-10-25 8:07 Sam James
2022-10-25 8:07 Sam James
2022-10-24 6:37 Agostino Sarubbo
2022-10-23 7:52 Agostino Sarubbo
2022-10-23 7:52 Agostino Sarubbo
2022-10-23 7:51 Agostino Sarubbo
2022-10-21 7:48 Michał Górny
2022-10-09 16:10 Sam James
2022-10-09 16:10 Sam James
2022-10-09 0:09 Sam James
2022-10-09 0:04 Sam James
2022-10-08 23:56 Sam James
2022-10-08 23:56 Sam James
2022-09-21 4:05 Sam James
2022-08-30 16:42 Sam James
2022-08-01 18:08 Arthur Zamarin
2022-07-31 23:02 Sam James
2022-07-31 17:12 Arthur Zamarin
2022-07-31 16:05 Jakov Smolić
2022-07-31 2:59 Sam James
2022-07-31 2:42 Sam James
2022-07-31 2:42 Sam James
2022-07-30 9:40 Sam James
2022-07-30 9:31 Sam James
2022-07-30 9:20 Sam James
2022-07-24 20:51 Sam James
2022-07-05 1:57 Sam James
2022-06-25 1:33 Sam James
2022-06-23 8:58 Agostino Sarubbo
2022-06-22 13:23 Agostino Sarubbo
2022-06-22 10:16 Agostino Sarubbo
2022-06-22 10:14 Agostino Sarubbo
2022-06-22 10:13 Agostino Sarubbo
2022-06-22 10:10 Agostino Sarubbo
2022-05-19 3:01 Sam James
2022-05-17 11:11 Michał Górny
2022-05-17 9:24 Agostino Sarubbo
2022-05-11 12:55 Agostino Sarubbo
2022-05-07 14:30 Jakov Smolić
2022-03-21 9:18 Jakov Smolić
2022-03-19 7:53 Agostino Sarubbo
2022-03-18 22:28 Michał Górny
2022-03-18 20:55 Arthur Zamarin
2022-03-18 8:57 Arthur Zamarin
2022-02-13 21:29 Jakov Smolić
2021-12-28 19:50 Arthur Zamarin
2021-12-23 22:46 Michał Górny
2021-12-23 22:43 Sam James
2021-12-21 7:20 Agostino Sarubbo
2021-12-19 22:06 Agostino Sarubbo
2021-12-19 11:08 Sam James
2021-12-18 20:00 Arthur Zamarin
2021-11-29 23:58 Sam James
2021-11-26 15:33 Arthur Zamarin
2021-11-25 1:32 Sam James
2021-11-25 0:32 Sam James
2021-11-18 11:15 Sam James
2021-11-17 22:47 Sam James
2021-11-14 23:51 Sam James
2021-11-14 6:32 Sam James
2021-11-14 6:07 Sam James
2021-11-14 3:23 Sam James
2021-11-11 9:18 Jakov Smolić
2021-11-06 5:53 Sam James
2021-11-05 18:09 Sam James
2021-11-05 18:09 Sam James
2021-11-05 18:02 Sam James
2021-11-05 18:02 Sam James
2021-11-05 18:01 Sam James
2021-11-05 7:36 Sam James
2021-11-05 7:36 Sam James
2021-11-05 6:04 Sam James
2021-11-05 5:57 Sam James
2021-11-05 5:56 Sam James
2021-11-05 5:14 Sam James
2021-11-05 2:29 Sam James
2021-10-24 21:14 Sam James
2021-10-19 0:12 Sam James
2021-10-12 7:42 Marek Szuba
2021-10-04 1:52 Sam James
2021-10-02 23:17 Sam James
2021-09-25 21:37 Michał Górny
2021-09-25 13:23 Michał Górny
2021-09-25 13:23 Michał Górny
2021-07-02 10:12 Marek Szuba
2021-06-19 16:18 Michał Górny
2021-06-06 7:14 Agostino Sarubbo
2021-05-31 20:42 Michał Górny
2021-05-31 7:58 Sam James
2021-05-07 13:28 Sam James
2021-05-06 22:34 Sam James
2021-04-26 8:33 Michał Górny
2021-03-31 10:14 Michał Górny
2021-03-25 23:42 Sam James
2021-03-25 18:10 Agostino Sarubbo
2021-03-01 9:20 Agostino Sarubbo
2021-02-25 13:09 Sam James
2021-02-20 10:10 Michał Górny
2021-01-24 11:58 Agostino Sarubbo
2020-12-31 20:22 Michał Górny
2020-11-05 12:41 Michał Górny
2020-10-19 8:13 Michał Górny
2020-09-18 15:43 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1716222157.0977dbe3190333d7c67ef8ad4d8c9d2f2e7db5e9.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox