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/humanfriendly/
Date: Thu, 16 Mar 2023 03:50:14
Message-Id: 1678938490.99ceac8402ff62ca8264590b9ffe163397da5f42.mgorny@gentoo
1 commit: 99ceac8402ff62ca8264590b9ffe163397da5f42
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:45:54 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:48:10 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ceac84
7
8 dev-python/humanfriendly: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/humanfriendly/humanfriendly-10.0-r1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/humanfriendly/humanfriendly-10.0-r1.ebuild b/dev-python/humanfriendly/humanfriendly-10.0-r1.ebuild
16 index de2770418f18..5b3d86ca62e8 100644
17 --- a/dev-python/humanfriendly/humanfriendly-10.0-r1.ebuild
18 +++ b/dev-python/humanfriendly/humanfriendly-10.0-r1.ebuild
19 @@ -6,13 +6,12 @@ EAPI=8
20 PYTHON_COMPAT=( pypy3 python3_{9..11} )
21 PYTHON_REQ_USE="threads(+)"
22 DISTUTILS_USE_PEP517=setuptools
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="Human friendly output for text interfaces using Python"
27 HOMEPAGE="https://pypi.org/project/humanfriendly/
28 https://github.com/xolox/python-humanfriendly/
29 https://humanfriendly.readthedocs.io/"
30 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31
32 SLOT="0"
33 LICENSE="MIT"