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/iso8601/
Date: Mon, 05 Feb 2018 21:54:16
Message-Id: 1517867629.29bce11dd6e0a883c7df195d35a790685e2eeda9.mgorny@gentoo
1 commit: 29bce11dd6e0a883c7df195d35a790685e2eeda9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 5 20:19:44 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 21:53:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29bce11d
7
8 dev-python/iso8601: remove dead HOMEPAGE
9
10 dev-python/iso8601/iso8601-0.1.10.ebuild | 4 ++--
11 dev-python/iso8601/iso8601-0.1.11.ebuild | 4 ++--
12 dev-python/iso8601/iso8601-0.1.12.ebuild | 4 ++--
13 3 files changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-python/iso8601/iso8601-0.1.10.ebuild b/dev-python/iso8601/iso8601-0.1.10.ebuild
16 index 734d93ba8da..837331b4a9c 100644
17 --- a/dev-python/iso8601/iso8601-0.1.10.ebuild
18 +++ b/dev-python/iso8601/iso8601-0.1.10.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
26 inherit distutils-r1
27
28 DESCRIPTION="Simple module to parse ISO 8601 dates"
29 -HOMEPAGE="https://code.google.com/p/pyiso8601/ https://pypi.python.org/pypi/iso8601"
30 +HOMEPAGE="https://pypi.python.org/pypi/iso8601"
31 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32
33 LICENSE="MIT"
34
35 diff --git a/dev-python/iso8601/iso8601-0.1.11.ebuild b/dev-python/iso8601/iso8601-0.1.11.ebuild
36 index aec1dd38db8..50e9f122ffc 100644
37 --- a/dev-python/iso8601/iso8601-0.1.11.ebuild
38 +++ b/dev-python/iso8601/iso8601-0.1.11.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
46 inherit distutils-r1
47
48 DESCRIPTION="Simple module to parse ISO 8601 dates"
49 -HOMEPAGE="https://code.google.com/p/pyiso8601/ https://pypi.python.org/pypi/iso8601"
50 +HOMEPAGE="https://pypi.python.org/pypi/iso8601"
51 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
52
53 LICENSE="MIT"
54
55 diff --git a/dev-python/iso8601/iso8601-0.1.12.ebuild b/dev-python/iso8601/iso8601-0.1.12.ebuild
56 index b5793936c2f..4f136067bd4 100644
57 --- a/dev-python/iso8601/iso8601-0.1.12.ebuild
58 +++ b/dev-python/iso8601/iso8601-0.1.12.ebuild
59 @@ -1,4 +1,4 @@
60 -# Copyright 1999-2017 Gentoo Foundation
61 +# Copyright 1999-2018 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=5
65 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
66 inherit distutils-r1
67
68 DESCRIPTION="Simple module to parse ISO 8601 dates"
69 -HOMEPAGE="https://code.google.com/p/pyiso8601/ https://pypi.python.org/pypi/iso8601"
70 +HOMEPAGE="https://pypi.python.org/pypi/iso8601"
71 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
72
73 LICENSE="MIT"