File: control

package info (click to toggle)
scoop 0.7.1.1-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,328 kB
  • sloc: python: 6,015; makefile: 117; sh: 5
file content (56 lines) | stat: -rw-r--r-- 1,581 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
Source: scoop
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
    Christian Kastner <ckk@debian.org>,
Section: science
Priority: optional
Build-Depends:
    debhelper-compat (= 12),
    dh-python,
    python3-all,
    python3-setuptools,
    python3-greenlet,
    python3-zmq,
    python3-sphinx,
    dvipng,
    texlive-latex-extra,
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://github.com/soravux/scoop
Vcs-Git: https://salsa.debian.org/science-team/scoop.git
Vcs-Browser: https://salsa.debian.org/science-team/scoop

Package: python3-scoop
Architecture: all
Section: python
Depends:
    python3-greenlet,
    python3-zmq,
    ${misc:Depends},
    ${python3:Depends},
Recommends:
    openssh-client | ssh-client
Suggests:
    scoop-doc
Description: Python3 library for concurrent parallel programming
 SCOOP (Scalable COncurrent Operations in Python) is a distributed task
 module allowing concurrent parallel programming on various environments,
 from heterogeneous grids to supercomputers.
 .
 This package contains the Python3 modules.

Package: scoop-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
    ${misc:Depends},
    ${sphinxdoc:Depends},
Recommends:
    python3-scoop
Description: Python library for concurrent parallel programming (docs)
 SCOOP (Scalable COncurrent Operations in Python) is a distributed task
 module allowing concurrent parallel programming on various environments,
 from heterogeneous grids to supercomputers.
 .
 This package contains the documentation.