[Python-apps-commits] r9424 - in packages/pyspread/trunk/debian (4 files)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Tue Feb 12 14:40:06 UTC 2013


    Date: Tuesday, February 12, 2013 @ 14:40:05
  Author: anoteng-guest
Revision: 9424

New upstream release

Modified:
  packages/pyspread/trunk/debian/changelog
  packages/pyspread/trunk/debian/control
  packages/pyspread/trunk/debian/copyright
  packages/pyspread/trunk/debian/pyspread.1

Modified: packages/pyspread/trunk/debian/changelog
===================================================================
--- packages/pyspread/trunk/debian/changelog	2013-02-09 10:55:00 UTC (rev 9423)
+++ packages/pyspread/trunk/debian/changelog	2013-02-12 14:40:05 UTC (rev 9424)
@@ -1,7 +1,10 @@
-pyspread (0.2.2-2) UNRELEASED; urgency=low
+pyspread (0.2.3-1) UNRELEASED; urgency=low
 
   * Update Python dependencies to >= 2.7
   * Change menu category from development to office (Closes: #674463)
+  * New upstream release
+  * New dependency matplotlib
+  * Removed suggested dependencies gmpy and rpy
 
  -- Andreas Noteng <andreas at noteng.no>  Sat, 19 May 2012 08:48:02 +0200
 

Modified: packages/pyspread/trunk/debian/control
===================================================================
--- packages/pyspread/trunk/debian/control	2013-02-09 10:55:00 UTC (rev 9423)
+++ packages/pyspread/trunk/debian/control	2013-02-12 14:40:05 UTC (rev 9424)
@@ -5,7 +5,7 @@
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50), python (>= 2.7)
 X-Python-Version: >= 2.7
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://pyspread.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/pyspread/trunk
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pyspread/trunk/
@@ -13,8 +13,7 @@
 Package: pyspread
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-numpy (>= 1:1.1.0),
- python-wxgtk2.8 (>= 2.8.10.1), python-pyme (>= 0.8.1)
-Recommends: python-gmpy (>= 1.1.0), python-rpy (>= 1.0.3)
+ python-wxgtk2.8 (>= 2.8.10.1), python-pyme (>= 0.8.1), python-matplotlib
 Description: cross-platform Python spreadsheet application
  Pyspread is a cross-platform Python spreadsheet application. Instead of 
  spreadsheet formulas, Python expressions are entered into the spreadsheet 

Modified: packages/pyspread/trunk/debian/copyright
===================================================================
--- packages/pyspread/trunk/debian/copyright	2013-02-09 10:55:00 UTC (rev 9423)
+++ packages/pyspread/trunk/debian/copyright	2013-02-12 14:40:05 UTC (rev 9424)
@@ -4,11 +4,11 @@
 Source: http://pyspread.sourceforge.net/index.html
 
 Files: * debian/pyspread.1
-Copyright: 2008-2012 Martin Manns
+Copyright: 2008-2013 Martin Manns
 License: GPL-3+
 
 Files: debian/*
-Copyright: 2010-2012 Andreas Noteng <andreas at noteng.no>
+Copyright: 2010-2013 Andreas Noteng <andreas at noteng.no>
 License: GPL-3+
 
 Files: pyspread/share/icons/Tango/*

Modified: packages/pyspread/trunk/debian/pyspread.1
===================================================================
--- packages/pyspread/trunk/debian/pyspread.1	2013-02-09 10:55:00 UTC (rev 9423)
+++ packages/pyspread/trunk/debian/pyspread.1	2013-02-12 14:40:05 UTC (rev 9424)
@@ -2,7 +2,7 @@
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH PYSPREAD 1 "December 12, 2008"
+.TH PYSPREAD 1 "February 06, 2013"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
@@ -16,28 +16,36 @@
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-pyspread \- A wx.Python-based cross-platform spreadsheet
+pyspread \- A non-traditional Python spreadsheet application.
 .SH SYNOPSIS
 .B pyspread
 .RI [ options ] " files" ...
+.br
+.B bar
+.RI [ options ] " files" ...
 .SH DESCRIPTION
 .B pyspread
-provides an arbitrary size, three-dimensional grid for spreadsheet calculations.
-Each grid cell accepts a Python expression.
-Python modules are usable from the spreadsheet table without external scripts.
+is a non-traditional spreadsheet application that is based on and written in the
+programming language Python.
+The goal of pyspread is to be the most pythonic spreadsheet.
+Pyspread expects Python expressions in its grid cells, which makes a spreadsheet
+specific language obsolete. Each cell returns a Python object that can be accessed
+from other cells. These objects can represent anything including lists or matrices.
 .PP
 .SH OPTIONS
-No options yet.
-.\" These programs follow the usual GNU command line syntax, with long
-.\" options starting with two dashes (`-').
-.\" A summary of options is included below.
-.\" For a complete description, see the Info files.
-.\" .TP
-.\" .B \-h, \-\-help
-.\" Show summary of options.
-.\" .TP
-.\" .B \-v, \-\-version
-.\" Show version of program.
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes ('-').
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-\-version
+Show version of program.
+.TP
+.B \-d DIMENSIONS, \-\-dimensions=DIMENSIONS
+Size of empty table, which is initially created.
+DIMENSIONS has the format (Rows, Columns, Tables).
+DIMENSIONS defaults to (1000, 100, 3).
 .\" .SH SEE ALSO
 .\" .BR bar (1),
 .\" .BR baz (1).




More information about the Python-apps-commits mailing list