diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-11 10:47:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-11 10:47:00 +0100 |
commit | 7bf189c5a41e142b3599c356ff082db9ee480f6b (patch) | |
tree | 977d901449fa8b23eeceb1deaa914c2bb081afe2 /dev-python | |
parent | dev-python/mpmath: Remove old (diff) | |
download | gentoo-7bf189c5a41e142b3599c356ff082db9ee480f6b.tar.gz gentoo-7bf189c5a41e142b3599c356ff082db9ee480f6b.tar.bz2 gentoo-7bf189c5a41e142b3599c356ff082db9ee480f6b.zip |
dev-python/mpmath: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/mpmath/metadata.xml | 2 | ||||
-rw-r--r-- | 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" |