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: dev-python/colour/
Date: Thu, 16 Mar 2023 03:47:16
Message-Id: 1678938323.5676afd386a43ec075a32146bb89b1f8303e1ef0.mgorny@gentoo
1 commit: 5676afd386a43ec075a32146bb89b1f8303e1ef0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:45:07 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:45:23 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5676afd3
7
8 dev-python/colour: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/colour/colour-0.1.5.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/colour/colour-0.1.5.ebuild b/dev-python/colour/colour-0.1.5.ebuild
16 index 01e2c47b68f5..d2b88e2f4779 100644
17 --- a/dev-python/colour/colour-0.1.5.ebuild
18 +++ b/dev-python/colour/colour-0.1.5.ebuild
19 @@ -6,11 +6,10 @@ EAPI=8
20 DISTUTILS_USE_PEP517=setuptools
21 PYTHON_COMPAT=( python3_{9..11} )
22
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="Python color representations manipulation library"
27 HOMEPAGE="https://github.com/vaab/colour/"
28 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
29 KEYWORDS="amd64 ~x86"
30
31 LICENSE="GPL-3+"