summaryrefslogtreecommitdiff
path: root/dev-python/lmfit
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-22 19:12:41 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-22 19:12:41 +0000
commitda975a2e8fbbda04e823d7625d8952b52a3c9aec (patch)
tree12931314a281b8bd4930efcae4e4468b09fb99a7 /dev-python/lmfit
parent753d8fe6b91c19e78c1d4657723d7742125e007a (diff)
downloadbaldeagleos-repo-da975a2e8fbbda04e823d7625d8952b52a3c9aec.tar.gz
baldeagleos-repo-da975a2e8fbbda04e823d7625d8952b52a3c9aec.tar.xz
baldeagleos-repo-da975a2e8fbbda04e823d7625d8952b52a3c9aec.zip
Adding metadata
Diffstat (limited to 'dev-python/lmfit')
-rw-r--r--dev-python/lmfit/Manifest1
-rw-r--r--dev-python/lmfit/lmfit-1.3.3.ebuild38
-rw-r--r--dev-python/lmfit/lmfit-1.3.4.ebuild2
3 files changed, 1 insertions, 40 deletions
diff --git a/dev-python/lmfit/Manifest b/dev-python/lmfit/Manifest
index cc42268bff9f..5b7e0b1e485c 100644
--- a/dev-python/lmfit/Manifest
+++ b/dev-python/lmfit/Manifest
@@ -1,2 +1 @@
-DIST lmfit-1.3.3.tar.gz 632645 BLAKE2B 9a8634a92e20a113ae5d5907ff223fc083716d2a5ca07a37dbc4c47963a0af91369721557b8a95df377c098e75b269c2bbea054e9ad35d6574d04b3f996ee1a0 SHA512 d81f950b3f4f4f25f3e814e063925f6f92d3ff1b05ee23bf0d89fd23be993ed34122b8db2b1376481cbe93243facb1de9437268c2bb99c97d9421af5b8443de7
DIST lmfit-1.3.4.tar.gz 630720 BLAKE2B 8817a95bf15e4c39a4d7396c772d15647065ae11abe0cd1e6d8ae72deb984752d07823d2ff1e957280223b618389150eafe2ae7606f1c30b0d37f7c5d84476fc SHA512 787ebdbc489884d4c391775e5ab4fba21f0e95866139b6b3effe7f3d02b4d5adc9297f923e63820259b42c6678188317c1f23524ab11f05c053a89efa600d3d4
diff --git a/dev-python/lmfit/lmfit-1.3.3.ebuild b/dev-python/lmfit/lmfit-1.3.3.ebuild
deleted file mode 100644
index bddc6b45717c..000000000000
--- a/dev-python/lmfit/lmfit-1.3.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} )
-
-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.24[${PYTHON_USEDEP}]
- >=dev-python/scipy-1.10.0[${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() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest -o addopts=
-}
diff --git a/dev-python/lmfit/lmfit-1.3.4.ebuild b/dev-python/lmfit/lmfit-1.3.4.ebuild
index 8294cbaf233d..532b8a8c8893 100644
--- a/dev-python/lmfit/lmfit-1.3.4.ebuild
+++ b/dev-python/lmfit/lmfit-1.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8