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 A91E51581D3 for ; Sun, 19 May 2024 11:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D27712BC01C; Sun, 19 May 2024 11:47:26 +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 B15072BC01C for ; Sun, 19 May 2024 11:47:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1CCA33BF39 for ; Sun, 19 May 2024 11:47:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 401791B07 for ; Sun, 19 May 2024 11:47:22 +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: <1716119235.a8d4590fcb388a294fc275dc23df13db11c3c52f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uncertainties/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uncertainties/metadata.xml dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild X-VCS-Directories: dev-python/uncertainties/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a8d4590fcb388a294fc275dc23df13db11c3c52f X-VCS-Branch: master Date: Sun, 19 May 2024 11:47:22 +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: 84450856-6c65-413b-8664-40e8105490da X-Archives-Hash: 2773c3b95033209099c7ff63bbd197e8 commit: a8d4590fcb388a294fc275dc23df13db11c3c52f Author: Michał Górny gentoo org> AuthorDate: Sun May 19 08:05:04 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 19 11:47:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d4590f dev-python/uncertainties: Update homepage Signed-off-by: Michał Górny gentoo.org> dev-python/uncertainties/metadata.xml | 2 +- dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/uncertainties/metadata.xml b/dev-python/uncertainties/metadata.xml index 86cdd1f286cc..4d1857508b13 100644 --- a/dev-python/uncertainties/metadata.xml +++ b/dev-python/uncertainties/metadata.xml @@ -21,7 +21,7 @@ are what is predicted by error propagation theory. - lebigot/uncertainties + lmfit/uncertainties uncertainties diff --git a/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild b/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild index 09df84db552d..d959694cae67 100644 --- a/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild +++ b/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 optfeature pypi DESCRIPTION="Python module for calculations with uncertainties" HOMEPAGE=" https://pythonhosted.org/uncertainties/ - https://github.com/lebigot/uncertainties/ + https://github.com/lmfit/uncertainties/ https://pypi.org/project/uncertainties/ " @@ -29,7 +29,7 @@ distutils_enable_tests pytest distutils_enable_sphinx doc --no-autodoc src_prepare() { - # not used in py3, see https://github.com/lebigot/uncertainties/pull/168 + # not used in py3, see https://github.com/lmfit/uncertainties/pull/168 sed -i -e '/future/d' setup.py || die # fix tests with numpy-2 # https://github.com/lmfit/uncertainties/pull/225