From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lmfit/
Date: Sun, 17 Oct 2021 09:00:28 +0000 (UTC) [thread overview]
Message-ID: <1634461212.349c5c87fdbe04ce89b7aeb584ed260fdc3578cb.mgorny@gentoo> (raw)
commit: 349c5c87fdbe04ce89b7aeb584ed260fdc3578cb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 09:00:12 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 09:00:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349c5c87
dev-python/lmfit: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/lmfit/Manifest | 1 -
dev-python/lmfit/lmfit-1.0.2.ebuild | 40 -------------------------------------
2 files changed, 41 deletions(-)
diff --git a/dev-python/lmfit/Manifest b/dev-python/lmfit/Manifest
index 0b3cef26609..d546c944bfa 100644
--- a/dev-python/lmfit/Manifest
+++ b/dev-python/lmfit/Manifest
@@ -1,2 +1 @@
-DIST lmfit-1.0.2.tar.gz 306039 BLAKE2B ab5fcda566f81f00a9d2371f6ae5b3477ed015c70e9b9faf8c5228e3f75f0bf9085d9bd3789042af7b46813d0b6c88f96da37ce295593a5368144d53f5f1799b SHA512 85adeac989117dab3cc9aaf216c37ea5087452351a7978238929216dd9d9be8b6b6790103d4fbbf5211a943c43fb99461750cf58287e2b18c27f66eeacc6ed9a
DIST lmfit-1.0.3.tar.gz 292475 BLAKE2B 6d97fe671b0d5bb7751d0ead97ab83d8100e2bb16b81bed61ff07ee6355bffd99258ab554032c9b8a35bb4376a1efef0ab988b3eb6d5a9e26f52314719e45dae SHA512 33febdd68104bb41ca379a8acd03a8bb985ba8785d607ab110b63bc7b3b39b9d95161a683fe015613bee6d99100ede82d1f3574515a6bfb9160300a5791fcc55
diff --git a/dev-python/lmfit/lmfit-1.0.2.ebuild b/dev-python/lmfit/lmfit-1.0.2.ebuild
deleted file mode 100644
index 33dc0c4bf79..00000000000
--- a/dev-python/lmfit/lmfit-1.0.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Non-Linear Least-Squares Minimization and Curve-Fitting for Python"
-HOMEPAGE="https://lmfit.github.io/lmfit-py/ https://github.com/lmfit/lmfit-py/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- >=dev-python/asteval-0.9.16[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.16[${PYTHON_USEDEP}]
- >=dev-python/uncertainties-3.0.1[${PYTHON_USEDEP}]
- >=dev-python/scipy-1.2[${PYTHON_USEDEP}]
-"
-# past from future needed for tests, bug #737978
-BDEPEND="${RDEPEND}
- test? ( dev-python/future[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local deselect=(
- # numpy warning mismatch
- tests/test_confidence.py::test_confidence_warnings
- tests/test_model.py::TestUserDefiniedModel::test_extra_param_issues_warning
- )
-
- pytest -vv ${deselect[@]/#/--deselect } ||
- die "Tests failed with ${EPYTHON}"
-}
next reply other threads:[~2021-10-17 9:00 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-17 9:00 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-19 19:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/lmfit/ Michał Górny
2024-07-08 17:44 Michał Górny
2024-06-20 18:07 Michał Górny
2024-04-19 19:17 Arthur Zamarin
2024-04-05 2:45 Michał Górny
2023-11-07 20:31 Michał Górny
2023-07-24 11:32 Michał Górny
2023-07-14 5:33 Michał Górny
2023-05-03 7:51 Michał Górny
2023-04-09 6:08 Michał Górny
2022-12-24 11:38 Michał Górny
2022-12-24 11:38 Michał Górny
2022-11-28 6:05 Michał Górny
2021-10-14 21:13 Michał Górny
2021-09-26 10:18 Pacho Ramos
2021-07-08 12:34 Pacho Ramos
2021-04-12 1:09 Sam James
2021-02-08 15:08 Pacho Ramos
2021-02-08 15:07 Michał Górny
2021-02-08 8:44 Michał Górny
2020-06-07 10:45 Pacho Ramos
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=1634461212.349c5c87fdbe04ce89b7aeb584ed260fdc3578cb.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