public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iminuit/
Date: Fri,  9 Feb 2024 14:35:27 +0000 (UTC)	[thread overview]
Message-ID: <1707489299.52fbcba5afe226b0067c08d1c32b558aecfaae77.grozin@gentoo> (raw)

commit:     52fbcba5afe226b0067c08d1c32b558aecfaae77
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  9 14:34:59 2024 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Fri Feb  9 14:34:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52fbcba5

dev-python/iminuit: remove old versions

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 dev-python/iminuit/Manifest                 |  2 -
 dev-python/iminuit/iminuit-2.24.0-r1.ebuild | 60 -----------------------------
 dev-python/iminuit/iminuit-2.25.0.ebuild    | 58 ----------------------------
 3 files changed, 120 deletions(-)

diff --git a/dev-python/iminuit/Manifest b/dev-python/iminuit/Manifest
index 8fc40e6c0f13..d045c3a3c116 100644
--- a/dev-python/iminuit/Manifest
+++ b/dev-python/iminuit/Manifest
@@ -1,4 +1,2 @@
 DIST iminuit-2.21.3.tar.gz 437827 BLAKE2B 5196e896769f6312bb6ba9af8d6f03bea6023a9459ccbe8553e4c10ba5dc2ed90e4e4b57bdd104f7b72e7514a50c0d4c717c76adf206d7eaddcd3c4c54c4d210 SHA512 5e48d4451caf56688143fa4590528fb4ed0660e144dbb3d1c409b84f793593478979728b4af9748b7bbdb7063e2ef7e05476a2ecd52af089f351522aadfc9ba4
-DIST iminuit-2.24.0.tar.gz 2326542 BLAKE2B 98713f814f9c6c58e18c0e468037717c846dce02cedeb86320d47f8515d2e6309bd0f4600e404905235de0e84b6e188c90f6b3776affe607c54df5f721035d75 SHA512 d4c439ddba950b82c5f665cffe099ea593d9f154ecc00dd23359e2fba057bb11e86b832465fbb6f19cd68717913b34f818e434205270f5292b0dc6c2237cf4cc
-DIST iminuit-2.25.0.tar.gz 2920587 BLAKE2B 19cab06326461ffc333cf704353620608e7c59376cd8d9a508cfea0bb517f05cb8795250c45495d8e052e4b3739903b07374eae439f7ea3a8b9de558f7aed667 SHA512 cd8322276529127f7a7b3360d5cef9cb9ffdfd48df4b2bbec4bfa60b84377abb4e24b932b385655448ae207191e2810a2da5b11bb7cce6baa195d0421644e1e4
 DIST iminuit-2.25.1.tar.gz 2921727 BLAKE2B db3460ccfa9a0eebf9995758b4ea42eb6e11c09eb3ed9e99aa36ae544c741f07a492ef7228755495229bcf7964932c2667894c2173b5d458833685c2c1ca226c SHA512 a4047f1aaf8e09c0cd531ac10db9a73477cedc2de832e96696e523c8e2319e55925c64996429df15b74b27e72c9c24d8f2b2af3637043967aff377b0a489c003

diff --git a/dev-python/iminuit/iminuit-2.24.0-r1.ebuild b/dev-python/iminuit/iminuit-2.24.0-r1.ebuild
deleted file mode 100644
index 2513fa8870b7..000000000000
--- a/dev-python/iminuit/iminuit-2.24.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=scikit-build-core
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit cmake distutils-r1 virtualx pypi
-
-DESCRIPTION="Minuit numerical function minimization in Python"
-HOMEPAGE="
-	https://github.com/scikit-hep/iminuit/
-	https://pypi.org/project/iminuit/
-"
-
-LICENSE="MIT LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/numpy[${PYTHON_USEDEP}]
-"
-DEPEND="
-	dev-python/pybind11[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	${BDEPEND}
-	dev-python/cython[${PYTHON_USEDEP}]
-	test? (
-		dev-python/annotated-types[${PYTHON_USEDEP}]
-		dev-python/ipython[${PYTHON_USEDEP}]
-		dev-python/ipywidgets[${PYTHON_USEDEP}]
-		dev-python/matplotlib[${PYTHON_USEDEP}]
-		dev-python/scipy[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-	virtx distutils-r1_src_test
-}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# warnings caught as exceptions, sigh
-		# https://github.com/scikit-hep/iminuit/pull/907
-		tests/test_cost.py::test_UnbinnedNLL_visualize
-
-		# precision error
-		tests/test_cost.py::test_Template_with_model_2D
-
-		# TODO
-		tests/test_describe.py::test_with_pydantic_types
-	)
-
-	epytest -p no:pytest-describe || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/iminuit/iminuit-2.25.0.ebuild b/dev-python/iminuit/iminuit-2.25.0.ebuild
deleted file mode 100644
index ae167b13d180..000000000000
--- a/dev-python/iminuit/iminuit-2.25.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=scikit-build-core
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit cmake distutils-r1 virtualx pypi
-
-DESCRIPTION="Minuit numerical function minimization in Python"
-HOMEPAGE="
-	https://github.com/scikit-hep/iminuit/
-	https://pypi.org/project/iminuit/
-"
-
-LICENSE="MIT LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/numpy[${PYTHON_USEDEP}]
-"
-DEPEND="
-	dev-python/pybind11[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	${BDEPEND}
-	dev-python/cython[${PYTHON_USEDEP}]
-	test? (
-		dev-python/annotated-types[${PYTHON_USEDEP}]
-		dev-python/ipython[${PYTHON_USEDEP}]
-		dev-python/ipywidgets[${PYTHON_USEDEP}]
-		dev-python/matplotlib[${PYTHON_USEDEP}]
-		dev-python/scipy[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-	virtx distutils-r1_src_test
-}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# precision error
-		tests/test_cost.py::test_Template_with_model_2D
-
-		# TODO
-		tests/test_describe.py::test_with_pydantic_types
-	)
-
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	# nonfatal implied by virtx
-	nonfatal epytest || die "Tests failed with ${EPYTHON}"
-}


             reply	other threads:[~2024-02-09 14:35 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-09 14:35 Andrey Grozin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-09  6:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/iminuit/ Michał Górny
2024-10-09  6:31 Michał Górny
2024-09-25  4:39 Michał Górny
2024-08-26  4:03 Michał Górny
2024-08-26  4:03 Michał Górny
2024-08-02  4:50 Michał Górny
2024-07-31  5:52 Michał Górny
2024-07-12 12:03 Michał Górny
2024-06-04  5:41 Michał Górny
2024-02-10  9:15 Michał Górny
2024-02-08 18:56 Michał Górny
2024-02-01  4:47 Michał Górny
2023-12-30 18:28 Michał Górny
2023-10-28 13:31 Andrey Grozin
2023-10-28 13:30 Andrey Grozin
2023-08-15 19:15 Michał Górny
2023-08-04 15:14 Michał Górny
2023-07-30 17:51 Michał Górny
2023-07-02 15:21 Michał Górny
2023-05-06  4:56 Andrey Grozin
2023-04-19  4:30 Andrey Grozin
2023-02-11  7:27 Michał Górny
2022-12-16 11:32 Michał Górny
2022-11-14  4:39 Michał Górny
2022-11-14  4:39 Michał Górny
2022-09-27 18:25 Arthur Zamarin
2022-09-02 17:37 Michał Górny
2022-08-16 18:51 Arthur Zamarin
2022-08-03 17:30 Arthur Zamarin
2022-07-29 10:12 Arthur Zamarin
2022-07-26 14:11 Michał Górny
2022-07-18  7:54 Michał Górny
2022-07-15 18:30 Arthur Zamarin
2022-07-02  4:47 Michał Górny
2022-06-21 17:32 Arthur Zamarin
2022-05-16 13:20 Michał Górny
2022-03-30 18:45 Michał Górny
2022-03-09 20:06 Arthur Zamarin
2022-02-26 17:59 Michał Górny
2022-02-26 17:59 Michał Górny
2022-01-10  4:58 Michał Górny
2021-10-17  8:58 Michał Górny
2021-10-12  6:18 Michał Górny
2021-09-04  7:47 Michał Górny
2021-08-16 12:17 Michał Górny
2021-08-16  7:30 Michał Górny
2021-07-26  5:33 Michał Górny
2021-07-26  5:33 Michał Górny
2021-07-05  5:50 Michał Górny
2021-05-14  8:14 Michał Górny
2021-05-03  9:16 Michał Górny
2021-05-01  7:45 Michał Górny
2021-03-14  4:17 Andrey Grozin
2021-03-14  4:15 Andrey Grozin
2021-01-25  8:21 Michał Górny
2021-01-25  8:21 Michał Górny
2021-01-25  8:21 Michał Górny
2021-01-13 12:26 Andrey Grozin
2021-01-13 12:17 Andrey Grozin
2020-03-27 15:37 Michał Górny
2020-03-17 15:11 Andrey Grozin
2018-11-11 14:32 Andrey Grozin
2017-06-28 18:21 Sebastien Fabbro
2016-03-21 23:08 Sebastien Fabbro
2015-12-03  7:29 Andrey Grozin

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=1707489299.52fbcba5afe226b0067c08d1c32b558aecfaae77.grozin@gentoo \
    --to=grozin@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