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
|
Source: cylc-flow
Section: utils
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Conflicts: cylc
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-setuptools,
python3-all-dev,
less,
texlive-latex-extra,
texlive-fonts-recommended,
lmodern,
tex4ht,
imagemagick,
sqlite3,
tex-gyre
Standards-Version: 4.6.1
Homepage: https://cylc.github.io/cylc
Vcs-Browser: https://salsa.debian.org:/science-team/cylc.git
Vcs-Git: https://salsa.debian.org:/science-team/cylc.git
Package: cylc-flow
Depends: python3, ${misc:Depends},
sqlite3,
python3-cylc,
python3-isodatetime,
at, perl, python3-ansimarkup
Architecture: all
Provides: cylc
Breaks: cylc
Replaces: cylc
Description: Workflow scheduler
Cylc ("silk") is a suite engine and meta-scheduler that specializes
in suites of cycling tasks for weather forecasting, climate modeling,
and related processing (it can also be used for one-off workflows
of non-cycling tasks, which is a simpler problem).
Package: python3-cylc
Section: python
Architecture: all
Depends: python3, ${python3:Depends}, ${misc:Depends},
fonts-font-awesome,
python3-josepy,
python3-colorama,
python3-isodatetime,
python3-zmq,
libjs-jquery, libjs-prettify,
libjs-bootstrap, libjs-moment
Description: Python3 libraries for cylc workflow scheduler
Cylc ("silk") is a suite engine and meta-scheduler that specializes
in suites of cycling tasks for weather forecasting, climate modeling,
and related processing (it can also be used for one-off workflows
of non-cycling tasks, which is a simpler problem).
.
This package contains python library code used by cylc.
|