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
|
Source: python-galaxy-tool-util-models
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
python3-all,
python3-setuptools,
pybuild-plugin-pyproject,
dh-sequence-python3,
python3-galaxy-common,
python3-pydantic,
python3-typing-extensions,
python3-pytest <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-galaxy-tool-util-models
Vcs-Git: https://salsa.debian.org/python-team/packages/python-galaxy-tool-util-models.git
Homepage: https://github.com/galaxyproject/galaxy
Rules-Requires-Root: no
Package: python3-galaxy-tool-util-models
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-galaxy-common
Description: Pydantic models for Galaxy tools
Pydantic models to support Galaxy tool utilities.
|