commit:     c2f393b18b51173bdd34b7e524cd7bd20aa267e7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:49:02 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 04:09:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f393b1

dev-python/uncertainties: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild 
b/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild
index 9890ec206665..c7d7ca2bd697 100644
--- a/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild
+++ b/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1 optfeature
+inherit distutils-r1 optfeature pypi
 
 DESCRIPTION="Python module for calculations with uncertainties"
 HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
        https://github.com/lebigot/uncertainties/
        https://pypi.org/project/uncertainties/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"

Reply via email to