diff options
author | CoprDistGit <infra@openeuler.org> | 2024-01-27 18:12:52 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-01-27 18:12:52 +0000 |
commit | 1d42cfc1375ba389ce00185cf344db78c203cd1b (patch) | |
tree | 09cbbf967bf8470abcfe56bf62a34e14da3eccca | |
parent | d3be9847bca00b6e0bb3dc5505fe4d7b6efb80b1 (diff) |
automatic import of python-hatchlingopeneuler22.03_LTS_SP2
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-hatchling.spec | 44 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 46 insertions, 0 deletions
@@ -0,0 +1 @@ +/hatchling-1.18.0.tar.gz diff --git a/python-hatchling.spec b/python-hatchling.spec new file mode 100644 index 0000000..73c21df --- /dev/null +++ b/python-hatchling.spec @@ -0,0 +1,44 @@ +Name: python-hatchling +Version: 1.18.0 +Release: 1 +Summary: The build backend used by Hatch +License: MIT +URL: https://pypi.org/project/hatchling +Source0: https://files.pythonhosted.org/packages/e3/57/87da2c5adc173950ebe9f1acce4d5f2cd0a960783992fd4879a899a0b637/hatchling-1.18.0.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel python3-pip python3-hatch-vcs python3-pathspec +BuildRequires: python3-pluggy python3-tomli python3-packaging python3-trove-classifiers + +%global common_description %{expand: +This is the extensible, standards compliant build backend used by Hatch.} + +%description %{common_description} + + +%package -n python3-hatchling +Summary: %{summary} + +%description -n python3-hatchling %{common_description} + +%prep +%autosetup -n hatchling-%{version} + +%build +%pyproject_build + +%install +%pyproject_install + +%files -n python3-hatchling +%doc README.md +%license LICENSE.txt +%{python3_sitelib}/hatchling* +%{_bindir}/hatchling + +%changelog +* Thu Nov 2 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1.18.0-1 +- Upgrade package to version 1.18.0 + +* Thu Apr 13 2023 caodongxia <caodongxia@h-partners.com> - 1.13.0-1 +- Package init @@ -0,0 +1 @@ +43f7203cacb6c3c178b93149b8a8151d hatchling-1.18.0.tar.gz |