From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iminuit/
Date: Sun, 17 Oct 2021 08:58:12 +0000 (UTC) [thread overview]
Message-ID: <1634461081.0b47fa7313f8d18d2eac5c670ef8f757518db47a.mgorny@gentoo> (raw)
commit: 0b47fa7313f8d18d2eac5c670ef8f757518db47a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 08:55:41 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 08:58:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b47fa73
dev-python/iminuit: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/iminuit/Manifest | 4 ----
dev-python/iminuit/iminuit-2.7.0.ebuild | 31 -------------------------------
dev-python/iminuit/iminuit-2.8.0.ebuild | 31 -------------------------------
dev-python/iminuit/iminuit-2.8.2.ebuild | 32 --------------------------------
dev-python/iminuit/iminuit-2.8.3.ebuild | 32 --------------------------------
5 files changed, 130 deletions(-)
diff --git a/dev-python/iminuit/Manifest b/dev-python/iminuit/Manifest
index 6159509d15e..fe53c4688ce 100644
--- a/dev-python/iminuit/Manifest
+++ b/dev-python/iminuit/Manifest
@@ -1,5 +1 @@
-DIST iminuit-2.7.0.tar.gz 384016 BLAKE2B 857df47e8f4779c41b32e624ce3c5dfe16f39f57441f1f32367c9170bfe6f74fb84eb67a54b773690ce5fdde762d3383adbaf97e81d917a17e2995b9e69623be SHA512 c4f5ba80024e87e57087175b012d043df65079e5b8f0376ff7254ebb256ca845460b3c330043aacd960092178ce8fd4d8bd3cccd93ebe3515f7a9896b756c629
-DIST iminuit-2.8.0.tar.gz 389147 BLAKE2B f54de6fb39d942c39438e82cb38f04974f0e565d31c3bb06ac39f73a28b82207f7590d9039e491c8dc44286e4311ee3f6f0114be94754104e0d0a06af5fa8acd SHA512 89655a5c925d6f02cde3c8a3139a0c93e9a667a6e0a34ec1f99d5b0f91c79671f2b325553359daeed91437d474e31354088b66a58e53e8235dcbbb4bf6da4935
-DIST iminuit-2.8.2.tar.gz 389847 BLAKE2B 0d30e2f3a933c446e985d205b4a5d4289856ff48743486cdaddfd6c655dbbe833a0d0a6aca10ee2d747d51a18f8b20c3e1cdc4cf87717321a2cc9f87726f98d8 SHA512 02a3d3e436bc78840ff48af425449cf8467265d9f95c1a9bdaced664e3f167bb29876d1b3717b1e0fca656dd4108f1526d0be846a6ec0cdfb9f1d7243ccb283b
-DIST iminuit-2.8.3.tar.gz 390386 BLAKE2B bf5d67c92722c5623b9cf19547d934f1c53c5aeae88ef3e4d9d9c9fac00c99a3969e29a2e00d1cf2ada35cac4373b15d6f7831a217e91068b307d2c256854949 SHA512 201844da1cc3c9eb5c06a851f5040370ec57d86ec7e47d531cd49595142d2c5788468f76da4de1ac73ca6691bbddef8c0f23444aa9036a9309c80c1e9d218190
DIST iminuit-2.8.4.tar.gz 391667 BLAKE2B 15d82db308ac361f45399debb342ba350c6ec83e111fca16baed99dc029010284b946292f4236e26ae5cdd60f7a130902bca53669b31e335d706ead77f6603db SHA512 564506921027d6addffb9df6f2ad2aec69981af49e2552f4d093d03fbf79f12a72e6dec58f159810d621a58ddd56dbf1258359d01d56d33a7c30b08eb5b333ed
diff --git a/dev-python/iminuit/iminuit-2.7.0.ebuild b/dev-python/iminuit/iminuit-2.7.0.ebuild
deleted file mode 100644
index 10e6b9207df..00000000000
--- a/dev-python/iminuit/iminuit-2.7.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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/matplotlib[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
-
-python_test() {
- virtx epytest
-}
diff --git a/dev-python/iminuit/iminuit-2.8.0.ebuild b/dev-python/iminuit/iminuit-2.8.0.ebuild
deleted file mode 100644
index 10e6b9207df..00000000000
--- a/dev-python/iminuit/iminuit-2.8.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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/matplotlib[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
-
-python_test() {
- virtx epytest
-}
diff --git a/dev-python/iminuit/iminuit-2.8.2.ebuild b/dev-python/iminuit/iminuit-2.8.2.ebuild
deleted file mode 100644
index 82c92fced6c..00000000000
--- a/dev-python/iminuit/iminuit-2.8.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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/matplotlib[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
-
-python_test() {
- virtx epytest
-}
diff --git a/dev-python/iminuit/iminuit-2.8.3.ebuild b/dev-python/iminuit/iminuit-2.8.3.ebuild
deleted file mode 100644
index cb742073fae..00000000000
--- a/dev-python/iminuit/iminuit-2.8.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-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/matplotlib[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
-
-python_test() {
- virtx epytest -p no:pytest-describe
-}
next reply other threads:[~2021-10-17 8:58 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-17 8:58 Michał Górny [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-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-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=1634461081.0b47fa7313f8d18d2eac5c670ef8f757518db47a.mgorny@gentoo \
--to=mgorny@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