diff --git a/mallard-ducktype-0.3.tar.gz b/mallard-ducktype-0.3.tar.gz new file mode 100644 index 0000000..5a02dd4 Binary files /dev/null and b/mallard-ducktype-0.3.tar.gz differ diff --git a/python3-mallard-ducktype.spec b/python3-mallard-ducktype.spec new file mode 100644 index 0000000..b03d675 --- /dev/null +++ b/python3-mallard-ducktype.spec @@ -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 - 0.3-5 +- Initial package.