diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-11 10:47:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-11 10:47:25 +0100 |
commit | 30ee48cd8ff52653810a315bb5cd44662fd64a28 (patch) | |
tree | 5ea4f15e86933e0be3a861101a5d3c81287d5b7b /dev-python/mpmath | |
parent | dev-python/mpmath: Update HOMEPAGE (diff) | |
download | gentoo-30ee48cd8ff52653810a315bb5cd44662fd64a28.tar.gz gentoo-30ee48cd8ff52653810a315bb5cd44662fd64a28.tar.bz2 gentoo-30ee48cd8ff52653810a315bb5cd44662fd64a28.zip |
dev-python/mpmath: Fix distfile suffix
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r-- | dev-python/mpmath/Manifest | 2 | ||||
-rw-r--r-- | dev-python/mpmath/mpmath-1.3.0.ebuild | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/mpmath/Manifest b/dev-python/mpmath/Manifest index 82de695a6376..282e28a35136 100644 --- a/dev-python/mpmath/Manifest +++ b/dev-python/mpmath/Manifest @@ -1 +1 @@ -DIST mpmath-1.3.0.tar.gz 2136844 BLAKE2B 42b121896e1bcffe459ac5591a4e0ec41fdd708d5518b1a76bf4cc434f34e5801d77207ea9769d11b6746340aa32a84b58e089c81b5163b48a80ccc6ecd0a345 SHA512 ec703e661323035e3c973fc2e52206e793f6182ed9897e5a483cb35a22421d7869df850cdd89fc1ef4e1bb28b17b4914447116dbeed136a687e582cce0bf9e42 +DIST mpmath-1.3.0.gh.tar.gz 2136844 BLAKE2B 42b121896e1bcffe459ac5591a4e0ec41fdd708d5518b1a76bf4cc434f34e5801d77207ea9769d11b6746340aa32a84b58e089c81b5163b48a80ccc6ecd0a345 SHA512 ec703e661323035e3c973fc2e52206e793f6182ed9897e5a483cb35a22421d7869df850cdd89fc1ef4e1bb28b17b4914447116dbeed136a687e582cce0bf9e42 diff --git a/dev-python/mpmath/mpmath-1.3.0.ebuild b/dev-python/mpmath/mpmath-1.3.0.ebuild index be1228cb0adc..5cec2ff1f02f 100644 --- a/dev-python/mpmath/mpmath-1.3.0.ebuild +++ b/dev-python/mpmath/mpmath-1.3.0.ebuild @@ -14,7 +14,10 @@ HOMEPAGE=" https://github.com/mpmath/mpmath/ https://pypi.org/project/mpmath/ " -SRC_URI="https://github.com/mpmath/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI=" + https://github.com/mpmath/mpmath/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="BSD" SLOT="0" |