File python-pyramid_mailer.spec of Package python-pyramid_mailer
#
# spec file for package python-pyramid_mailer
#
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
Name: python-pyramid_mailer
Version: 0.14.1
Release: 0
License: BSD-2-Clause
Summary: Sendmail package for Pyramid
Url: http://docs.pylonsproject.org/projects/pyramid-mailer/en/latest/
Group: Development/Languages/Python
Source: https://pypi.python.org/packages/source/p/pyramid_mailer/pyramid_mailer-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-pyramid
Requires: python-pyramid
BuildRequires: python-repoze.sendmail >= 4.1
Requires: python-repoze.sendmail >= 4.1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch
%endif
%description
pyramid_mailer is a package for sending email from your Pyramid application.
It is compatible with Python 2.6. 2.7, 3.2, 3.3, and 3.4, as well as PyPy
and PyPy3.
%prep
%setup -q -n pyramid_mailer-%{version}
%build
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
python setup.py test
%files
%defattr(-,root,root,-)
%doc CHANGES.rst LICENSE.txt README.rst
%{python_sitelib}/*
%changelog