File: control

package info (click to toggle)
sympy 1.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 36,784 kB
  • sloc: python: 460,598; xml: 359; makefile: 162; sh: 59; lisp: 4
file content (120 lines) | stat: -rw-r--r-- 4,521 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Source: sympy
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Georges Khaznadar <georgesk@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-sphinxdoc <!nodoc>,
               python3-all,
               python3-setuptools,
               python3-mpmath,
               python3-matplotlib,
               python3-sphinx <!nodoc>,
               python3-sphinxcontrib.jquery <!nodoc>,
	       python-is-python3,
               texlive-latex-base,
               texlive-latex-extra,
               librsvg2-bin,
               imagemagick,
               graphviz,
               dvipng,
               faketime,
               python3-sphinx-reredirects <!nodoc>,
               python3-sphinx-copybutton <!nodoc>,
               python3-myst-parser <!nodoc>,
               python3-linkify-it,
               python3-uc-micro,
               furo <!nodoc>,
               sphinx-basic-ng <!nodoc>,
               python3-pytest <!nocheck>,
               python3-hypothesis <!nocheck>,
               python-matplotlib-doc <!nodoc>,
               python-scipy-doc <!nodoc>,
               python-numpy-doc <!nodoc>,
               python-mpmath-doc <!nodoc>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/sympy
Vcs-Git: https://salsa.debian.org/science-team/sympy.git
Homepage: https://sympy.org/
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: isympy3
Architecture: all
Depends: isympy-common,
         python3-sympy,
         ${python3:Depends},
         ${misc:Depends}
Enhances: ipython3
Provides: isympy
Description: Python3 shell for SymPy
 SymPy is a Python library for symbolic mathematics (manipulation). It aims to
 become a full-featured computer algebra system (CAS) while keeping the code as
 simple as possible in order to be comprehensible and easily extensible. SymPy
 is written entirely in Python and does not require any external libraries,
 except optionally for plotting support.
 .
 This package contains a Python 3 shell (IPython shell if you have the
 ipython3 package installed) wrapper for SymPy.

Package: isympy-common
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Recommends: isympy3
Conflicts: isympy (<< 1.0-2)
Description: Python shell for SymPy
 SymPy is a Python library for symbolic mathematics (manipulation). It aims to
 become a full-featured computer algebra system (CAS) while keeping the code as
 simple as possible in order to be comprehensible and easily extensible. SymPy
 is written entirely in Python and does not require any external libraries,
 except optionally for plotting support.
 .
 This support package contains the common isympy Python script,
 a wrapper for SymPy which can be invoked with python3.
 .
 Install the isympy3 package to ensure all required dependencies
 are loaded.

Package: python3-sympy
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-mpmath
Recommends: python3-pil,
            python3-numpy,
            isympy-common
Suggests: texlive-fonts-extra,
          dvipng,
          python-sympy-doc
Enhances: isympy3,
          ipython3
Description: Computer Algebra System (CAS) in Python (Python 3)
 SymPy is a Python library for symbolic mathematics (manipulation). It aims to
 become a full-featured computer algebra system (CAS) while keeping the code as
 simple as possible in order to be comprehensible and easily extensible. SymPy
 is written entirely in Python and does not require any external libraries,
 except optionally for plotting support.
 .
 This package contains the Python 3 version of sympy.

Package: python-sympy-doc
Architecture: all
Section: doc
Depends: libjs-mathjax,
         ${misc:Depends},
         ${sphinxdoc:Depends}
Suggests: python3-sympy,
          python-matplotlib-doc,
          python-scipy-doc,
          python-numpy-doc,
          python-mpmath-doc
Description: Computer Algebra System (CAS) in Python - Documentation
 SymPy is a Python library for symbolic mathematics (manipulation). It aims to
 become a full-featured computer algebra system (CAS) while keeping the code as
 simple as possible in order to be comprehensible and easily extensible. SymPy
 is written entirely in Python and does not require any external libraries,
 except optionally for plotting support.
 .
 This package contains the documentation for sympy Python module.