# Created by pyp2rpm-3.2.2 %global pypi_name tablib Name: python-%{pypi_name} Version: 0.9.11 Release: 1%{?dist} Summary: Format agnostic tabular data library (XLS, JSON, YAML, CSV) License: MIT URL: http://tablib.org Source0: https://files.pythonhosted.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools %description Tablib: formatagnostic tabular dataset library :: _____ ______ ___________ ______ __ /_______ ____ /_ ___ /___(_)___ /_ _ __/_ __ /__ __ \__ / __ / __ __ \ / /_ / /_/ / _ /_/ /_ / _ / _ /_/ / \__/ \__,_/ /_.___/ /_/ /_/ /_.___/Tablib is a formatagnostic tabular dataset library, written in Python.Output formats supported: Excel (Sets + Books) JSON (Sets + Books) YAML (Sets + Books) HTML (Sets)... %package -n python2-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python2-%{pypi_name}} %description -n python2-%{pypi_name} Tablib: formatagnostic tabular dataset library :: _____ ______ ___________ ______ __ /_______ ____ /_ ___ /___(_)___ /_ _ __/_ __ /__ __ \__ / __ / __ __ \ / /_ / /_/ / _ /_/ /_ / _ / _ /_/ / \__/ \__,_/ /_.___/ /_/ /_/ /_.___/Tablib is a formatagnostic tabular dataset library, written in Python.Output formats supported: Excel (Sets + Books) JSON (Sets + Books) YAML (Sets + Books) HTML (Sets)... %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py2_build %install %py2_install %files -n python2-%{pypi_name} %license LICENSE %doc README.rst %{python2_sitelib}/%{pypi_name} %{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog * Thu Feb 22 2018 mockbuilder - 0.9.11-1 - Initial package.