11 Star 0 Fork 1

src-openEuler/python-returns

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-returns.spec 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Wang Kui 提交于 2025-04-07 20:10 +08:00 . init
%define debug_package %{nil}
%global pypi_name returns
Name: python-%{pypi_name}
Version: 0.25.0
Release: 1
Summary: Make your functions return something meaningful, typed, and safe!
License: MIT
URL: https://github.com/dry-python/returns
Source0: https://github.com/dry-python/returns/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python-pip python3-poetry-core
%description
Make your functions return something meaningful, typed, and safe!
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
Make your functions return something meaningful, typed, and safe!
%prep
%setup -q -T -b 0 -c -n %{pypi_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{pypi_name}
%license LICENSE
%{python3_sitelib}/returns*
%changelog
* Mon Apr 7 2025 wangkui <wangkui35@h-partner.com> - 0.25.0-1
- init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-returns.git
git@gitee.com:src-openeuler/python-returns.git
src-openeuler
python-returns
python-returns
master

搜索帮助