Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rfc3987/
Date: Sat, 30 Sep 2017 00:00:25
Message-Id: 1506729594.04deb9c4ee05d84d370d0c4f6645c026c8d6fbd5.prometheanfire@gentoo
1 commit: 04deb9c4ee05d84d370d0c4f6645c026c8d6fbd5
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 29 23:55:30 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 29 23:59:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04deb9c4
7
8 dev-python/rfc3987: fixing up repoman errors for jsonschema
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-python/rfc3987/rfc3987-1.3.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/rfc3987/rfc3987-1.3.7.ebuild b/dev-python/rfc3987/rfc3987-1.3.7.ebuild
16 index 19a8c4c51c9..6697e1a9c08 100644
17 --- a/dev-python/rfc3987/rfc3987-1.3.7.ebuild
18 +++ b/dev-python/rfc3987/rfc3987-1.3.7.ebuild
19 @@ -8,12 +8,12 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
20 inherit distutils-r1
21
22 DESCRIPTION="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
23 -HOMEPAGE="https://github.com/dgerber/rfc3987 http://pypi.python.org/pypi/rfc3987"
24 +HOMEPAGE="https://github.com/dgerber/rfc3987 https://pypi.python.org/pypi/rfc3987"
25 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="GPL-3"
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
30 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
31 IUSE=""
32
33 RDEPEND="$(python_gen_cond_dep \