commit:     3f42f5843a89d8ab1883d3ca3849bce6f4c24f9f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 18:32:00 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 19:56:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f42f584

dev-python/lmfit: Bump to 1.3.2

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

 dev-python/lmfit/Manifest           |  1 +
 dev-python/lmfit/lmfit-1.3.2.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/lmfit/Manifest b/dev-python/lmfit/Manifest
index 7525d6d8fbec..9cfa98af0dd0 100644
--- a/dev-python/lmfit/Manifest
+++ b/dev-python/lmfit/Manifest
@@ -1 +1,2 @@
 DIST lmfit-1.3.1.tar.gz 629917 BLAKE2B 
6cb5f478bf0b31ce6fe6ccfc97d216fae63f8efa159b30151896254352d3d0e1667d276101f93d357a0dabc39462bd110f115ff6e89c18739c1728f089f54d89
 SHA512 
b6766224ecd4c75e09a935ab86041852f22491870191c6b6b8cc0e5a873e7c69cb6f11517afa987289c63fb249a8ceef7c336e1c7c4e19d33a2e1bc04fbe6aa6
+DIST lmfit-1.3.2.tar.gz 623945 BLAKE2B 
aa2f1a98a842199271c09297d1399fdc408c58114e67324503151e7701c7176e6b03d218d668d6bf002c0ad61474e18d11edbdacfb4b621533b8f958d0f2026d
 SHA512 
2dbba258aa14bd9bdb032cfe93086e207da5398137a06031aa1f09a0f9c35636e89488ed1bd348cdc2a5ea140df839f5cb414d9d208ac7ddda5f7f11d0c058d4

diff --git a/dev-python/lmfit/lmfit-1.3.2.ebuild 
b/dev-python/lmfit/lmfit-1.3.2.ebuild
new file mode 100644
index 000000000000..8c8e470ae48b
--- /dev/null
+++ b/dev-python/lmfit/lmfit-1.3.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Non-Linear Least-Squares Minimization and Curve-Fitting for 
Python"
+HOMEPAGE="
+       https://lmfit.github.io/lmfit-py/
+       https://github.com/lmfit/lmfit-py/
+       https://pypi.org/project/lmfit/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       >=dev-python/asteval-1.0.0[${PYTHON_USEDEP}]
+       >=dev-python/dill-0.3.4[${PYTHON_USEDEP}]
+       >=dev-python/numpy-1.19[${PYTHON_USEDEP}]
+       >=dev-python/scipy-1.6[${PYTHON_USEDEP}]
+       >=dev-python/uncertainties-3.2.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       >=dev-python/setuptools-scm-6.2[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+       epytest -o addopts=
+}

Reply via email to