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/pysrt/
Date: Thu, 16 Mar 2023 18:52:54
Message-Id: 1678992638.08c9751a87d9ee51b4aa38052e9574a1e6c8d87f.mgorny@gentoo
1 commit: 08c9751a87d9ee51b4aa38052e9574a1e6c8d87f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 16:16:25 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:50:38 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c9751a
7
8 dev-python/pysrt: Sync the live ebuild
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pysrt/pysrt-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pysrt/pysrt-9999.ebuild b/dev-python/pysrt/pysrt-9999.ebuild
16 index 336cccfbdf2c..5943e93f9f56 100644
17 --- a/dev-python/pysrt/pysrt-9999.ebuild
18 +++ b/dev-python/pysrt/pysrt-9999.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
20 inherit git-r3
21 EGIT_REPO_URI="https://github.com/byroot/pysrt.git"
22 else
23 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
24 + inherit pypi
25 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
26 fi