[Python-modules-commits] [sphinx] 01/01: Move sphinxcontrib-websupport from requirements to extras_require.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Aug 19 15:33:28 UTC 2017


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

mitya57 pushed a commit to branch debian/master
in repository sphinx.

commit f16fd54c66cadb3df68fd98618e813f442fbfff1
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Aug 19 18:32:16 2017 +0300

    Move sphinxcontrib-websupport from requirements to extras_require.
---
 debian/changelog                          |  7 +++++++
 debian/patches/no_require_websupport.diff | 28 ++++++++++++++++++++++++++++
 debian/patches/series                     |  1 +
 3 files changed, 36 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1b9ee36..3e4d223 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sphinx (1.6.3-2) UNRELEASED; urgency=medium
+
+  * Move sphinxcontrib-websupport from requirements to extras_require
+    in setuptools metadata (no_require_websupport.diff).
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 19 Aug 2017 18:30:31 +0300
+
 sphinx (1.6.3-1) experimental; urgency=medium
 
   * New upstream release (closes: #866789).
diff --git a/debian/patches/no_require_websupport.diff b/debian/patches/no_require_websupport.diff
new file mode 100644
index 0000000..419dfcb
--- /dev/null
+++ b/debian/patches/no_require_websupport.diff
@@ -0,0 +1,28 @@
+From: Dmitry Shachnev <mitya57 at debian.org>
+Date: Mon, 7 Aug 2017 18:34:10 +0300
+Subject: Move sphinxcontrib-websupport to extras_require
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 0b3b128..2f8145a 100644
+--- a/setup.py
++++ b/setup.py
+@@ -51,7 +51,6 @@ requires = [
+     'imagesize',
+     'requests>=2.0.0',
+     'setuptools',
+-    'sphinxcontrib-websupport',
+ ]
+ 
+ extras_require = {
+@@ -63,6 +62,7 @@ extras_require = {
+         'typing'
+     ],
+     'websupport': [
++        'sphinxcontrib-websupport',
+         'sqlalchemy>=0.9',
+         'whoosh>=2.0',
+     ],
diff --git a/debian/patches/series b/debian/patches/series
index fb152c3..609a68b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ no_external_css.diff
 disable_js_version_check.diff
 no_snowballstemmer.diff
 skip_tests_network.diff
+no_require_websupport.diff

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



More information about the Python-modules-commits mailing list