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/gpep517/
Date: Sat, 27 Aug 2022 23:12:23
Message-Id: 1661580143.619fb43e842ab4deedcbbc78fde646b79fbdf74d.mgorny@gentoo
1 commit: 619fb43e842ab4deedcbbc78fde646b79fbdf74d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 06:02:23 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 06:02:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619fb43e
7
8 dev-python/gpep517: Update URLs
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/gpep517/gpep517-9.ebuild | 4 ++--
13 dev-python/gpep517/metadata.xml | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/gpep517/gpep517-9.ebuild b/dev-python/gpep517/gpep517-9.ebuild
17 index 899810bac85d..c92961cc5e62 100644
18 --- a/dev-python/gpep517/gpep517-9.ebuild
19 +++ b/dev-python/gpep517/gpep517-9.ebuild
20 @@ -12,10 +12,10 @@ inherit distutils-r1
21 DESCRIPTION="A backend script to aid installing Python packages in Gentoo"
22 HOMEPAGE="
23 https://pypi.org/project/gpep517/
24 - https://github.com/mgorny/gpep517/
25 + https://github.com/projg2/gpep517/
26 "
27 SRC_URI="
28 - https://github.com/mgorny/gpep517/archive/v${PV}.tar.gz
29 + https://github.com/projg2/gpep517/archive/v${PV}.tar.gz
30 -> ${P}.gh.tar.gz
31 "
32
33
34 diff --git a/dev-python/gpep517/metadata.xml b/dev-python/gpep517/metadata.xml
35 index 802f821d7abc..d4f25a6234e0 100644
36 --- a/dev-python/gpep517/metadata.xml
37 +++ b/dev-python/gpep517/metadata.xml
38 @@ -7,7 +7,7 @@
39 </maintainer>
40 <stabilize-allarches/>
41 <upstream>
42 - <remote-id type="github">mgorny/gpep517</remote-id>
43 + <remote-id type="github">projg2/gpep517</remote-id>
44 <remote-id type="pypi">gpep517</remote-id>
45 </upstream>
46 </pkgmetadata>