14
0

Accepting request 729661 from home:jengelh:branches:devel:languages:python

- Use somewhat longer description from upstream.

OBS-URL: https://build.opensuse.org/request/show/729661
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-restview?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-09-10 07:33:06 +00:00
committed by Git OBS Bridge
parent 96d6666076
commit c8ed326e0c
2 changed files with 12 additions and 6 deletions

View File

@@ -12,25 +12,26 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-restview
Version: 2.9.2
Release: 0
License: GPL-3.0
Summary: ReStructuredText viewer
Url: https://mg.pov.lt/restview/
License: GPL-3.0-only
Group: Development/Languages/Python
URL: https://mg.pov.lt/restview/
Source: https://files.pythonhosted.org/packages/source/r/restview/restview-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module docutils}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pygments}
BuildRequires: %{python_module readme_renderer}
BuildRequires: %{python_module mock}
# /SECTION
BuildRequires: fdupes
Requires: python-docutils
@@ -41,7 +42,7 @@ BuildArch: noarch
%python_subpackages
%description
ReStructuredText viewer.
A viewer for ReStructuredText documents that renders them on the fly.
%prep
%setup -q -n restview-%{version}