[Python-modules-commits] [python-blosc] 01/03: add temporarily-disable-numpydoc.patch

Daniel Stender stender at moszumanska.debian.org
Fri Aug 25 08:04:04 UTC 2017


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

stender pushed a commit to branch debian/master
in repository python-blosc.

commit e03f67979deab6f54ba7dff03bf935e586502614
Author: Daniel Stender <stender at debian.org>
Date:   Fri Aug 25 09:34:16 2017 +0200

    add temporarily-disable-numpydoc.patch
---
 debian/changelog                                  |  6 ++++++
 debian/control                                    |  2 +-
 debian/patches/series                             |  1 +
 debian/patches/temporarily-disable-numpydoc.patch | 16 ++++++++++++++++
 4 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 25d2873..aa9af38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-blosc (1.4.4+ds1-4) unstable; urgency=medium
+
+  * add temporarily-disable-numpydoc.patch (Closes: #869195).
+
+ -- Daniel Stender <stender at debian.org>  Fri, 25 Aug 2017 09:29:52 +0200
+
 python-blosc (1.4.4+ds1-3) unstable; urgency=medium
 
   * Uploaded to unstable.
diff --git a/debian/control b/debian/control
index 904ecbc..3d0d0a4 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  python-docutils,
  links,
  python3-sphinx,
- python3-numpydoc,
+# python3-numpydoc, #869195
  python-mock,
  python3-mock
 Standards-Version: 3.9.8
diff --git a/debian/patches/series b/debian/patches/series
index 96b9e1c..0fb1281 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 catch-cpuinfo-import-error.patch
+temporarily-disable-numpydoc.patch
diff --git a/debian/patches/temporarily-disable-numpydoc.patch b/debian/patches/temporarily-disable-numpydoc.patch
new file mode 100644
index 0000000..324c8af
--- /dev/null
+++ b/debian/patches/temporarily-disable-numpydoc.patch
@@ -0,0 +1,16 @@
+Description: disable numpy extension from docs to prevent FTBFS
+Author: Daniel Stender <stender at debian.org>
+Bug-Debian: https://bugs.debian.org/869195
+Forwarded: not-needed
+
+--- a/doc/conf.py
++++ b/doc/conf.py
+@@ -28,7 +28,7 @@
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+ extensions = [
+     'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx',
+-    'sphinx.ext.todo', 'sphinx.ext.coverage', 'numpydoc']
++    'sphinx.ext.todo', 'sphinx.ext.coverage']
+ 
+ # Add any paths that contain templates here, relative to this directory.
+ templates_path = ['_templates']

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-blosc.git



More information about the Python-modules-commits mailing list