114 Star 0 Fork 5

src-openEuler/python-backports_abc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-backports_abc.spec 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
starlet_dx 提交于 2022-11-16 15:31 . Modify invalid Source
Name: python-backports_abc
Version: 0.5
Release: 12
Summary: It patches the collections module instead of the collections.abc module.
License: Python
URL: https://pypi.python.org/pypi/backports_abc
Source0: https://files.pythonhosted.org/packages/source/b/backports_abc/backports_abc-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools
%description
A backport of recent additions to the 'collections.abc' module.
%package -n python3-backports_abc
Summary: A backport of recent additions to the 'collections.abc' module
%{?python_provide:%python_provide python3-backports_abc}
%description -n python3-backports_abc
In Python 3.x, it patches the collections module instead of the collections.abc module.
%prep
%autosetup -n backports_abc-%{version}
%build
%py3_build
%install
%py3_install
%check
%{__python3} setup.py test
%files -n python3-backports_abc
%license LICENSE
%doc CHANGES.rst README.rst
%{python3_sitelib}/backports_abc.py
%{python3_sitelib}/backports_abc*.egg-info/
%{python3_sitelib}/__pycache__/*
%changelog
* Wed Nov 16 2022 yaoxin <yaoxin30@h-partners.com> - 0.5-12
- Modify invalid Source
* Wed Oct 21 2020 chengzihan <chengzihan2@huawei.com> - 0.5-11
- Remove subpackage python2-backports_abc
* Thu Sep 10 2020 liuweibo <liuweibo10@huawei.com> - 0.5-10
- Fix Source0
* Sat Nov 30 2019 lijin Yang <yanglijin@huawei.com> - 0.5-9
- init package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-backports_abc.git
git@gitee.com:src-openeuler/python-backports_abc.git
src-openeuler
python-backports_abc
python-backports_abc
master

搜索帮助