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/sortedcontainers/
Date: Mon, 09 May 2022 15:01:39
Message-Id: 1652108484.232c39ebd64c9946585b2e4bbb42a99e583e9be3.mgorny@gentoo
1 commit: 232c39ebd64c9946585b2e4bbb42a99e583e9be3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 15:00:43 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 15:01:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232c39eb
7
8 dev-python/sortedcontainers: Update homepage
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
16 index 2f98d6ff06e2..981debeee8b3 100644
17 --- a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
18 +++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
19 @@ -11,7 +11,7 @@ inherit distutils-r1
20 MY_P=python-${P}
21 DESCRIPTION="Python library to sort collections and containers"
22 HOMEPAGE="
23 - http://www.grantjenks.com/docs/sortedcontainers/
24 + https://www.grantjenks.com/docs/sortedcontainers/
25 https://github.com/grantjenks/python-sortedcontainers/
26 https://pypi.org/project/sortedcontainers/
27 "