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/dulwich/
Date: Wed, 23 Dec 2020 08:29:14
Message-Id: 1608712145.945d9e9323ddf24907158628449745963d319f8d.mgorny@gentoo
1 commit: 945d9e9323ddf24907158628449745963d319f8d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 08:28:38 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 08:29:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945d9e93
7
8 dev-python/dulwich: Update HOMEPAGE & remote-id
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/dulwich/dulwich-0.20.15.ebuild | 4 +++-
13 dev-python/dulwich/metadata.xml | 4 ++--
14 2 files changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/dulwich/dulwich-0.20.15.ebuild b/dev-python/dulwich/dulwich-0.20.15.ebuild
17 index d43de0e9f95..94bee1e2913 100644
18 --- a/dev-python/dulwich/dulwich-0.20.15.ebuild
19 +++ b/dev-python/dulwich/dulwich-0.20.15.ebuild
20 @@ -9,7 +9,9 @@ DISTUTILS_USE_SETUPTOOLS=rdepend # tests use setuptools, setup uses if found
21 inherit distutils-r1
22
23 DESCRIPTION="Pure-Python implementation of the Git file formats and protocols"
24 -HOMEPAGE="https://github.com/jelmer/dulwich/ https://pypi.org/project/dulwich/"
25 +HOMEPAGE="
26 + https://github.com/dulwich/dulwich/
27 + https://pypi.org/project/dulwich/"
28 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="GPL-2+"
31
32 diff --git a/dev-python/dulwich/metadata.xml b/dev-python/dulwich/metadata.xml
33 index 989b825f143..c0e39697632 100644
34 --- a/dev-python/dulwich/metadata.xml
35 +++ b/dev-python/dulwich/metadata.xml
36 @@ -11,7 +11,7 @@
37 </maintainer>
38 <upstream>
39 <remote-id type="pypi">dulwich</remote-id>
40 - <remote-id type="github">jelmer/dulwich</remote-id>
41 - <bugs-to>https://github.com/jelmer/dulwich/issues</bugs-to>
42 + <remote-id type="github">dulwich/dulwich</remote-id>
43 + <bugs-to>https://github.com/dulwich/dulwich/issues</bugs-to>
44 </upstream>
45 </pkgmetadata>