# # spec file for package python-WSGIserver # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, 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 https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python3 1 Name: python2-WSGIserver Version: 1.3 Release: 1.1 Summary: A high-speed, production ready, thread pooled, generic WSGI server License: MIT Group: Development/Languages/Python Url: https://f.gallai.re/wsgiserver Source: https://files.pythonhosted.org/packages/b8/76/adaa6544746bd11c6bab6c9b4be0a40054835ef1c92c4487c28c7509ddc0/WSGIserver-1.3.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: fdupes BuildArch: noarch %python_subpackages %description A high-speed, production ready, thread pooled, generic WSGI server with SSL support %prep %setup -q -n WSGIserver-%{version} %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %files %{python_files} %{python_sitearch}/* %changelog * Mon May 25 2020 Holger Bruenjes - initial package for version 1.3