Files
python-mitogen/python-mitogen.spec

50 lines
1.4 KiB
RPMSpec

#
# spec file for package python-argparse-manpage
#
# 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 http://bugs.opensuse.org/
#
%define mod_name mitogen
%define skip_python2 1
Name: python-mitogen
Version: 0.2.9
Release: 0
Summary: Library for writing distributed self-replicating programs.
License: Apache-2.0
Group: Development/Languages/Python
Url: https://mitogen.readthedocs.io/
Source: %{mod_name}-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
%python_subpackages
%description
Mitogen is a Python library for writing distributed self-replicating programs.
%prep
%setup -q -n %{mod_name}-%{version}
%build
%python_build
%install
%python_install
%files %{python_files}
%doc README* PKG-INFO
%{python_sitelib}/*
%changelog