From: TizenOpenSource Date: Tue, 6 Feb 2024 03:49:27 +0000 (+0900) Subject: Bump to 1.21.0 X-Git-Tag: accepted/tizen/base/20240328.042844^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_9.0_base;p=platform%2Fupstream%2Fpython3-hatchling.git Bump to 1.21.0 Signed-off-by: TizenOpenSource --- diff --git a/packaging/python3-hatchling.manifest b/packaging/python3-hatchling.manifest new file mode 100644 index 0000000..86dbb26 --- /dev/null +++ b/packaging/python3-hatchling.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python3-hatchling.spec b/packaging/python3-hatchling.spec new file mode 100644 index 0000000..ef019fc --- /dev/null +++ b/packaging/python3-hatchling.spec @@ -0,0 +1,53 @@ +Name: python3-hatchling +Version: 1.21.0 +Release: 0 +Summary: Build backend used by Hatch +License: MIT +URL: https://hatch.pypa.io/latest/ +Source0: hatchling-%{version}.tar.gz +Source1001: %{name}.manifest + +BuildRequires: pkgconfig(python3) +BuildRequires: python3-build +BuildRequires: python3-pip +BuildRequires: python3-editables +BuildRequires: python3-pathspec +BuildRequires: python3-trove_classifiers +BuildRequires: python3-pluggy + +Requires: python3-editables +Requires: python3-pathspec +Requires: python3-trove_classifiers +Requires: python3-pluggy + +BuildArch: noarch + +%description +This is the extensible, standards compliant build backend used by Hatch. + +%prep +%setup -q -n hatchling-%{version} + +%build +cp %{SOURCE1001} . +%{_bindir}/python3 -m build -n + +%install +%{_bindir}/python3 -m pip install --root %{buildroot} ./dist/hatchling-%{version}-py3-*.whl + +%files +%license LICENSE.txt +%{_bindir}/hatchling +%{python3_sitelib}/hatchling/*.py +%{python3_sitelib}/hatchling/py.typed +%{python3_sitelib}/hatchling/bridge/* +%{python3_sitelib}/hatchling/builders/* +%{python3_sitelib}/hatchling/cli/* +%{python3_sitelib}/hatchling/dep/* +%{python3_sitelib}/hatchling/licenses/* +%{python3_sitelib}/hatchling/metadata/* +%{python3_sitelib}/hatchling/plugin/* +%{python3_sitelib}/hatchling/__pycache__/* +%{python3_sitelib}/hatchling/utils/* +%{python3_sitelib}/hatchling/version/* +%{python3_sitelib}/hatchling-%{version}.dist-info/*