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/sphinxcontrib-httpdomain/
Date: Sat, 24 Mar 2018 13:10:58
Message-Id: 1521897047.045a8917da2a0abb7438120d4efe8074b98f6177.mgorny@gentoo
1 commit: 045a8917da2a0abb7438120d4efe8074b98f6177
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 23 15:45:01 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 13:10:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045a8917
7
8 dev-python/sphinxcontrib-httpdomain: update HOMEPAGE, use HTTPS
9
10 .../sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.4.0.ebuild | 6 +++---
11 .../sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild | 5 +++--
12 2 files changed, 6 insertions(+), 5 deletions(-)
13
14 diff --git a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.4.0.ebuild b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.4.0.ebuild
15 index 670e1c924e2..6ca21707cce 100644
16 --- a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.4.0.ebuild
17 +++ b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.4.0.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 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
25 inherit distutils-r1
26
27 DESCRIPTION="Extension providing a Sphinx domain for describing RESTful HTTP APIs"
28 -HOMEPAGE="https://bitbucket.org/birkenfeld/sphinx-contrib/ \
29 - http://packages.python.org/sphinxcontrib-httpdomain/"
30 +HOMEPAGE="https://bitbucket.org/birkenfeld/sphinx-contrib/
31 + https://sphinxcontrib-httpdomain.readthedocs.io/en/stable/"
32 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33
34 LICENSE="BSD-2"
35
36 diff --git a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild
37 index 10e5eef85a8..632c15f40f8 100644
38 --- a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild
39 +++ b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -7,7 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
47 inherit distutils-r1
48
49 DESCRIPTION="Extension providing a Sphinx domain for describing RESTful HTTP APIs"
50 -HOMEPAGE="http://packages.python.org/sphinxcontrib-httpdomain/"
51 +HOMEPAGE="https://bitbucket.org/birkenfeld/sphinx-contrib/
52 + https://sphinxcontrib-httpdomain.readthedocs.io/en/stable/"
53 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
54
55 LICENSE="BSD-2"