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/pyudev/
Date: Sun, 29 Apr 2018 06:34:08
Message-Id: 1524983604.10dab64443869e10cf0f253d86832b43e0246931.mgorny@gentoo
1 commit: 10dab64443869e10cf0f253d86832b43e0246931
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 20:08:24 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 06:33:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10dab644
7
8 dev-python/pyudev: use HTTPS
9
10 dev-python/pyudev/pyudev-0.20.0.ebuild | 4 ++--
11 dev-python/pyudev/pyudev-0.21.0.ebuild | 2 +-
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/dev-python/pyudev/pyudev-0.20.0.ebuild b/dev-python/pyudev/pyudev-0.20.0.ebuild
15 index 0cd4b838061..381aee136f9 100644
16 --- a/dev-python/pyudev/pyudev-0.20.0.ebuild
17 +++ b/dev-python/pyudev/pyudev-0.20.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=6
24 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
25 inherit distutils-r1
26
27 DESCRIPTION="Python binding to libudev"
28 -HOMEPAGE="http://pyudev.readthedocs.org https://github.com/pyudev/pyudev"
29 +HOMEPAGE="https://pyudev.readthedocs.io/en/latest/ https://github.com/pyudev/pyudev"
30 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31
32 LICENSE="LGPL-2.1"
33
34 diff --git a/dev-python/pyudev/pyudev-0.21.0.ebuild b/dev-python/pyudev/pyudev-0.21.0.ebuild
35 index a06c4440b39..5c776f99aa5 100644
36 --- a/dev-python/pyudev/pyudev-0.21.0.ebuild
37 +++ b/dev-python/pyudev/pyudev-0.21.0.ebuild
38 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
39 inherit distutils-r1
40
41 DESCRIPTION="Python binding to libudev"
42 -HOMEPAGE="http://pyudev.readthedocs.org https://github.com/pyudev/pyudev"
43 +HOMEPAGE="https://pyudev.readthedocs.io/en/latest/ https://github.com/pyudev/pyudev"
44 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45
46 LICENSE="LGPL-2.1"