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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A413B158020 for ; Sat, 24 Dec 2022 11:38:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEEAFE0876; Sat, 24 Dec 2022 11:38:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8978AE0869 for ; Sat, 24 Dec 2022 11:38:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 901C1340E58 for ; Sat, 24 Dec 2022 11:38:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD4EC779 for ; Sat, 24 Dec 2022 11:38:25 +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: <1671881900.fed193e1d34932e3bd5ba7e3dbce66e7de4ec894.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.3.ebuild X-VCS-Directories: dev-python/lmfit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fed193e1d34932e3bd5ba7e3dbce66e7de4ec894 X-VCS-Branch: master Date: Sat, 24 Dec 2022 11:38:25 +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: 89451181-de06-4363-91f8-331d2c58a147 X-Archives-Hash: bad5b2662bd1ad2315cbe59a9639f8d6 commit: fed193e1d34932e3bd5ba7e3dbce66e7de4ec894 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 24 11:26:35 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 24 11:38:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed193e1 dev-python/lmfit: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/lmfit/Manifest | 1 - dev-python/lmfit/lmfit-1.0.3.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-python/lmfit/Manifest b/dev-python/lmfit/Manifest index d954bfaa80ad..9f0b92034ece 100644 --- a/dev-python/lmfit/Manifest +++ b/dev-python/lmfit/Manifest @@ -1,2 +1 @@ -DIST lmfit-1.0.3.tar.gz 292475 BLAKE2B 6d97fe671b0d5bb7751d0ead97ab83d8100e2bb16b81bed61ff07ee6355bffd99258ab554032c9b8a35bb4376a1efef0ab988b3eb6d5a9e26f52314719e45dae SHA512 33febdd68104bb41ca379a8acd03a8bb985ba8785d607ab110b63bc7b3b39b9d95161a683fe015613bee6d99100ede82d1f3574515a6bfb9160300a5791fcc55 DIST lmfit-py-1.1.0.gh.tar.gz 300406 BLAKE2B b874efd70bc1c5fa2c94239027d636a8dd5bf5ca2a3481cfc467032efe9d57ff55c74ccf175f32c6f87cd285e9216db49ef4fb0566e86cafe85537a40db64366 SHA512 9d5c871446a5bb650d8709b0db100e23be8ed7459ceb7ea4614fb07b1058044bb07394b2af615ecf7d9a22aaf49c1da723cb555749956d1f3ad507a4465fa0da diff --git a/dev-python/lmfit/lmfit-1.0.3.ebuild b/dev-python/lmfit/lmfit-1.0.3.ebuild deleted file mode 100644 index 266f2a8ebaa6..000000000000 --- a/dev-python/lmfit/lmfit-1.0.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..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.22[${PYTHON_USEDEP}] - >=dev-python/numpy-1.18[${PYTHON_USEDEP}] - >=dev-python/uncertainties-3.0.1[${PYTHON_USEDEP}] - >=dev-python/scipy-1.4[${PYTHON_USEDEP}] -" -# past from future needed for tests, bug #737978 -BDEPEND=" - test? ( dev-python/future[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests pytest