python-hatchling/python-hatchling.spec

48 lines
1.3 KiB
RPMSpec
Raw Permalink Normal View History

2023-04-24 09:37:31 +08:00
Name: python-hatchling
2024-02-22 09:55:42 +08:00
Version: 1.21.1
2023-04-24 09:37:31 +08:00
Release: 1
Summary: The build backend used by Hatch
License: MIT
URL: https://pypi.org/project/hatchling
2024-02-22 09:55:42 +08:00
Source0: https://files.pythonhosted.org/packages/d8/a1/7dd1caa87c0b15c04c6291e25112e5d082cce02ee87f221a8be1d594f857/hatchling-1.21.1.tar.gz
2023-04-24 09:37:31 +08:00
BuildArch: noarch
BuildRequires: python3-devel python3-pip python3-hatch-vcs python3-pathspec
2023-11-02 12:18:16 +08:00
BuildRequires: python3-pluggy python3-tomli python3-packaging python3-trove-classifiers
2023-04-24 09:37:31 +08:00
%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
2023-11-02 12:18:16 +08:00
%pyproject_install
2023-04-24 09:37:31 +08:00
%files -n python3-hatchling
%doc README.md
%license LICENSE.txt
%{python3_sitelib}/hatchling*
%{_bindir}/hatchling
%changelog
2024-02-22 09:55:42 +08:00
* Thu Feb 22 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 1.21.1-1
- Update package to version 1.21.1
2023-11-02 12:18:16 +08:00
* Thu Nov 2 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1.18.0-1
- Upgrade package to version 1.18.0
2023-04-24 09:37:31 +08:00
* Thu Apr 13 2023 caodongxia <caodongxia@h-partners.com> - 1.13.0-1
- Package init