[pywps] 14/16: Drop sphinx-build.patch.

Bas Couwenberg sebastic at debian.org
Mon Aug 22 21:44:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository pywps.

commit e70bdcdd7d69f4ef9708a786d2e228188ca1d49a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Aug 22 22:49:28 2016 +0200

    Drop sphinx-build.patch.
---
 debian/changelog                  |  1 -
 debian/patches/series             |  1 -
 debian/patches/sphinx-build.patch | 28 ----------------------------
 3 files changed, 30 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 963d812..9074802 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,6 @@ pywps (4.0.0~rc1-1) UNRELEASED; urgency=medium
     - Change license to Expat
   * Drop examples, no longer included upstream.
   * Drop CGI package, wps.py removed upstream.
-  * Add patch to fix sphinx-build failure.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 22 Aug 2016 22:45:13 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 9ab6c4a..99c4ae9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 offline-tests.patch
-sphinx-build.patch
diff --git a/debian/patches/sphinx-build.patch b/debian/patches/sphinx-build.patch
deleted file mode 100644
index 90eced9..0000000
--- a/debian/patches/sphinx-build.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Fix sphinx-build failure.
- /<buildpath>/docs/api.rst:11: WARNING: autodoc: failed to import class u'Process' from module u'pywps'; the following exception was raised:
- Traceback (most recent call last):
-   File "/usr/lib/python2.7/dist-packages/sphinx/ext/autodoc.py", line 518, in import_object
-     __import__(self.modname)
-   File "/<buildpath>/pywps/__init__.py", line 33, in <module>
-     from lxml.builder import ElementMaker
- ImportError: No module named builder
-Author: Bas Couwenberg <sebastic at debian.org>
-
---- a/docs/conf.py
-+++ b/docs/conf.py
-@@ -67,10 +67,13 @@ class Mock(object):
-         else:
-             return Mock()
- 
--MOCK_MODULES = ['lxml', 'lxml.etree', 'lxml.builder']
-+MOCK_MODULES = ['lxml', 'lxml.etree', 'lxml.builder',
-+                'werkzeug.exceptions']
- 
- with open('../requirements.txt') as f:
--    MOCK_MODULES = f.read().splitlines()
-+    MOCK_MODULES.extend(f.read().splitlines())
-+
-+MOCK_MODULES = list(set(MOCK_MODULES))
- 
- for mod_name in MOCK_MODULES:
-     sys.modules[mod_name] = Mock()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pywps.git



More information about the Pkg-grass-devel mailing list