Source: toil
Section: net
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
           Michael R. Crusoe <michael.crusoe@gmail.com>
Build-Depends: debhelper (>= 11~),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-docker,
	       python3-dill,
	       python3-future,
	       python3-pytest-xdist,
               cwltool,
# documentation
               python3-urllib3,
               python3-chardet,
               python3-sphinx
Standards-Version: 4.3.0
Homepage: https://github.com/BD2KGenomics/toil
Vcs-Git: https://salsa.debian.org/med-team/toil.git
Vcs-Browser: https://salsa.debian.org/med-team/toil

Package: toil
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
         cwltool
Recommends:
         python3-boto, python3-boto3,
         python3-protobuf,
         python3-futures,
         python3-libcloud
Suggests: python3-azure, python3-azure-storage
#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 compatible with
 the Common Workflow Language (CWL).

#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.
