Source: drmaa
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Michael Hanke <michael.hanke@gmail.com>,
 Yaroslav Halchenko <debian@onerussian.com>,
 Dominique Belhachemi <domibel@debian.org>
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.5.0
Section: python
Testsuite: autopkgtest-pkg-python
Homepage: https://drmaa-python.readthedocs.io/en/latest/
Vcs-Browser: https://salsa.debian.org/med-team/python-drmaa
Vcs-Git: https://salsa.debian.org/med-team/python-drmaa.git
Rules-Requires-Root: no

Package: python3-drmaa
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Recommends:
 gridengine-drmaa1.0
Suggests:
 libdrmaa1.0,
 pbs-drmaa1,
Description: interface to DRMAA-compliant distributed resource management systems
 This is a Python implementation of the Distributed Resource Management (DRM)
 Application API (DRMAA). It provides all high-level functionality necessary
 to consign a job to a DRM system (e.g. Sun Gridengine), including common
 operations on jobs, such as termination or suspension.
