1 Star 0 Fork 0

Wang Kui/hatch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
hatch.spec 926 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wang Kui 提交于 2025-04-01 11:01 +08:00 . fix
%define debug_package %{nil}
Name: hatch
Version: 1.14.0
Release: 1
Summary: Modern, extensible Python project management
License: MIT
URL: https://github.com/pypa/hatch
Source0: https://github.com/pypa/hatch/archive/refs/tags/%{name}-v%{version}.tar.gz
AutoReq: 0
BuildRequires: python3-devel python3-pip python3-hatch-vcs python3-pathspec
BuildRequires: python3-pluggy python3-tomli python3-packaging python3-trove-classifiers uv
%description
Modern, extensible Python project management
%prep
%setup -q -T -b 0 -c -n %{name}-%{name}-v%{version}
%build
%pyproject_build
pushd backend
%pyproject_build
popd
%install
%pyproject_install
pushd backend
%pyproject_install
popd
%files
%license LICENSE.txt
%{python3_sitelib}/hatch*
%{_bindir}/hatch
%{_bindir}/hatchling
%changelog
* Fri Mar 28 2025 wangkui <wangkui35@h-partner.com> - 1.14.0-1
- init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangkui35/hatch.git
git@gitee.com:wangkui35/hatch.git
wangkui35
hatch
hatch
master

搜索帮助