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/beaker/
Date: Sun, 29 Apr 2018 07:35:34
Message-Id: 1524987319.1ae88b4b8c62a1bbb40fe971f78c930f9aca08e3.mgorny@gentoo
1 commit: 1ae88b4b8c62a1bbb40fe971f78c930f9aca08e3
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 27 17:53:17 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 07:35:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae88b4b
7
8 dev-python/beaker: sync HOMEPAGE, use HTTPS
9
10 dev-python/beaker/beaker-1.6.4-r1.ebuild | 7 +++++--
11 dev-python/beaker/beaker-1.8.1.ebuild | 5 ++++-
12 2 files changed, 9 insertions(+), 3 deletions(-)
13
14 diff --git a/dev-python/beaker/beaker-1.6.4-r1.ebuild b/dev-python/beaker/beaker-1.6.4-r1.ebuild
15 index 0a2b6475dc9..036565cc998 100644
16 --- a/dev-python/beaker/beaker-1.6.4-r1.ebuild
17 +++ b/dev-python/beaker/beaker-1.6.4-r1.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 @@ -12,7 +12,10 @@ MY_PN="Beaker"
25 MY_P="${MY_PN}-${PV}"
26
27 DESCRIPTION="A Session and Caching library with WSGI Middleware"
28 -HOMEPAGE="http://beaker.groovie.org/ https://pypi.org/project/Beaker/"
29 +HOMEPAGE="
30 + https://github.com/bbangert/beaker
31 + https://beaker.readthedocs.io/en/latest/
32 + https://pypi.org/project/Beaker/"
33 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
34
35 LICENSE="BSD"
36
37 diff --git a/dev-python/beaker/beaker-1.8.1.ebuild b/dev-python/beaker/beaker-1.8.1.ebuild
38 index 3302f3dca48..dd452a4ee97 100644
39 --- a/dev-python/beaker/beaker-1.8.1.ebuild
40 +++ b/dev-python/beaker/beaker-1.8.1.ebuild
41 @@ -8,7 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_{4,5}} )
42 inherit distutils-r1
43
44 DESCRIPTION="A Session and Caching library with WSGI Middleware"
45 -HOMEPAGE="https://github.com/bbangert/beaker https://pypi.org/project/Beaker/"
46 +HOMEPAGE="
47 + https://github.com/bbangert/beaker
48 + https://beaker.readthedocs.io/en/latest/
49 + https://pypi.org/project/Beaker/"
50 # pypi tarball lacks tests
51 SRC_URI="https://github.com/bbangert/beaker/archive/${PV}.tar.gz -> ${P}.tar.gz"