git: bd478e2290ba - main - devel/py-hatchling: Update to 1.9.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 10 Sep 2022 18:12:49 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bd478e2290ba0a811fd8c6204e12854aeb464733

commit bd478e2290ba0a811fd8c6204e12854aeb464733
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-10 18:11:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 18:11:13 +0000

    devel/py-hatchling: Update to 1.9.0
    
    Changes:        https://github.com/pypa/hatch/commits/master/backend
---
 devel/py-hatchling/Makefile       | 2 +-
 devel/py-hatchling/distinfo       | 6 +++---
 devel/py-hatchling/files/setup.py | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/devel/py-hatchling/Makefile b/devel/py-hatchling/Makefile
index 8d29dc7dce44..4f067b0ea3df 100644
--- a/devel/py-hatchling/Makefile
+++ b/devel/py-hatchling/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	hatchling
-PORTVERSION=	1.8.1
+PORTVERSION=	1.9.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-hatchling/distinfo b/devel/py-hatchling/distinfo
index 439f2afcd15c..1ee1e7799481 100644
--- a/devel/py-hatchling/distinfo
+++ b/devel/py-hatchling/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1661950876
-SHA256 (hatchling-1.8.1.tar.gz) = 448b04b23faed669b2b565b998ac955af4feea66c5deed3a1212ac9399d2e1cd
-SIZE (hatchling-1.8.1.tar.gz) = 54830
+TIMESTAMP = 1662826468
+SHA256 (hatchling-1.9.0.tar.gz) = b57c7362f437b9426e4b94228a21d2ac5804fbb2abcb01adde2544a35bb303cd
+SIZE (hatchling-1.9.0.tar.gz) = 55936
diff --git a/devel/py-hatchling/files/setup.py b/devel/py-hatchling/files/setup.py
index c10b93cfc790..9bff73f76f85 100644
--- a/devel/py-hatchling/files/setup.py
+++ b/devel/py-hatchling/files/setup.py
@@ -49,6 +49,7 @@ setup(
         'hatchling.cli',
         'hatchling.cli.build',
         'hatchling.cli.dep',
+        'hatchling.cli.metadata',
         'hatchling.cli.version',
         'hatchling.dep',
         'hatchling.licenses',