[spyder] 01/04: Cherry-pick upstream commit providing the manpage

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed May 24 17:45:05 UTC 2017


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

ghisvail-guest pushed a commit to branch experimental
in repository spyder.

commit ef3fc589f4e1ffd07cdb4346e290edb07ba93355
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed May 24 09:13:20 2017 +0100

    Cherry-pick upstream commit providing the manpage
    
    - New patch Add-manpage-for-Spyder.patch
    
    Gbp-Dch: full
---
 debian/patches/Add-manpage-for-Spyder.patch | 101 ++++++++++++++++++++++++++++
 debian/patches/series                       |   1 +
 2 files changed, 102 insertions(+)

diff --git a/debian/patches/Add-manpage-for-Spyder.patch b/debian/patches/Add-manpage-for-Spyder.patch
new file mode 100644
index 0000000..24d8b1b
--- /dev/null
+++ b/debian/patches/Add-manpage-for-Spyder.patch
@@ -0,0 +1,101 @@
+From: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Date: Tue, 23 May 2017 10:34:16 +0100
+Subject: Add manpage for Spyder
+
+---
+ doc/conf.py     | 13 ++++++++++++
+ doc/manpage.rst | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 77 insertions(+)
+ create mode 100644 doc/manpage.rst
+
+diff --git a/doc/conf.py b/doc/conf.py
+index 64f1ed0..6befaf9 100644
+--- a/doc/conf.py
++++ b/doc/conf.py
+@@ -192,3 +192,16 @@ latex_documents = [
+ 
+ # If false, no module index is generated.
+ #latex_use_modindex = True
++
++
++# -- Options for manual page output ---------------------------------------
++
++# One entry per manual page. List of tuples
++# (source start file, name, description, authors, manual section).
++man_pages = [
++        ('manpage', 'spyder', 'Scientific PYthon Development EnviRonment',
++            ['Ghislain Antony Vaillant <ghisvail at gmail.com>'], 1)
++        ]
++
++# If true, show URL addresses after external links.
++#man_show_urls = False
+diff --git a/doc/manpage.rst b/doc/manpage.rst
+new file mode 100644
+index 0000000..098811e
+--- /dev/null
++++ b/doc/manpage.rst
+@@ -0,0 +1,64 @@
++:orphan:
++
++spyder manual
++=============
++
++
++Synopsis
++--------
++
++**spyder** [*options*] [*filenames*]
++
++
++Description
++-----------
++
++Spyder provides:
++
++* a powerful interactive development environment for the Python language with
++  advanced editing, interactive testing, debugging and introspection features,
++
++* and a numerical computing environment thanks to the support of `IPython`
++  (enhanced interactive Python interpreter) and popular Python libraries such
++  as `NumPy` (linear algebra), `SciPy` (signal and image processing) or
++  `matplotlib` (interactive 2D/3D plotting).
++
++
++Options
++-------
++
++-h, --help              show this help message and exit
++
++--new-instance          run a new instance of Spyder, even if the single
++                        instance mode has been turned on (default)
++
++--defaults              reset configuration settings to defaults
++
++--reset                 remove all configuration files
++
++--optimize              optimize the Spyder bytecode (may require
++                        administrative privileges)
++
++-w WORKING_DIRECTORY, --workdir=WORKING_DIRECTORY
++                        set the default working directory
++
++--show-console          do not hide parent console window (Windows)
++
++--multithread           execute the internal console in a separate thread
++                        (from the main application thread)
++
++--profile               run spyder in profile mode (for internal testing, not
++                        related with Python profiling)
++
++--window-title=WINDOW_TITLE
++                        show this string in the main window title
++
++-p OPEN_PROJECT, --project=OPEN_PROJECT
++                        open a Spyder project (directory with a .spyproject
++                        folder)
++
++Bugs
++----
++
++If you find a bug, please consider reporting it to the Spyder issue tracker at
++<https://github.com/spyder-ide/spyder/issues>.
diff --git a/debian/patches/series b/debian/patches/series
index 9c48a63..d36739c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-fix-spyderlib-path.patch
 Always-use-setuptools.patch
 Fixup-rope-dependency.patch
+Add-manpage-for-Spyder.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/spyder.git



More information about the debian-science-commits mailing list