public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Thu, 14 Oct 2021 21:13:22 +0000 (UTC)	[thread overview]
Message-ID: <1634245994.9c68a42bea717ef80f0ab401703fdb70e11b7126.mgorny@gentoo> (raw)

commit:     9c68a42bea717ef80f0ab401703fdb70e11b7126
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 20:46:07 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 21:13:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c68a42b

dev-python/lmfit: Bump to 1.0.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/lmfit/Manifest           |  1 +
 dev-python/lmfit/lmfit-1.0.3.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/lmfit/Manifest b/dev-python/lmfit/Manifest
index 2fac02b39c6..0b3cef26609 100644
--- a/dev-python/lmfit/Manifest
+++ b/dev-python/lmfit/Manifest
@@ -1 +1,2 @@
 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.3.ebuild b/dev-python/lmfit/lmfit-1.0.3.ebuild
new file mode 100644
index 00000000000..266f2a8ebaa
--- /dev/null
+++ b/dev-python/lmfit/lmfit-1.0.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..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.22[${PYTHON_USEDEP}]
+	>=dev-python/numpy-1.18[${PYTHON_USEDEP}]
+	>=dev-python/uncertainties-3.0.1[${PYTHON_USEDEP}]
+	>=dev-python/scipy-1.4[${PYTHON_USEDEP}]
+"
+# past from future needed for tests, bug #737978
+BDEPEND="
+	test? ( dev-python/future[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-10-14 21:13 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14 21:13 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-17  9:00 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=1634245994.9c68a42bea717ef80f0ab401703fdb70e11b7126.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