commit:     ea1df623f8f92ce0f95101432b11da36ab733526
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 05:09:20 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 05:11:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1df623

sci-libs/scikit-image: Use pypi.eclass

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

 sci-libs/scikit-image/scikit-image-0.19.3-r1.ebuild | 15 ++++++++++-----
 1 file 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"

Reply via email to