commit: 7bf189c5a41e142b3599c356ff082db9ee480f6b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 09:47:00 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 @@
</use>
<upstream>
<remote-id type="pypi">mpmath</remote-id>
- <remote-id type="github">fredrik-johansson/mpmath</remote-id>
+ <remote-id type="github">mpmath/mpmath</remote-id>
</upstream>
</pkgmetadata>
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"