Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/construct/
Date: Tue, 26 Mar 2019 18:52:55
Message-Id: 1553626346.6a618e097707f6ceffdc480123291966e7374e6f.bman@gentoo
1 commit: 6a618e097707f6ceffdc480123291966e7374e6f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 22 07:50:15 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 26 18:52:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a618e09
7
8 dev-python/construct: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-python/construct/construct-2.8.21.ebuild | 4 ++--
14 dev-python/construct/construct-2.9.45.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/construct/construct-2.8.21.ebuild b/dev-python/construct/construct-2.8.21.ebuild
18 index 2e90888369a..1b79847440d 100644
19 --- a/dev-python/construct/construct-2.8.21.ebuild
20 +++ b/dev-python/construct/construct-2.8.21.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28 inherit distutils-r1
29
30 DESCRIPTION="A powerful declarative parser for binary data"
31 -HOMEPAGE="http://construct.readthedocs.io/ https://pypi.org/project/construct/"
32 +HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/"
33 SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="MIT"
36
37 diff --git a/dev-python/construct/construct-2.9.45.ebuild b/dev-python/construct/construct-2.9.45.ebuild
38 index d1968273fd4..1a9b1fe799b 100644
39 --- a/dev-python/construct/construct-2.9.45.ebuild
40 +++ b/dev-python/construct/construct-2.9.45.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
48 inherit distutils-r1
49
50 DESCRIPTION="A powerful declarative parser for binary data"
51 -HOMEPAGE="http://construct.readthedocs.io/ https://pypi.org/project/construct/"
52 +HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/"
53 SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
54
55 LICENSE="MIT"