1 Star 0 Fork 16

张梁鹏堃/python-more-itertools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-more-itertools.spec 1.87 KB
一键复制 编辑 原始数据 按行查看 历史
starlet_dx 提交于 2023-06-07 10:16 . Update to 9.1.0
Name: python-more-itertools
Version: 9.1.0
Release: 1
Summary: An opensource python library wrapping around itertools
License: MIT
URL: https://github.com/erikrose/more-itertools
Source0: https://pypi.io/packages/source/m/more-itertools/more-itertools-%{version}.tar.gz
BuildArch: noarch
%description
This is a python library for efficient use of itertools utility, which also \
includes implementations of the recipes from the itertools documentation.\
See https://pythonhosted.org/more-itertools/index.html for more information.
%package -n python3-more-itertools
Summary: An opensource python library wrapping around itertools
BuildRequires: python3-devel python3-six
BuildRequires: python3-pip python3-wheel
BuildRequires: python3-flit-core
%{?python_provide:%python_provide python3-more-itertools}
%description -n python3-more-itertools
This is a python library for efficient use of itertools utility, which also \
includes implementations of the recipes from the itertools documentation.\
See https://pythonhosted.org/more-itertools/index.html for more information.
%prep
%autosetup -n more-itertools-%{version} -p1
%build
%pyproject_build
%install
%pyproject_install
%check
export PYTHONPATH=%{buildroot}%{python3_sitelib}
%{__python3} -m unittest -v
%files -n python3-more-itertools
%doc README.rst LICENSE
%{python3_sitelib}/more_itertools/
%{python3_sitelib}/more_itertools-%{version}*-info
%changelog
* Wed Jun 07 2023 yaoxin <yao_xin001@hoperun.com> - 9.1.0-1
- Update to 9.1.0
* Thu Jul 7 2022 wulei <wulei80@h-partners.com> - 8.12.0-1
- Upgrade to 8.12.0
* Thu Jul 15 2021 huangtianhua <huangtianhua@huawei.com> -8.5.0-1
- Upgrade to 8.5.0 to support OpenStack-W
* Wed Oct 21 2020 Ge Wang <wangge20@huawei.com> - 4.1.0-6
- remove python2
* Fri Nov 15 2019 sunguoshuai <sunguoshuai@huawei.com> - 4.1.0-5
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang-liang-pengkun/python-more-itertools.git
git@gitee.com:zhang-liang-pengkun/python-more-itertools.git
zhang-liang-pengkun
python-more-itertools
python-more-itertools
master

搜索帮助