From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94A171382C5 for ; Sun, 7 Jun 2020 10:45:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7D77E0971; Sun, 7 Jun 2020 10:45:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2A71E0971 for ; Sun, 7 Jun 2020 10:45:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A142234F3CA for ; Sun, 7 Jun 2020 10:45:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7424C28D for ; Sun, 7 Jun 2020 10:45:49 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1591526724.474620d5b9d9ff06f5079c22df906b12b208434c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lmfit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lmfit/Manifest dev-python/lmfit/lmfit-1.0.1.ebuild dev-python/lmfit/metadata.xml X-VCS-Directories: dev-python/lmfit/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 474620d5b9d9ff06f5079c22df906b12b208434c X-VCS-Branch: master Date: Sun, 7 Jun 2020 10:45:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f83a4fc-02b7-40d9-af76-fe39739871cf X-Archives-Hash: a6eb447d3a0eb66bb065a302c5ab9d13 commit: 474620d5b9d9ff06f5079c22df906b12b208434c Author: Pacho Ramos gentoo org> AuthorDate: Sun Jun 7 10:38:35 2020 +0000 Commit: Pacho Ramos gentoo 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 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 @@ + + + + + pacho@gentoo.org + +