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/intelhex/
Date: Sat, 04 Jul 2020 09:08:01
Message-Id: 1593853599.62e101ed984e357c1857a6667a08b67cb6a33918.mgorny@gentoo
1 commit: 62e101ed984e357c1857a6667a08b67cb6a33918
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 4 07:36:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 4 09:06:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e101ed
7
8 dev-python/intelhex: update github link
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/intelhex/intelhex-2.2.1-r1.ebuild | 2 +-
15 dev-python/intelhex/metadata.xml | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/intelhex/intelhex-2.2.1-r1.ebuild b/dev-python/intelhex/intelhex-2.2.1-r1.ebuild
19 index 8d8d9bcfffb..1ff64afbdb0 100644
20 --- a/dev-python/intelhex/intelhex-2.2.1-r1.ebuild
21 +++ b/dev-python/intelhex/intelhex-2.2.1-r1.ebuild
22 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{6,7,8} )
23 inherit distutils-r1
24
25 DESCRIPTION="Python library for Intel HEX files manipulations"
26 -HOMEPAGE="https://pypi.org/project/IntelHex/ https://github.com/bialix/intelhex"
27 +HOMEPAGE="https://pypi.org/project/IntelHex/ https://github.com/python-intelhex/intelhex"
28 SRC_URI="mirror://pypi/I/IntelHex/${P}.tar.gz"
29
30 LICENSE="BSD"
31
32 diff --git a/dev-python/intelhex/metadata.xml b/dev-python/intelhex/metadata.xml
33 index 90caf113b01..efa5242c52c 100644
34 --- a/dev-python/intelhex/metadata.xml
35 +++ b/dev-python/intelhex/metadata.xml
36 @@ -7,6 +7,6 @@
37 </maintainer>
38 <upstream>
39 <remote-id type="pypi">IntelHex</remote-id>
40 - <remote-id type="github">bialix/intelhex</remote-id>
41 + <remote-id type="github">python-intelhex/intelhex</remote-id>
42 </upstream>
43 </pkgmetadata>