Ai
5 Star 0 Fork 2

src-openEuler/python-yamlordereddictloader
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
python-yamlordereddictloader.spec 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
jiangxinyu 提交于 2023-12-26 11:03 +08:00 . Update package to version 0.4.2
%global srcname yamlordereddictloader
%global sum YAML loader for PyYAML that maintains key order
Name: python-%{srcname}
Version: 0.4.2
Release: 1
Summary: %{sum}
License: MIT
URL: https://github.com/fmenabe/python-yamlordereddictloader
Source0: https://files.pythonhosted.org/packages/source/y/%{srcname}/%{srcname}-%{version}.tar.gz
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-PyYAML
BuildArch: noarch
%description
This is a loader for PyYAML that maintains the order of the keys
and values in a dictionary as they appear in the input file. This
can be useful for certain applications where named values should
also be maintained in a particular order
%package -n python%{python3_pkgversion}-%{srcname}
Summary: %{sum}
Requires: python3-PyYAML
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
%description -n python%{python3_pkgversion}-%{srcname}
This is a loader for PyYAML that maintains the order of the keys
and values in a dictionary as they appear in the input file. This
can be useful for certain applications where named values should
also be maintained in a particular order
%prep
%setup -q -n %{srcname}-%{version}
%build
%py3_build
%install
%py3_install
%files -n python%{python3_pkgversion}-%{srcname}
%doc README.rst
%license LICENSE.txt
%{python3_sitelib}/%{srcname}.py*
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info
%{python3_sitelib}/__pycache__/%{srcname}.cpython*py*
%changelog
* Tue Dec 26 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.4.2-1
- Update package to version 0.4.2
* Thu Jun 24 2021 anyunhao <anyunhao@kylinos.cn> - 1.3.1-1
- package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-yamlordereddictloader.git
git@gitee.com:src-openeuler/python-yamlordereddictloader.git
src-openeuler
python-yamlordereddictloader
python-yamlordereddictloader
master

搜索帮助