File: control

package info (click to toggle)
cypari2 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 888 kB
  • sloc: python: 965; makefile: 35; ansic: 5
file content (55 lines) | stat: -rw-r--r-- 1,670 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
Source: cypari2
Section: python
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Tobias Hansen <thansen@debian.org>, Ximin Luo <infinity0@debian.org>
Build-Depends:
 debhelper (>= 11),
 dh-python (>= 3.20180313),
 cython (>= 0.26),
 cython3 (>= 0.26),
 libgmp-dev,
 libpari-dev (>= 2.9),
 pari-doc (>= 2.9),
 pari-gp (>= 2.9),
 libjs-mathjax,
 python-all-dev,
 python3-all-dev,
 python-cysignals-pari (>= 1.8.1),
 python3-cysignals-pari (>= 1.8.1),
 python-setuptools,
 python3-setuptools,
 python-sphinx,
 python3-sphinx,
Standards-Version: 4.2.1
X-Python3-Version: >= 3.5
Homepage: https://github.com/defeo/cypari2
Vcs-Git: https://salsa.debian.org/science-team/cypari2.git
Vcs-Browser: https://salsa.debian.org/science-team/cypari2

Package: python-cypari2
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Breaks: sagemath (<< 8.1~)
Description: Python interface to PARI -- Python 2
 A Python interface to the number theory library libpari.
 .
 This package installs the library for Python 2.

Package: python3-cypari2
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Breaks: sagemath (<< 8.1~)
Description: Python interface to PARI -- Python 3
 A Python interface to the number theory library libpari.
 .
 This package installs the library for Python 3.

Package: python-cypari2-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}, libjs-mathjax
Description: Python interface to PARI -- documentation
 A Python interface to the number theory library libpari.
 .
 This is the common documentation package.