From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iminuit/
Date: Tue, 16 Aug 2022 18:51:01 +0000 (UTC) [thread overview]
Message-ID: <1660675804.384c085c1dfee4bac5434ba180b866dd7a49e776.arthurzam@gentoo> (raw)
commit: 384c085c1dfee4bac5434ba180b866dd7a49e776
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 18:23:41 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 18:50:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384c085c
dev-python/iminuit: add 2.16.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/iminuit/Manifest | 1 +
dev-python/iminuit/iminuit-2.16.0.ebuild | 42 ++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-python/iminuit/Manifest b/dev-python/iminuit/Manifest
index 3f74ec93c1da..3efb5260670d 100644
--- a/dev-python/iminuit/Manifest
+++ b/dev-python/iminuit/Manifest
@@ -6,3 +6,4 @@ DIST iminuit-2.13.0.tar.gz 422872 BLAKE2B 756c43cfa89037ee80c274e0e4e9a70fe8fbbc
DIST iminuit-2.14.0.tar.gz 427380 BLAKE2B 1ed6119bb6ee3ed91a6f40064959c138d12526d534520104cede88f14f298ff25f51d3e17515b3d3b78b7cbb4361a6cb704e24dc02930ad9414c42fed96c830c SHA512 8370c62a02e99e4eaf19153fabb6dc1dbd5db50fed94df73be28bbdc3b5f2d27cb1e770e5d6a031cbf780799363c69da0fb78e12a7f8cdc832e6120e4e78bd0b
DIST iminuit-2.15.1.tar.gz 429180 BLAKE2B b23f2200cc2279136bc5fa01bdd26f44f9cdad8150e503ef11ac70916f1ec52f9e1568a2ab0c5dcb9a8db714580c036fb2764e3a36f866bde87614d0c62e1867 SHA512 e651fedc9c387a21b07201fc5e3cf1f76d8ab6bf50d276068c17fc8a19262afcb2fcc8204619a090a58514cf1e67d372141fc3c558f1c53beab405ea404e8c0d
DIST iminuit-2.15.2.tar.gz 429553 BLAKE2B a7d0cc5e3776ac962c653c8f10687af457f40a89ec9a58c6d17fc39a51a863c91f0a50e6d2e53713eaf3010e4c8fdc9efdaa44b033741c5af514c2986507cef6 SHA512 185f2581c8ce3b7af7601b456205054875d92ce0c0491e3aad0da386a1556509622dd6ed30ad10df82f3c43cc5f03cf13f1d3765d4252ab5ecf943a3d9f4310f
+DIST iminuit-2.16.0.tar.gz 429960 BLAKE2B 39d5d52797f8f9749dc99b638039323c5eaedec9bd810f8f6b79f19c37e12d6c8d3c6acd4811b80a43828c9ca7b1a30ea71174cdd749d40f5b27cdfd1de193c6 SHA512 06a3906ff121c135ec3c882a5eb5d77a09b910cd2b81d4e6e635122a4544546b64fc6342936a8a963e84d89efca82552a0283908e100d26c25d4bbf7fca5735e
diff --git a/dev-python/iminuit/iminuit-2.16.0.ebuild b/dev-python/iminuit/iminuit-2.16.0.ebuild
new file mode 100644
index 000000000000..8f9a4ea554d7
--- /dev/null
+++ b/dev-python/iminuit/iminuit-2.16.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+# forced implicitly
+CMAKE_MAKEFILE_GENERATOR=emake
+inherit cmake distutils-r1 virtualx
+
+DESCRIPTION="Minuit numerical function minimization in Python"
+HOMEPAGE="https://github.com/scikit-hep/iminuit/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT LGPL-2.1"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ dev-python/numpy[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/cython[${PYTHON_USEDEP}]
+ test? (
+ 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() {
+ epytest -p no:pytest-describe || die "Tests failed with ${EPYTHON}"
+}
next reply other threads:[~2022-08-16 18:51 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-16 18:51 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-02 19:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/iminuit/ Michał Górny
2025-08-02 19:12 Michał Górny
2025-04-06 5:42 Michał Górny
2025-04-06 5:42 Michał Górny
2024-10-09 6:31 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-09 14:35 Andrey Grozin
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-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=1660675804.384c085c1dfee4bac5434ba180b866dd7a49e776.arthurzam@gentoo \
--to=arthurzam@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