diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-18 15:43:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-18 20:19:00 +0100 |
commit | 00c1776437575998cc180701be48a715bf9e1101 (patch) | |
tree | 9e2ef6b133343c0e94045be76fd5ad151ecc283e /dev-python/logbook | |
parent | dev-python/joblib: update HOMEPAGE, use HTTPS (diff) | |
download | gentoo-00c1776437575998cc180701be48a715bf9e1101.tar.gz gentoo-00c1776437575998cc180701be48a715bf9e1101.tar.bz2 gentoo-00c1776437575998cc180701be48a715bf9e1101.zip |
dev-python/logbook: update HOMEPAGE and use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7500
Diffstat (limited to 'dev-python/logbook')
-rw-r--r-- | dev-python/logbook/logbook-0.9.1.ebuild | 8 | ||||
-rw-r--r-- | dev-python/logbook/logbook-1.1.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/logbook/logbook-0.9.1.ebuild b/dev-python/logbook/logbook-0.9.1.ebuild index 9f642e1023cc..d19c319ad1a1 100644 --- a/dev-python/logbook/logbook-0.9.1.ebuild +++ b/dev-python/logbook/logbook-0.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,8 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy ) inherit distutils-r1 DESCRIPTION="A logging replacement for Python" -HOMEPAGE="http://packages.python.org/Logbook/ https://pypi.python.org/pypi/Logbook" -SRC_URI="https://github.com/mitsuhiko/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://logbook.readthedocs.io/en/stable/ + https://github.com/getlogbook/logbook + https://pypi.python.org/pypi/Logbook" +SRC_URI="https://github.com/getlogbook/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-python/logbook/logbook-1.1.0.ebuild b/dev-python/logbook/logbook-1.1.0.ebuild index 4f3371ae2691..c1dfbe9abb35 100644 --- a/dev-python/logbook/logbook-1.1.0.ebuild +++ b/dev-python/logbook/logbook-1.1.0.ebuild @@ -8,8 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) inherit distutils-r1 DESCRIPTION="A logging replacement for Python" -HOMEPAGE="http://packages.python.org/Logbook/ https://pypi.python.org/pypi/Logbook" -SRC_URI="https://github.com/mitsuhiko/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://logbook.readthedocs.io/en/stable/ + https://github.com/getlogbook/logbook + https://pypi.python.org/pypi/Logbook" +SRC_URI="https://github.com/getlogbook/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" |