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/toposort/
Date: Mon, 27 Feb 2023 19:33:18
Message-Id: 1677526319.7f0b3442686c17776e3d3c995d7c4fd223c119bd.mgorny@gentoo
1 commit: 7f0b3442686c17776e3d3c995d7c4fd223c119bd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 19:31:59 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 19:31:59 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0b3442
7
8 dev-python/toposort: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/toposort/toposort-1.10.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/toposort/toposort-1.10.ebuild b/dev-python/toposort/toposort-1.10.ebuild
16 index b42a68d9b06f..8ff89edcaf7c 100644
17 --- a/dev-python/toposort/toposort-1.10.ebuild
18 +++ b/dev-python/toposort/toposort-1.10.ebuild
19 @@ -6,14 +6,13 @@ 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="Implements a topological sort algorithm"
27 HOMEPAGE="
28 https://gitlab.com/ericvsmith/toposort/
29 https://pypi.org/project/toposort/
30 "
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32
33 LICENSE="Apache-2.0"
34 SLOT="0"