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/line_profiler/
Date: Mon, 16 May 2022 13:20:51
Message-Id: 1652707193.87a71f34f3fafc040f143c39aa86b1f79e15cce5.mgorny@gentoo
1 commit: 87a71f34f3fafc040f143c39aa86b1f79e15cce5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:19:53 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:19:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a71f34
7
8 dev-python/line_profiler: Update HOMEPAGE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/line_profiler/line_profiler-3.5.1.ebuild | 1 +
13 dev-python/line_profiler/metadata.xml | 2 +-
14 2 files changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/line_profiler/line_profiler-3.5.1.ebuild b/dev-python/line_profiler/line_profiler-3.5.1.ebuild
17 index a631bb642adf..d367af0ab0f5 100644
18 --- a/dev-python/line_profiler/line_profiler-3.5.1.ebuild
19 +++ b/dev-python/line_profiler/line_profiler-3.5.1.ebuild
20 @@ -13,6 +13,7 @@ inherit cmake distutils-r1
21 DESCRIPTION="Line-by-line profiler"
22 HOMEPAGE="
23 https://github.com/pyutils/line_profiler/
24 + https://pypi.org/project/line-profiler/
25 "
26 SRC_URI="
27 https://github.com/pyutils/line_profiler/archive/v${PV}.tar.gz
28
29 diff --git a/dev-python/line_profiler/metadata.xml b/dev-python/line_profiler/metadata.xml
30 index b11f3065bf6c..1b582c391cb4 100644
31 --- a/dev-python/line_profiler/metadata.xml
32 +++ b/dev-python/line_profiler/metadata.xml
33 @@ -15,7 +15,7 @@
34 modules, depending on what is available.
35 </longdescription>
36 <upstream>
37 - <remote-id type="pypi">line_profiler</remote-id>
38 + <remote-id type="pypi">line-profiler</remote-id>
39 <remote-id type="github">pyutils/line_profiler</remote-id>
40 </upstream>
41 </pkgmetadata>