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: net-im/poezio/
Date: Thu, 16 Mar 2023 18:52:50
Message-Id: 1678992623.7b5894cad52a80e12067968eb23a9d8994d7f985.mgorny@gentoo
1 commit: 7b5894cad52a80e12067968eb23a9d8994d7f985
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 16:04:04 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:50:23 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5894ca
7
8 net-im/poezio: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-im/poezio/poezio-0.14.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/poezio/poezio-0.14.ebuild b/net-im/poezio/poezio-0.14.ebuild
16 index 25252101030b..fabfb7c285fd 100644
17 --- a/net-im/poezio/poezio-0.14.ebuild
18 +++ b/net-im/poezio/poezio-0.14.ebuild
19 @@ -20,7 +20,7 @@ if [[ "${PV}" == "9999" ]]; then
20 # We build the html documentation using sphinx.
21 BDEPEND="dev-python/sphinx"
22 else
23 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
24 + inherit pypi
25 KEYWORDS="amd64"
26 fi