diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-02 06:09:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-02 06:11:48 +0100 |
commit | ea1df623f8f92ce0f95101432b11da36ab733526 (patch) | |
tree | 095c834a032cd2b3a022a2dc073ca687d7da5bc7 /sci-libs/scikit-image | |
parent | dev-python/traitlets: Use pypi.eclass (diff) | |
download | gentoo-ea1df623f8f92ce0f95101432b11da36ab733526.tar.gz gentoo-ea1df623f8f92ce0f95101432b11da36ab733526.tar.bz2 gentoo-ea1df623f8f92ce0f95101432b11da36ab733526.zip |
sci-libs/scikit-image: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/scikit-image')
-rw-r--r-- | sci-libs/scikit-image/scikit-image-0.19.3-r1.ebuild | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/sci-libs/scikit-image/scikit-image-0.19.3-r1.ebuild b/sci-libs/scikit-image/scikit-image-0.19.3-r1.ebuild index 86a13f204ed1..ce0e6d1aafb2 100644 --- a/sci-libs/scikit-image/scikit-image-0.19.3-r1.ebuild +++ b/sci-libs/scikit-image/scikit-image-0.19.3-r1.ebuild @@ -1,15 +1,20 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 optfeature +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 optfeature pypi DESCRIPTION="Image processing routines for SciPy" -HOMEPAGE="https://scikit-image.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +HOMEPAGE=" + https://scikit-image.org/ + https://github.com/scikit-image/scikit-image/ + https://pypi.org/project/scikit-image/ +" LICENSE="BSD" SLOT="0" |