Source: python-scinexus
Section: python
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Karsten Schöke <karsten.schoeke@geobasis-bb.de>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pandoc <!nodoc>,
               pybuild-plugin-pyproject,
               python3-all,
               python3-charset-normalizer,
# python3-cogent3 <!nocheck>,
               python3-citeable,
               python3-hatchling,
               python3-mpi4py <!nocheck>,
               python3-mypy <!nocheck>,
               python3-numpy <!nocheck>,
               python3-pytest <!nocheck>,
               python3-rich <!nocheck>,
               python3-scitrack,
               python3-tqdm,
               python3-typeguard,
Standards-Version: 4.7.4
Homepage: https://github.com/cogent3/scinexus
Vcs-Browser: https://salsa.debian.org/med-team/python-scinexus
Vcs-Git: https://salsa.debian.org/med-team/python-scinexus.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-scinexus
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Recommends: ${python3:Recommends},
Suggests: python-scinexus-doc,
          ${python3:Suggests},
Description: Composable app infrastructure for scientific computing
 scinexus is a Python framework for rapid development of data processing
 applications.  It enables interoperability between apps through defined
 data types, allowing development of scientific domain app ecosystems
 (for examples see cogent3 and piqtree).

Package: python-scinexus-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
Multi-Arch: foreign
Description: Documentation for python-scinexus (HTML)
 scinexus is a Python framework for rapid development of data processing
 applications.  It enables interoperability between apps through defined
 data types, allowing development of scientific domain app ecosystems
 (for examples see cogent3 and piqtree).
 .
 This package contains the rendered documentation for scinexus,
 including tutorials, how-to guides and API reference.
