!1 add Packages

Merge pull request !1 from gu-gu-gu/Add
This commit is contained in:
openeuler-ci-bot 2020-01-10 16:42:39 +08:00 committed by Gitee
commit c7bf432791
2 changed files with 42 additions and 0 deletions

BIN
mallard-ducktype-0.3.tar.gz Normal file

Binary file not shown.

View File

@ -0,0 +1,42 @@
Name: python3-mallard-ducktype
Version: 0.3
Release: 5
Summary: Parse Ducktype files and convert them to Mallard
License: MIT
URL: https://pypi.python.org/pypi/mallard-ducktype
Source0: https://pypi.python.org/packages/source/m/mallard-ducktype/mallard-ducktype-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
%description
Parse Ducktype files and convert them to Mallard.
%prep
%autosetup -n mallard-ducktype-%{version} -p1
rm -rf mallard-ducktype-%{version}/mallard_ducktype.egg-info/
%build
%py3_build
%install
%py3_install
%check
%{__python3} setup.py test
%files
%doc
%{_bindir}/ducktype
%{python3_sitelib}/*
%changelog
* Wed Jan 08 2020 wanjiankang <wanjiankangkang@huawei.com> - 0.3-5
- Initial package.