!1 init package

From: @myeuler
Reviewed-by: @ethan848,@shinwell_hu
Signed-off-by: @ethan848
This commit is contained in:
openeuler-ci-bot 2021-05-19 16:18:28 +08:00 committed by Gitee
commit de2313ef2c
2 changed files with 43 additions and 0 deletions

Binary file not shown.

43
python-xmltodict.spec Normal file
View File

@ -0,0 +1,43 @@
%bcond_with bootstrap
Name: python-xmltodict
Version: 0.12.0
Release: 1
Summary: Python module that makes working with XML feel like you are working with JSON
License: MIT
URL: https://github.com/martinblech/xmltodict
Source0: https://github.com/martinblech/xmltodict/archive/%{name}-%{version}.tar.gz
BuildArch: noarch
%description
%package -n python3-xmltodict
Summary: Python module that makes working with XML feel like you are working with JSON
BuildRequires: python3-pytest
%description -n python3-xmltodict
Python module that makes working with XML feel like you are working with JSON
%prep
%autosetup -n xmltodict-%{version}
%build
%py3_build
%install
%py3_install
%check
%{__python3} -m pytest tests
%files -n python3-xmltodict
%doc README.md CHANGELOG.md
%license LICENSE
%{python3_sitelib}/*
%changelog
* Tue Apr 28 2020 Wei Xiong <myeuler@163.com>
- init package