File: control

package info (click to toggle)
toil 9.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,908 kB
  • sloc: python: 58,029; makefile: 313; sh: 168
file content (77 lines) | stat: -rw-r--r-- 2,983 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
Source: toil
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
           Michael R. Crusoe <crusoe@debian.org>
Section: net
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all:any,
               python3-setuptools,
               python3-setuptools-scm,
               python3-configargparse,
               python3-docker,
               python3-dill,
               cwltool (>= 3.1.20250715140722),
               python3-schema-salad,
               python3-enlighten,
               python3-wdlparse,
               python3-pytest (>= 9.0.1) <!nocheck>,
               python3-pytest-xdist <!nocheck>,
               python3-boto3 <!nocheck>,
               python3-stubserver <!nocheck>,
               rsync <!nocheck>,
               python3-yaml <!nocheck>,
               docker.io <!nocheck>,
               python3-urllib3,
               cwltool-doc <!nodoc>,
               python3-sphinx <!nodoc>,
               python3-sphinx-autoapi <!nodoc>,
               python3-sphinx-autodoc-typehints <!nodoc>,
               python3-sphinxcontrib.autoprogram <!nodoc>,
               python3-pubsub <!nodoc>,
               python3-doc <!nodoc>,
               cwl-utils <!nocheck>,
               cwltest <!nocheck>,
               python3-pytest-timeout <!nocheck>,
               python3-prompt-toolkit <!nocheck>,
               python3-pytest-httpserver <!nocheck>
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/med-team/toil
Vcs-Git: https://salsa.debian.org/med-team/toil.git
Homepage: https://github.com/DataBiosphere/toil

Package: toil
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         cwltool (>= 3.1.20250715140722),
         python3-schema-salad,
         python3-boto3
Recommends: python3-libcloud
# for mesos support, but needs python3-mesos first
#           python3-protobuf,
Suggests: podman | docker.io | singularity-container | docker-ce,
          python3-idna,
          condor,
          python3-kubernetes
Provides: cwl-runner
#Suggests: python-toil-doc
Description: cross-platform workflow engine
 Toil is a scalable, efficient, cross-platform and easy-to-use workflow
 engine in pure Python.  It works with several well established load
 balancers like Slurm or the Sun Grid Engine.  Toil is also compatible with
 the Common Workflow Language (CWL) via the "toil-cwl-runner" interface, which
 this package make available via the Debian alternativess system under the
 alias "cwl-runner".

#Package: python-toil-doc
#Architecture: all
#Section: doc
#Depends: ${sphinxdoc:Depends}, ${misc:Depends}
#Description: cross-platform workflow engine (common documentation)
# The documentation of Toil shall go here at some point.
# .
# This is the common documentation package.