diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-26 07:51:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-26 07:51:41 +0000 |
commit | 58096c99af352525f9f4c870368b6e4c6340297f (patch) | |
tree | 5ef2e19b7e5b7439e2f6ff1ef6dcbb2a22255793 | |
parent | bf93ade14426517335e797f9851ea077aade4afe (diff) |
automatic import of python-hatchlingopeneuler22.03_LTS_SP4openeuler22.03_LTS_SP3
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-hatchling.spec | 64 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 66 insertions, 0 deletions
@@ -0,0 +1 @@ +/hatchling-1.21.1.tar.gz diff --git a/python-hatchling.spec b/python-hatchling.spec new file mode 100644 index 0000000..bcfa390 --- /dev/null +++ b/python-hatchling.spec @@ -0,0 +1,64 @@ +Name: python-hatchling +Version: 1.21.1 +Release: 1 +Summary: The build backend used by Hatch +License: MIT +URL: https://pypi.org/project/hatchling +Source0: https://files.pythonhosted.org/packages/d8/a1/7dd1caa87c0b15c04c6291e25112e5d082cce02ee87f221a8be1d594f857/hatchling-1.21.1.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr +BuildRequires: python3-wheel +BuildRequires: python3-pathspec +BuildRequires: python3-pluggy +BuildRequires: python3-packaging +BuildRequires: python3-trove-classifiers +BuildRequires: python3-pluggy +BuildRequires: python3-editables +BuildRequires: python3-tomli + +Requires: python3-editables +Requires: python3-packaging +Requires: python3-pathspec +Requires: python3-pluggy +Requires: python3-trove-classifiers +Requires: python3-tomli + +%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 Feb 22 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 1.21.1-1 +- Update package to version 1.21.1 + +* 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 @@ +d40aaea58a04a36a2b641f6efe99e362 hatchling-1.21.1.tar.gz |