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/PyContracts/
Date: Sun, 29 Apr 2018 07:35:30
Message-Id: 1524987314.b4083580eaf50a4240fef1628d8cff1b01a7b5f0.mgorny@gentoo
1 commit: b4083580eaf50a4240fef1628d8cff1b01a7b5f0
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 27 17:34:16 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 07:35:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4083580
7
8 dev-python/PyContracts: use HTTPS
9
10 dev-python/PyContracts/PyContracts-1.7.9.ebuild | 4 ++--
11 dev-python/PyContracts/PyContracts-1.8.0.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-python/PyContracts/PyContracts-1.7.9.ebuild b/dev-python/PyContracts/PyContracts-1.7.9.ebuild
15 index b1d6e25a9b6..ccd3c64579d 100644
16 --- a/dev-python/PyContracts/PyContracts-1.7.9.ebuild
17 +++ b/dev-python/PyContracts/PyContracts-1.7.9.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
25 inherit distutils-r1
26
27 DESCRIPTION="Declare constraints on function parameters and return values"
28 -HOMEPAGE="http://andreacensi.github.com/contracts/ https://pypi.org/project/PyContracts/"
29 +HOMEPAGE="https://andreacensi.github.com/contracts/ https://pypi.org/project/PyContracts/"
30 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31
32 SLOT="0"
33
34 diff --git a/dev-python/PyContracts/PyContracts-1.8.0.ebuild b/dev-python/PyContracts/PyContracts-1.8.0.ebuild
35 index dce0efc2d38..90f07135645 100644
36 --- a/dev-python/PyContracts/PyContracts-1.8.0.ebuild
37 +++ b/dev-python/PyContracts/PyContracts-1.8.0.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
45 inherit distutils-r1
46
47 DESCRIPTION="Declare constraints on function parameters and return values"
48 -HOMEPAGE="http://andreacensi.github.com/contracts/ https://pypi.org/project/PyContracts/"
49 +HOMEPAGE="https://andreacensi.github.com/contracts/ https://pypi.org/project/PyContracts/"
50 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51
52 SLOT="0"