From cf82f0e029dffbc81055517f8e5eada40c148c20 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 22 Mar 2026 10:09:36 +0100 Subject: [PATCH] dev-python/lmfit: drop 1.3.3 Signed-off-by: Pacho Ramos --- dev-python/lmfit/Manifest | 1 - dev-python/lmfit/lmfit-1.3.3.ebuild | 38 ----------------------------- 2 files changed, 39 deletions(-) delete mode 100644 dev-python/lmfit/lmfit-1.3.3.ebuild diff --git a/dev-python/lmfit/Manifest b/dev-python/lmfit/Manifest index cc42268bff9fd..5b7e0b1e485c5 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 4425aedb953d1..0000000000000 --- 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..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.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= -}