diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:49:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:09:10 +0100 |
commit | c2f393b18b51173bdd34b7e524cd7bd20aa267e7 (patch) | |
tree | d90cac2f076e4ea728e576068aa5e31df6a12fa4 /dev-python/uncertainties | |
parent | dev-python/ujson: Use pypi.eclass (diff) | |
download | gentoo-c2f393b18b51173bdd34b7e524cd7bd20aa267e7.tar.gz gentoo-c2f393b18b51173bdd34b7e524cd7bd20aa267e7.tar.bz2 gentoo-c2f393b18b51173bdd34b7e524cd7bd20aa267e7.zip |
dev-python/uncertainties: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/uncertainties')
-rw-r--r-- | dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild | 3 |
1 files changed, 1 insertions, 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" |