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 7F17415802F for ; Sat, 11 Mar 2023 09:49:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A325BE077A; Sat, 11 Mar 2023 09:49:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8FB57E077A for ; Sat, 11 Mar 2023 09:49:25 +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 CA0B2340E30 for ; Sat, 11 Mar 2023 09:49:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EDAC8DE for ; Sat, 11 Mar 2023 09:49:23 +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: <1678528020.7bf189c5a41e142b3599c356ff082db9ee480f6b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mpmath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mpmath/metadata.xml dev-python/mpmath/mpmath-1.3.0.ebuild X-VCS-Directories: dev-python/mpmath/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7bf189c5a41e142b3599c356ff082db9ee480f6b X-VCS-Branch: master Date: Sat, 11 Mar 2023 09:49:23 +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: abc245ad-72f9-4b06-9390-d79828512779 X-Archives-Hash: eb1d517e44b9a482e99716e183b8cf73 commit: 7bf189c5a41e142b3599c356ff082db9ee480f6b Author: Michał Górny gentoo org> AuthorDate: Sat Mar 11 09:47:00 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 11 09:47:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf189c5 dev-python/mpmath: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/mpmath/metadata.xml | 2 +- dev-python/mpmath/mpmath-1.3.0.ebuild | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-python/mpmath/metadata.xml b/dev-python/mpmath/metadata.xml index 289a27dddbc4..1d77e6ff1a98 100644 --- a/dev-python/mpmath/metadata.xml +++ b/dev-python/mpmath/metadata.xml @@ -19,6 +19,6 @@ mpmath - fredrik-johansson/mpmath + mpmath/mpmath diff --git a/dev-python/mpmath/mpmath-1.3.0.ebuild b/dev-python/mpmath/mpmath-1.3.0.ebuild index fdc543c3b0b7..be1228cb0adc 100644 --- a/dev-python/mpmath/mpmath-1.3.0.ebuild +++ b/dev-python/mpmath/mpmath-1.3.0.ebuild @@ -5,11 +5,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) + inherit distutils-r1 virtualx DESCRIPTION="Python library for arbitrary-precision floating-point arithmetic" -HOMEPAGE="https://mpmath.org/" -SRC_URI="https://github.com/fredrik-johansson/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + https://mpmath.org/ + https://github.com/mpmath/mpmath/ + https://pypi.org/project/mpmath/ +" +SRC_URI="https://github.com/mpmath/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"