Name: python3-six
Version: 1.10.0
Release: 1%{?dist}
Summary: Python 2 and 3 compatibility utilities
License: MIT
URL: http://pypi.python.org/pypi/six/
Source0: http://pypi.python.org/packages/source/s/six/six-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python%{python3_pkgversion}-devel
# For use by selftests:
BuildRequires: python%{python3_pkgversion}-pytest
BuildRequires: python%{python3_pkgversion}-tkinter
%description
python3-six provides simple utilities for wrapping over differences between
Python 2 and Python 3.
%package -n python%{python3_pkgversion}-six
Summary: Python 2 and 3 compatibility utilities
%description -n python%{python3_pkgversion}-six
python-six provides simple utilities for wrapping over differences between
Python 2 and Python 3.
This is the Python %{python3_pkgversion} build of the module.
%prep
%setup -q -n six-%{version}
%build
%py3_build
%install
%py3_install
%check
py.test-%{python3_version} -rfsxX test_six.py
%files -n python%{python3_pkgversion}-six
%license LICENSE
%doc CHANGES README documentation/index.rst
%{python3_sitelib}/*
%changelog
* Wed Dec 30 2015 Orion Poplawski <orion@cora.nwra.com> - 1.10.0-1
- Initial EPEL7 package