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/hatchling/
Date: Wed, 11 May 2022 17:55:06
Message-Id: 1652291691.da829fb205b0b1384efd0253a08078cb84492e5e.mgorny@gentoo
1 commit: da829fb205b0b1384efd0253a08078cb84492e5e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 11 17:54:16 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 11 17:54:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da829fb2
7
8 dev-python/hatchling: Update HOMEPAGE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/hatchling/hatchling-0.24.0.ebuild | 4 ++--
13 dev-python/hatchling/metadata.xml | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/hatchling/hatchling-0.24.0.ebuild b/dev-python/hatchling/hatchling-0.24.0.ebuild
17 index c36ac5b6d543..c768e17f0e8e 100644
18 --- a/dev-python/hatchling/hatchling-0.24.0.ebuild
19 +++ b/dev-python/hatchling/hatchling-0.24.0.ebuild
20 @@ -13,10 +13,10 @@ MY_P=hatch-${TAG}
21 DESCRIPTION="Modern, extensible Python build backend"
22 HOMEPAGE="
23 https://pypi.org/project/hatchling/
24 - https://github.com/ofek/hatch/
25 + https://github.com/pypa/hatch/
26 "
27 SRC_URI="
28 - https://github.com/ofek/hatch/archive/${TAG}.tar.gz
29 + https://github.com/pypa/hatch/archive/${TAG}.tar.gz
30 -> ${MY_P}.tar.gz
31 "
32 S=${WORKDIR}/${MY_P}/backend
33
34 diff --git a/dev-python/hatchling/metadata.xml b/dev-python/hatchling/metadata.xml
35 index d4956b531605..585828baa4a2 100644
36 --- a/dev-python/hatchling/metadata.xml
37 +++ b/dev-python/hatchling/metadata.xml
38 @@ -5,7 +5,7 @@
39 <email>python@g.o</email>
40 </maintainer>
41 <upstream>
42 - <remote-id type="github">ofek/hatch</remote-id>
43 + <remote-id type="github">pypa/hatch</remote-id>
44 <remote-id type="pypi">hatchling</remote-id>
45 </upstream>
46 </pkgmetadata>