File: control

package info (click to toggle)
pyspread 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 18,736 kB
  • sloc: python: 13,076; xml: 48; makefile: 17; sh: 8
file content (38 lines) | stat: -rw-r--r-- 1,461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: pyspread
Section: python
Priority: optional
Maintainer: Andreas Noteng <andreas@noteng.no>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (=13),
               dh-exec,
               dh-python,
               python3 (>= 3.7),
               python3-matplotlib (>= 1.1.1),
               python3-numpy (>= 1:1.1.0),
               python3-pyqt5 (>=5.11.3),
               python3-pytest,
               python3-setuptools
Standards-Version: 4.6.1
Homepage: https://pyspread.gitlab.io/
Vcs-Git: https://salsa.debian.org/python-team/packages/pyspread.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyspread
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: pyspread
Architecture: all
Depends: python3 (>= 3.7),
         python3-numpy (>= 1:1.1.0),
         python3-pygments,
         python3-pyqt5 (>=5.11.3),
         python3-pyqt5.qtsvg,
         ${misc:Depends},
         ${python3:Depends}
Recommends: python3-enchant (>= 1.1),
            python3-matplotlib (>= 1.1.1),
            python3-moneyed (>=2.0)
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
 cells. Each expression returns a Python object that can be accessed from
 other cells. These objects can represent anything including lists or matrices.