Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cffi/
Date: Sun, 03 Sep 2017 03:07:42
Message-Id: 1504407935.a2d31f43d3d5974d9f3d9597c65de8c07df25ca2.radhermit@gentoo
1 commit: a2d31f43d3d5974d9f3d9597c65de8c07df25ca2
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 3 03:05:35 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 3 03:05:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d31f43
7
8 dev-python/cffi: update HOMEPAGE
9
10 dev-python/cffi/cffi-1.10.0.ebuild | 2 +-
11 dev-python/cffi/cffi-1.5.2.ebuild | 2 +-
12 dev-python/cffi/cffi-1.9.1.ebuild | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/cffi/cffi-1.10.0.ebuild b/dev-python/cffi/cffi-1.10.0.ebuild
16 index 3153dd22836..63bcc319097 100644
17 --- a/dev-python/cffi/cffi-1.10.0.ebuild
18 +++ b/dev-python/cffi/cffi-1.10.0.ebuild
19 @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
20 inherit distutils-r1
21
22 DESCRIPTION="Foreign Function Interface for Python calling C code"
23 -HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
24 +HOMEPAGE="https://cffi.readthedocs.io/ https://pypi.python.org/pypi/cffi"
25 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="MIT"
28
29 diff --git a/dev-python/cffi/cffi-1.5.2.ebuild b/dev-python/cffi/cffi-1.5.2.ebuild
30 index a7abea63940..e347372cd91 100644
31 --- a/dev-python/cffi/cffi-1.5.2.ebuild
32 +++ b/dev-python/cffi/cffi-1.5.2.ebuild
33 @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
34 inherit distutils-r1
35
36 DESCRIPTION="Foreign Function Interface for Python calling C code"
37 -HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
38 +HOMEPAGE="https://cffi.readthedocs.io/ https://pypi.python.org/pypi/cffi"
39 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
40
41 LICENSE="MIT"
42
43 diff --git a/dev-python/cffi/cffi-1.9.1.ebuild b/dev-python/cffi/cffi-1.9.1.ebuild
44 index 9b673d139be..ecbc3943b5c 100644
45 --- a/dev-python/cffi/cffi-1.9.1.ebuild
46 +++ b/dev-python/cffi/cffi-1.9.1.ebuild
47 @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
48 inherit distutils-r1
49
50 DESCRIPTION="Foreign Function Interface for Python calling C code"
51 -HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
52 +HOMEPAGE="https://cffi.readthedocs.io/ https://pypi.python.org/pypi/cffi"
53 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
54
55 LICENSE="MIT"