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/python-dateutil/
Date: Sat, 03 Jul 2021 08:16:38
Message-Id: 1625300190.5f495e6a5a540940efc06284252ab7ed07f9ad19.mgorny@gentoo
1 commit: 5f495e6a5a540940efc06284252ab7ed07f9ad19
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 08:13:21 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 3 08:16:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f495e6a
7
8 dev-python/python-dateutil: Update HOMEPAGE URLs
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-dateutil/python-dateutil-2.8.1-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/python-dateutil/python-dateutil-2.8.1-r3.ebuild b/dev-python/python-dateutil/python-dateutil-2.8.1-r3.ebuild
16 index 13637f402b0..214b011d5ba 100644
17 --- a/dev-python/python-dateutil/python-dateutil-2.8.1-r3.ebuild
18 +++ b/dev-python/python-dateutil/python-dateutil-2.8.1-r3.ebuild
19 @@ -9,8 +9,8 @@ inherit distutils-r1
20
21 DESCRIPTION="Extensions to the standard Python datetime module"
22 HOMEPAGE="
23 - https://dateutil.readthedocs.org/
24 - https://pypi.org/project/python-dateutil
25 + https://dateutil.readthedocs.io/
26 + https://pypi.org/project/python-dateutil/
27 https://github.com/dateutil/dateutil/
28 "
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"