public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lmfit/
Date: Sun,  7 Jun 2020 10:45:49 +0000 (UTC)	[thread overview]
Message-ID: <1591526724.474620d5b9d9ff06f5079c22df906b12b208434c.pacho@gentoo> (raw)

commit:     474620d5b9d9ff06f5079c22df906b12b208434c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  7 10:38:35 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun  7 10:45:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474620d5

dev-python/lmfit: Needed by newer chemex

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 dev-python/lmfit/Manifest           |  1 +
 dev-python/lmfit/lmfit-1.0.1.ebuild | 25 +++++++++++++++++++++++++
 dev-python/lmfit/metadata.xml       |  7 +++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-python/lmfit/Manifest b/dev-python/lmfit/Manifest
new file mode 100644
index 00000000000..2612f9b8621
--- /dev/null
+++ b/dev-python/lmfit/Manifest
@@ -0,0 +1 @@
+DIST lmfit-1.0.1.tar.gz 258368 BLAKE2B bd2956cb9519f9303d0d2707b0333839ce471f62f53c907870bb6b8ab867cbcd1581d82a1959a6c3c734bd6b8074a769f0587706b3172800cbdef979db3a148d SHA512 1ae3e2cb25625a9b24c261d81c8f1ba0389266724581762f6e0a96140c84e43acd527ab1b83b862bf7b3b4c0b1b9755ee38d0c52e63fe89ea41f2d010b1e5c0d

diff --git a/dev-python/lmfit/lmfit-1.0.1.ebuild b/dev-python/lmfit/lmfit-1.0.1.ebuild
new file mode 100644
index 00000000000..3b27e1c92c0
--- /dev/null
+++ b/dev-python/lmfit/lmfit-1.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..8} )
+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=""
+
+BDEPEND="
+	>=dev-python/asteval-0.9.16[${PYTHON_USEDEP}]
+	>=dev-python/numpy-1.16[${PYTHON_USEDEP}]
+	>=dev-python/uncertainties-3.0.1[${PYTHON_USEDEP}]
+	>=sci-libs/scipy-1.2[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest

diff --git a/dev-python/lmfit/metadata.xml b/dev-python/lmfit/metadata.xml
new file mode 100644
index 00000000000..020b40648ee
--- /dev/null
+++ b/dev-python/lmfit/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>pacho@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2020-06-07 10:45 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-07 10:45 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-08  8:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/lmfit/ Michał Górny
2021-02-08 15:07 Michał Górny
2021-02-08 15:08 Pacho Ramos
2021-04-12  1:09 Sam James
2021-07-08 12:34 Pacho Ramos
2021-09-26 10:18 Pacho Ramos
2021-10-14 21:13 Michał Górny
2021-10-17  9:00 Michał Górny
2022-11-28  6:05 Michał Górny
2022-12-24 11:38 Michał Górny
2022-12-24 11:38 Michał Górny
2023-04-09  6:08 Michał Górny
2023-05-03  7:51 Michał Górny
2023-07-14  5:33 Michał Górny
2023-07-24 11:32 Michał Górny
2023-11-07 20:31 Michał Górny
2024-04-05  2:45 Michał Górny
2024-04-19 19:17 Arthur Zamarin
2024-06-20 18:07 Michał Górny
2024-07-08 17:44 Michał Górny
2024-07-19 19:56 Michał Górny

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=1591526724.474620d5b9d9ff06f5079c22df906b12b208434c.pacho@gentoo \
    --to=pacho@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