15
0

Accepting request 561436 from devel:languages:python

- Do not build epydoc documentation to allow py3 only build

OBS-URL: https://build.opensuse.org/request/show/561436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-configshell-fb?expand=0&rev=6
This commit is contained in:
2018-01-09 13:52:08 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 3 16:02:44 UTC 2018 - tchvatal@suse.com
- Do not build epydoc documentation to allow py3 only build
-------------------------------------------------------------------
Fri Dec 8 19:34:23 UTC 2017 - lduncan@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-configshell-fb
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# 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
@@ -56,7 +56,6 @@ no longer strictly compatible.
%package doc
Summary: Documentation for Python configshell-fb
Group: Documentation/HTML
BuildRequires: epydoc
%description doc
configshell-fb is a Python library that provides a framework for building simple
@@ -75,10 +74,6 @@ no longer strictly compatible.
%build
%python_build
mkdir -p doc/
epydoc --no-sourcecode --html -n %{oname} --exclude configobj configshell/*.py
%fdupes html/
mv html doc/
%install
%python_install --skip-build
@@ -88,7 +83,4 @@ mv html doc/
%{python_sitelib}/*
%doc examples COPYING README.md
%files %{python_files doc}
%doc doc/*
%changelog