Source: python-galaxy-tool-util
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Testsuite: autopkgtest-pkg-pybuild
Build-Depends: debhelper-compat (= 13),
               python3-all,
               python3-setuptools,
               pybuild-plugin-pyproject,
               dh-sequence-python3,
               python3-galaxy-common,
               python3-galaxy-tool-util-models (>> 26),
               python3-galaxy-util,
               python3-conda-package-streaming,
               python3-lxml,
               python3-markupsafe,
               python3-packaging,
               python3-pydantic,
               python3-yaml,
               python3-requests,
               python3-sortedcontainers,
               python3-typing-extensions,
               cwltool <!nocheck>,
               python3-jinja2 <!nocheck>,
               python3-whoosh <!nocheck>,
               python3-edam-ontology <!nocheck>,
               python3-numpy <!nocheck>,
               python3-pysam [!s390x] <!nocheck>,
               python3-pil <!nocheck>,
               python3-tifffile <!nocheck>,
               nodejs <!nocheck>,
               python3-beaker <!nocheck>,
               python3-cheetah <!nocheck>,
               python3-fissix <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-asyncio <!nocheck>,
               python3-pytest-mock <!nocheck>,
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-galaxy-tool-util
Vcs-Git: https://salsa.debian.org/python-team/packages/python-galaxy-tool-util.git
Homepage: https://github.com/galaxyproject/galaxy
Rules-Requires-Root: no

Package: python3-galaxy-tool-util
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-galaxy-common
Recommends: cwltool,
            python3-jinja2,
            python3-whoosh,
            python3-edam-ontology,
            python3-numpy,
            python3-pysam,
            python3-pil,
            python3-tifffile,
Description: Galaxy tool and tool dependency utilities
 The Galaxy workflow platform "tool_util" module.
 .
 Used for tool metadata (bio.tools query / EDAM parsing), tool data tables,
 and tool dependency management & resolvers (with built-in Brew, Conda, Lmod,
 Dockstore, Environment Modules, and container support).
 .
 Includes a Galaxy Tool client: staging inputs, tool landing endpoints (forms
 with optional pre-populated parameters), Galaxy Tool XML formatter/linter and
 parser.
