Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 06a2f7fb950ebb3578596f17769bdb2e > files > 2

landslide-1.1.3-1.mga6.src.rpm

%define oname landslide

Name:           landslide
Version:        1.1.3
Release:        %mkrel 1
Summary:        Lightweight markup language-based html5 slideshow generator
Group:          Publishing
License:        ASL 2.0
URL:            https://pypi.python.org/pypi/landslide
Source0:        https://files.pythonhosted.org/packages/source/l/%{oname}/%{oname}-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
Requires:       python3-textile


%description
Takes your Markdown, ReST, or Textile file(s) and generates 
fancy HTML5 slideshows


%prep
%autosetup -n %{oname}-%{version}


%build
%py3_build


%install
%py3_install


%files
%{_bindir}/%{oname}
%{python3_sitelib}/*egg-info
%{python3_sitelib}/%{oname}


%changelog
* Tue Sep 06 2016 philippem <philippem> 1.1.3-1.mga6
+ Revision: 1050258
- imported package landslide