Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikit-image/
Date: Thu, 02 Mar 2023 05:13:18
Message-Id: 1677733908.ea1df623f8f92ce0f95101432b11da36ab733526.mgorny@gentoo
1 commit: ea1df623f8f92ce0f95101432b11da36ab733526
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 05:09:20 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 05:11:48 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1df623
7
8 sci-libs/scikit-image: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-libs/scikit-image/scikit-image-0.19.3-r1.ebuild | 15 ++++++++++-----
13 1 file changed, 10 insertions(+), 5 deletions(-)
14
15 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
16 index 86a13f204ed1..ce0e6d1aafb2 100644
17 --- a/sci-libs/scikit-image/scikit-image-0.19.3-r1.ebuild
18 +++ b/sci-libs/scikit-image/scikit-image-0.19.3-r1.ebuild
19 @@ -1,15 +1,20 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25
26 -PYTHON_COMPAT=( python3_{10..11} )
27 DISTUTILS_USE_PEP517=setuptools
28 -inherit distutils-r1 optfeature
29 +PYPI_NO_NORMALIZE=1
30 +PYTHON_COMPAT=( python3_{10..11} )
31 +
32 +inherit distutils-r1 optfeature pypi
33
34 DESCRIPTION="Image processing routines for SciPy"
35 -HOMEPAGE="https://scikit-image.org/"
36 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
37 +HOMEPAGE="
38 + https://scikit-image.org/
39 + https://github.com/scikit-image/scikit-image/
40 + https://pypi.org/project/scikit-image/
41 +"
42
43 LICENSE="BSD"
44 SLOT="0"