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/trio/
Date: Thu, 07 Apr 2022 08:45:19
Message-Id: 1649321107.976f6d76a78e26e290ac0855b41076ba12ff0da6.mgorny@gentoo
1 commit: 976f6d76a78e26e290ac0855b41076ba12ff0da6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 7 08:41:45 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 7 08:45:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976f6d76
7
8 dev-python/trio: Fix HOMEPAGE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/trio/trio-0.20.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/trio/trio-0.20.0.ebuild b/dev-python/trio/trio-0.20.0.ebuild
16 index 7886ff51e8af..a544993a08dc 100644
17 --- a/dev-python/trio/trio-0.20.0.ebuild
18 +++ b/dev-python/trio/trio-0.20.0.ebuild
19 @@ -10,8 +10,8 @@ inherit distutils-r1
20
21 DESCRIPTION="Python library for async concurrency and I/O"
22 HOMEPAGE="
23 - https://github.com/python-trio/trio
24 - https://pypi.org/project/trio
25 + https://github.com/python-trio/trio/
26 + https://pypi.org/project/trio/
27 "
28 SRC_URI="
29 https://github.com/python-trio/${PN}/archive/v${PV}.tar.gz