summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-27 19:53:17 +0200
committerMichał Górny <mgorny@gentoo.org>2018-04-29 09:35:19 +0200
commit1ae88b4b8c62a1bbb40fe971f78c930f9aca08e3 (patch)
tree562d26dd1ccf517b9ebdf836ea007640746c045c /dev-python/beaker
parentdev-python/girder-client: use HTTPS (diff)
downloadgentoo-1ae88b4b8c62a1bbb40fe971f78c930f9aca08e3.tar.gz
gentoo-1ae88b4b8c62a1bbb40fe971f78c930f9aca08e3.tar.bz2
gentoo-1ae88b4b8c62a1bbb40fe971f78c930f9aca08e3.zip
dev-python/beaker: sync HOMEPAGE, use HTTPS
Diffstat (limited to 'dev-python/beaker')
-rw-r--r--dev-python/beaker/beaker-1.6.4-r1.ebuild7
-rw-r--r--dev-python/beaker/beaker-1.8.1.ebuild5
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/beaker/beaker-1.6.4-r1.ebuild b/dev-python/beaker/beaker-1.6.4-r1.ebuild
index 0a2b6475dc93..036565cc9980 100644
--- a/dev-python/beaker/beaker-1.6.4-r1.ebuild
+++ b/dev-python/beaker/beaker-1.6.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,7 +12,10 @@ MY_PN="Beaker"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A Session and Caching library with WSGI Middleware"
-HOMEPAGE="http://beaker.groovie.org/ https://pypi.org/project/Beaker/"
+HOMEPAGE="
+ https://github.com/bbangert/beaker
+ https://beaker.readthedocs.io/en/latest/
+ https://pypi.org/project/Beaker/"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-python/beaker/beaker-1.8.1.ebuild b/dev-python/beaker/beaker-1.8.1.ebuild
index 3302f3dca488..dd452a4ee973 100644
--- a/dev-python/beaker/beaker-1.8.1.ebuild
+++ b/dev-python/beaker/beaker-1.8.1.ebuild
@@ -8,7 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_{4,5}} )
inherit distutils-r1
DESCRIPTION="A Session and Caching library with WSGI Middleware"
-HOMEPAGE="https://github.com/bbangert/beaker https://pypi.org/project/Beaker/"
+HOMEPAGE="
+ https://github.com/bbangert/beaker
+ https://beaker.readthedocs.io/en/latest/
+ https://pypi.org/project/Beaker/"
# pypi tarball lacks tests
SRC_URI="https://github.com/bbangert/beaker/archive/${PV}.tar.gz -> ${P}.tar.gz"