2019-02-05 19:34:36 +00:00
|
|
|
#
|
|
|
|
|
# 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
|
2020-06-22 19:53:47 +00:00
|
|
|
Version: 0.2.9
|
2019-02-05 19:34:36 +00:00
|
|
|
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
|
2021-12-22 00:28:35 +00:00
|
|
|
BuildRequires: python-rpm-macros
|
2019-02-05 19:34:36 +00:00
|
|
|
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
|