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/flit/
Date: Thu, 16 Mar 2023 03:50:07
Message-Id: 1678938472.f51c5f4aec97dd879fe245b77bdfc4803c62cc62.mgorny@gentoo
1 commit: f51c5f4aec97dd879fe245b77bdfc4803c62cc62
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:45:34 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:47:52 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51c5f4a
7
8 dev-python/flit: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/flit/flit-3.8.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/flit/flit-3.8.0.ebuild b/dev-python/flit/flit-3.8.0.ebuild
16 index 3fa1e1208dc7..df4d7ba2fcdd 100644
17 --- a/dev-python/flit/flit-3.8.0.ebuild
18 +++ b/dev-python/flit/flit-3.8.0.ebuild
19 @@ -5,11 +5,10 @@ EAPI=8
20
21 DISTUTILS_USE_PEP517=flit
22 PYTHON_COMPAT=( python3_{9..11} pypy3 )
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="Simplified packaging of Python modules"
27 HOMEPAGE="https://github.com/pypa/flit https://flit.readthedocs.io/"
28 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="BSD"
31 SLOT="0"