diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-11 11:15:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-11 11:25:29 +0100 |
commit | 5700f6bbdaedc58dec10dc98c6a8f8ac8412569f (patch) | |
tree | 9f7f72af04b647a165958dffa2f2c311e1c7190f /dev-python/mpmath | |
parent | dev-python/python-markdown-math: Use pypi.eclass (diff) | |
download | gentoo-5700f6bbdaedc58dec10dc98c6a8f8ac8412569f.tar.gz gentoo-5700f6bbdaedc58dec10dc98c6a8f8ac8412569f.tar.bz2 gentoo-5700f6bbdaedc58dec10dc98c6a8f8ac8412569f.zip |
dev-python/mpmath: Switch to pypi sdist
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 | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/mpmath/Manifest b/dev-python/mpmath/Manifest index 282e28a35136..c856f8ba229c 100644 --- a/dev-python/mpmath/Manifest +++ b/dev-python/mpmath/Manifest @@ -1 +1 @@ -DIST mpmath-1.3.0.gh.tar.gz 2136844 BLAKE2B 42b121896e1bcffe459ac5591a4e0ec41fdd708d5518b1a76bf4cc434f34e5801d77207ea9769d11b6746340aa32a84b58e089c81b5163b48a80ccc6ecd0a345 SHA512 ec703e661323035e3c973fc2e52206e793f6182ed9897e5a483cb35a22421d7869df850cdd89fc1ef4e1bb28b17b4914447116dbeed136a687e582cce0bf9e42 +DIST mpmath-1.3.0.tar.gz 508106 BLAKE2B 9d4eebbbb6788dd3ee45c8c30068ef3512043dd09ab626cbaf69b0f6bdf057a6e8c53c34e3dda7627db923f0d536a0bebf83916d8942f4dde9546bb8e0046f33 SHA512 a68028150095d743eae9669a0f70cbe6b7bcb4d27dfad6b1a96575f0885ec7306459a2a464117bab18779883ee8b4293502b4bd0ebd8672767e1d08d38f8b202 diff --git a/dev-python/mpmath/mpmath-1.3.0.ebuild b/dev-python/mpmath/mpmath-1.3.0.ebuild index 5cec2ff1f02f..98fddbe53c57 100644 --- a/dev-python/mpmath/mpmath-1.3.0.ebuild +++ b/dev-python/mpmath/mpmath-1.3.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 virtualx +inherit distutils-r1 pypi virtualx DESCRIPTION="Python library for arbitrary-precision floating-point arithmetic" HOMEPAGE=" @@ -14,10 +14,6 @@ HOMEPAGE=" https://github.com/mpmath/mpmath/ https://pypi.org/project/mpmath/ " -SRC_URI=" - https://github.com/mpmath/mpmath/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" LICENSE="BSD" SLOT="0" |