[pysph] 03/07: Add python-moko as Depends.

Anton Gladky gladk at moszumanska.debian.org
Tue Feb 9 17:39:46 UTC 2016


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

gladk pushed a commit to branch master
in repository pysph.

commit 456e370677afa5724e913144e70763ad383132a5
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Feb 9 14:34:17 2016 +0100

    Add python-moko as Depends.
---
 debian/control              |   5 +-
 debian/pysph-viewer.install |   2 +-
 debian/pysph.1              | 123 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 127 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 9399650..d15f6de 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: cython,
                python-dev,
                python-enthoughtbase,
                python-mako,
+               python-mock,
                python-nose,
                python-numpy,
                python-sphinx (>= 1.0.7+dfsg),
@@ -24,11 +25,11 @@ X-Python-Version: >= 2.7
 Package: python-pysph
 Architecture: any
 Section: python
-Depends: build-essential,
-         cython,
+Depends: cython,
          python (<< 2.8),
          python (>= 2.7),
          python-mako,
+         python-mock,
          python-nose,
          python-numpy,
          ${misc:Depends},
diff --git a/debian/pysph-viewer.install b/debian/pysph-viewer.install
index 1c26316..5248894 100644
--- a/debian/pysph-viewer.install
+++ b/debian/pysph-viewer.install
@@ -1 +1 @@
-usr/bin/pysph_viewer
+usr/bin/pysph
diff --git a/debian/pysph.1 b/debian/pysph.1
new file mode 100644
index 0000000..8428b0d
--- /dev/null
+++ b/debian/pysph.1
@@ -0,0 +1,123 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
+.TH PYSPH_VIEWER "1" "December 2014" "pysph_viewer Usage:" "User Commands"
+.SH NAME
+pysph_viewer \- viewer to view the output of results. Usage:
+.SH DESCRIPTION
+Usage:
+pysph_viewer [\-v] <trait1=value> <trait2=value> [files.npz]
+.PP
+If *.npz files are not supplied it will connect to a running solver, if not it
+will display the given files.
+.PP
+The arguments <trait1=value> are optional settings like host, port and authkey
+etc.  The following traits are available:
+.TP
+host
+\fB\-\-\fR hostname/IP address to connect to.
+.TP
+port
+\fB\-\-\fR Port to connect to
+.TP
+authkey
+\fB\-\-\fR authorization key to use.
+.TP
+interval
+\fB\-\-\fR time interval to refresh display
+.TP
+pause_solver
+\fB\-\-\fR Set True/False, will pause running solver
+.TP
+movie_directory \fB\-\-\fR directory to dump movie files (automatically set if not
+supplied)
+.TP
+record
+\fB\-\-\fR True/False: record movie, i.e. store screenshots of display.
+.TP
+play
+\fB\-\-\fR True/False: Play all stored data files.
+.TP
+loop
+\fB\-\-\fR True/False: Loop over data files.
+.SH OPTIONS
+\fB\-\-\-\-\-\-\-\-\fR
+.TP
+\fB\-h\fR/\-\-help
+prints this message.
+.TP
+\fB\-v\fR
+sets verbose mode which will print solver connection
+status failures on stdout.
+.PP
+Examples::
+\fB\-\-\-\-\-\-\-\-\-\-\fR
+.IP
+\f(CW$ pysph_viewer interval=10 host=localhost port=8900\fR
+.br
+\f(CW$ pysph_viewer foo.npz\fR
+.br
+\f(CW$ pysph_viewer *.npz play=True loop=True\fR
+.PP
+pysph_viewer [\-v] <trait1=value> <trait2=value> [files.npz]
+.PP
+If *.npz files are not supplied it will connect to a running solver, if not it
+will display the given files.
+.PP
+The arguments <trait1=value> are optional settings like host, port and authkey
+etc.  The following traits are available:
+.TP
+host
+\fB\-\-\fR hostname/IP address to connect to.
+.TP
+port
+\fB\-\-\fR Port to connect to
+.TP
+authkey
+\fB\-\-\fR authorization key to use.
+.TP
+interval
+\fB\-\-\fR time interval to refresh display
+.TP
+pause_solver
+\fB\-\-\fR Set True/False, will pause running solver
+.TP
+movie_directory \fB\-\-\fR directory to dump movie files (automatically set if not
+supplied)
+.TP
+record
+\fB\-\-\fR True/False: record movie, i.e. store screenshots of display.
+.TP
+play
+\fB\-\-\fR True/False: Play all stored data files.
+.TP
+loop
+\fB\-\-\fR True/False: Loop over data files.
+.PP
+\fB\-\-\-\-\-\-\-\-\fR
+.TP
+\fB\-h\fR/\-\-help
+prints this message.
+.TP
+\fB\-v\fR
+sets verbose mode which will print solver connection
+status failures on stdout.
+.PP
+Examples::
+\fB\-\-\-\-\-\-\-\-\-\-\fR
+.IP
+\f(CW$ pysph_viewer interval=10 host=localhost port=8900\fR
+.br
+\f(CW$ pysph_viewer foo.npz\fR
+.br
+\f(CW$ pysph_viewer *.npz play=True loop=True\fR
+.SH "SEE ALSO"
+The full documentation for
+.B pysph_viewer
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B pysph_viewer
+programs are properly installed at your site, the command
+.IP
+.B info pysph_viewer
+.PP
+should give you access to the complete manual.

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



More information about the debian-science-commits mailing list