File: control

package info (click to toggle)
python-iow 1.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 584 kB
  • sloc: python: 2,308; makefile: 24
file content (29 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download
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
29
Source: python-iow
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               cython3,
               libbitarray-dev,
               python3-all-dev,
               python3-setuptools,
               python3-numpy,
               python3-pandas <!nocheck>,
               python3-skbio (>= 0.5.8-3~) <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/python-iow
Vcs-Git: https://salsa.debian.org/med-team/python-iow.git
Homepage: https://github.com/biocore/improved-octo-waddle
Rules-Requires-Root: no

Package: python3-iow
Architecture: any
Section: python
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends}
Description: balanced parentheses tree structure
 This Python3 module is an implementation of the balanced parentheses
 tree structure as described by Cordova and Navarro.