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/cherrypy/
Date: Sun, 29 Apr 2018 07:35:30
Message-Id: 1524987316.ebf52d3d98a9f4bf418a4b9440ed1bb04ba5b4f9.mgorny@gentoo
1 commit: ebf52d3d98a9f4bf418a4b9440ed1bb04ba5b4f9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 27 17:39:32 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 07:35:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf52d3d
7
8 dev-python/cherrypy: use HTTPS
9
10 dev-python/cherrypy/cherrypy-13.1.0.ebuild | 2 +-
11 dev-python/cherrypy/cherrypy-3.8.0.ebuild | 4 ++--
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/dev-python/cherrypy/cherrypy-13.1.0.ebuild b/dev-python/cherrypy/cherrypy-13.1.0.ebuild
15 index 2f043036531..7b4c9303a2e 100644
16 --- a/dev-python/cherrypy/cherrypy-13.1.0.ebuild
17 +++ b/dev-python/cherrypy/cherrypy-13.1.0.ebuild
18 @@ -9,7 +9,7 @@ inherit distutils-r1
19 MY_P="CherryPy-${PV}"
20
21 DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework"
22 -HOMEPAGE="http://www.cherrypy.org/ https://pypi.org/project/CherryPy/"
23 +HOMEPAGE="https://www.cherrypy.org https://pypi.org/project/CherryPy/"
24 SRC_URI="mirror://pypi/C/CherryPy/${MY_P}.tar.gz"
25
26 LICENSE="BSD"
27
28 diff --git a/dev-python/cherrypy/cherrypy-3.8.0.ebuild b/dev-python/cherrypy/cherrypy-3.8.0.ebuild
29 index ab8cf193674..c5d07f118d9 100644
30 --- a/dev-python/cherrypy/cherrypy-3.8.0.ebuild
31 +++ b/dev-python/cherrypy/cherrypy-3.8.0.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 +# Copyright 1999-2018 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=5
38 @@ -9,7 +9,7 @@ inherit distutils-r1
39 MY_P="CherryPy-${PV}"
40
41 DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework"
42 -HOMEPAGE="http://www.cherrypy.org/ https://pypi.org/project/CherryPy/"
43 +HOMEPAGE="https://www.cherrypy.org https://pypi.org/project/CherryPy/"
44 SRC_URI="mirror://pypi/C/CherryPy/${MY_P}.tar.gz"
45
46 LICENSE="BSD"