From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iminuit/
Date: Sun, 14 Mar 2021 04:15:28 +0000 (UTC) [thread overview]
Message-ID: <1615695320.2b674dd648e5ea547a1fd33e8a6f3436e8ccde55.grozin@gentoo> (raw)
commit: 2b674dd648e5ea547a1fd33e8a6f3436e8ccde55
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 04:15:20 2021 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 04:15:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b674dd6
dev-python/iminuit: clean old
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
dev-python/iminuit/Manifest | 2 --
dev-python/iminuit/iminuit-1.3.8.ebuild | 31 -------------------------------
dev-python/iminuit/iminuit-2.2.1.ebuild | 29 -----------------------------
3 files changed, 62 deletions(-)
diff --git a/dev-python/iminuit/Manifest b/dev-python/iminuit/Manifest
index d67a8cb944b..85e03440018 100644
--- a/dev-python/iminuit/Manifest
+++ b/dev-python/iminuit/Manifest
@@ -1,3 +1 @@
-DIST iminuit-1.3.8.tar.gz 496459 BLAKE2B 71920535b48ea135b34c9f55b0ac0aecc290ff68dd9a27e549ad643caabb4722899ed8eb3e413850ceb965910c39452c59c3ff4cb93416e4f945534f9a518071 SHA512 4c0069389a5e53b6e082ef82e56226427fdfd66c51b6c5bc488ebb2b113fd98ab6494d26c94f97255eec775e6441bda5c506b402ad13ad8698c361742e8cbc60
-DIST iminuit-2.2.1.tar.gz 371183 BLAKE2B 3b7f1c2930a490c458d1f5659e7cadabe782b74d4426a1b16c56acb3f3c2fc3c413d6765156ae681cf838d184db674d5f66fb419324b43c5a91944b8f6190eb5 SHA512 21f04b82c646c4bd6a9e5cc1b8bd0503e1693e994bef83f57595935733cc238231f57337a38fb15abc62782228de73b960b39ae46250a4124ea4f7fca8d8c5b9
DIST iminuit-2.3.0.tar.gz 371854 BLAKE2B e432da9281c5d50eb306766b65e20a1d02b0fcc06ff0c9dd44f60a8cc840f406e76b4d3c5643a6ab36b9ed0f29f0a327f6fa16b859522853ca9211470691334c SHA512 e3be69040bd5a5d42fcefb5bdc8f20e002eff22fe46d83a9a4cafc66d6772f57169c336c618f9b14bf819042f922e3c37ab88db4dacd36b3d2f1b2ceb8e2d081
diff --git a/dev-python/iminuit/iminuit-1.3.8.ebuild b/dev-python/iminuit/iminuit-1.3.8.ebuild
deleted file mode 100644
index ca8a0d0383b..00000000000
--- a/dev-python/iminuit/iminuit-1.3.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Minuit numerical function minimization in Python"
-HOMEPAGE="https://github.com/iminuit/iminuit"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-SLOT="0"
-LICENSE="MIT LGPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-# removed until ipython and matplotlib get python3_8
-IUSE=""
-#IUSE="test"
-#RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/cython[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]"
-# test? (
-# dev-python/ipython[${PYTHON_USEDEP}]
-# dev-python/matplotlib[${PYTHON_USEDEP}]
-# dev-python/pytest[${PYTHON_USEDEP}] )
-
-#python_test() {
-# virtx esetup.py test
-#}
diff --git a/dev-python/iminuit/iminuit-2.2.1.ebuild b/dev-python/iminuit/iminuit-2.2.1.ebuild
deleted file mode 100644
index 3c8fe149531..00000000000
--- a/dev-python/iminuit/iminuit-2.2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..8} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Minuit numerical function minimization in Python"
-HOMEPAGE="https://github.com/iminuit/iminuit"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-SLOT="0"
-LICENSE="MIT LGPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/cython[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/ipython[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
- virtx pytest
-}
next reply other threads:[~2021-03-14 4:15 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-14 4:15 Andrey Grozin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-06 5:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/iminuit/ 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-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-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=1615695320.2b674dd648e5ea547a1fd33e8a6f3436e8ccde55.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