From 7bf189c5a41e142b3599c356ff082db9ee480f6b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 11 Mar 2023 10:47:00 +0100 Subject: dev-python/mpmath: Update HOMEPAGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/mpmath/metadata.xml | 2 +- dev-python/mpmath/mpmath-1.3.0.ebuild | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'dev-python/mpmath') 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" -- cgit v1.2.3-65-gdbad