summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-11 10:47:25 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-11 10:47:25 +0100
commit30ee48cd8ff52653810a315bb5cd44662fd64a28 (patch)
tree5ea4f15e86933e0be3a861101a5d3c81287d5b7b /dev-python/mpmath/mpmath-1.3.0.ebuild
parentdev-python/mpmath: Update HOMEPAGE (diff)
downloadgentoo-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/mpmath-1.3.0.ebuild')
-rw-r--r--dev-python/mpmath/mpmath-1.3.0.ebuild5
1 files changed, 4 insertions, 1 deletions
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"