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 08079158086 for ; Sun, 17 Oct 2021 09:00:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CD37E0930; Sun, 17 Oct 2021 09:00:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FA64E0930 for ; Sun, 17 Oct 2021 09:00:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28AC934336A for ; Sun, 17 Oct 2021 09:00:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8605169 for ; Sun, 17 Oct 2021 09:00:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1634461212.349c5c87fdbe04ce89b7aeb584ed260fdc3578cb.mgorny@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.2.ebuild X-VCS-Directories: dev-python/lmfit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 349c5c87fdbe04ce89b7aeb584ed260fdc3578cb X-VCS-Branch: master Date: Sun, 17 Oct 2021 09:00:28 +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: a4850d66-fa30-4caf-b8ff-7846ab66cc6c X-Archives-Hash: 41a4c0a98e9c906b8b2397fc686f67dc commit: 349c5c87fdbe04ce89b7aeb584ed260fdc3578cb Author: Michał Górny gentoo org> AuthorDate: Sun Oct 17 09:00:12 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 17 09:00:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349c5c87 dev-python/lmfit: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/lmfit/Manifest | 1 - dev-python/lmfit/lmfit-1.0.2.ebuild | 40 ------------------------------------- 2 files changed, 41 deletions(-) diff --git a/dev-python/lmfit/Manifest b/dev-python/lmfit/Manifest index 0b3cef26609..d546c944bfa 100644 --- a/dev-python/lmfit/Manifest +++ b/dev-python/lmfit/Manifest @@ -1,2 +1 @@ -DIST lmfit-1.0.2.tar.gz 306039 BLAKE2B ab5fcda566f81f00a9d2371f6ae5b3477ed015c70e9b9faf8c5228e3f75f0bf9085d9bd3789042af7b46813d0b6c88f96da37ce295593a5368144d53f5f1799b SHA512 85adeac989117dab3cc9aaf216c37ea5087452351a7978238929216dd9d9be8b6b6790103d4fbbf5211a943c43fb99461750cf58287e2b18c27f66eeacc6ed9a DIST lmfit-1.0.3.tar.gz 292475 BLAKE2B 6d97fe671b0d5bb7751d0ead97ab83d8100e2bb16b81bed61ff07ee6355bffd99258ab554032c9b8a35bb4376a1efef0ab988b3eb6d5a9e26f52314719e45dae SHA512 33febdd68104bb41ca379a8acd03a8bb985ba8785d607ab110b63bc7b3b39b9d95161a683fe015613bee6d99100ede82d1f3574515a6bfb9160300a5791fcc55 diff --git a/dev-python/lmfit/lmfit-1.0.2.ebuild b/dev-python/lmfit/lmfit-1.0.2.ebuild deleted file mode 100644 index 33dc0c4bf79..00000000000 --- a/dev-python/lmfit/lmfit-1.0.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{7..10} ) - -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="" - -RDEPEND=" - >=dev-python/asteval-0.9.16[${PYTHON_USEDEP}] - >=dev-python/numpy-1.16[${PYTHON_USEDEP}] - >=dev-python/uncertainties-3.0.1[${PYTHON_USEDEP}] - >=dev-python/scipy-1.2[${PYTHON_USEDEP}] -" -# past from future needed for tests, bug #737978 -BDEPEND="${RDEPEND} - test? ( dev-python/future[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests pytest - -python_test() { - local deselect=( - # numpy warning mismatch - tests/test_confidence.py::test_confidence_warnings - tests/test_model.py::TestUserDefiniedModel::test_extra_param_issues_warning - ) - - pytest -vv ${deselect[@]/#/--deselect } || - die "Tests failed with ${EPYTHON}" -}