File: control

package info (click to toggle)
pyrle 0.0.42-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,720 kB
  • sloc: python: 1,141; makefile: 12; sh: 7
file content (38 lines) | stat: -rw-r--r-- 1,569 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
30
31
32
33
34
35
36
37
38
Source: pyrle
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Aryan Karamtoth <spaciouscoder78@disroot.org>,
           Pieter Lenaerts <plenae@disroot.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all-dev,
               python3-setuptools,
               pybuild-plugin-pyproject,
               cython3,
               python3-pandas,
               python3-tabulate (>= 0.8.7-0.2~),
               python3-numpy,
               python3-natsort,
               python3-pytest,
               python3-pytest-xdist,
               python3-hypothesis,
               python3-pyranges,
               r-base [!armhf !i386 !hppa !hurd-i386 !m68k !powerpc !sh4 !x32] <!nocheck>,
               r-bioc-s4vectors [!armhf !i386 !hppa !hurd-i386 !m68k !powerpc !sh4 !x32] <!nocheck>,
               r-bioc-genomicranges [!armhf !i386 !hppa !hurd-i386 !m68k !powerpc !sh4 !x32] <!nocheck>
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyrle
Vcs-Git: https://salsa.debian.org/python-team/packages/pyrle.git
Homepage: https://github.com/pyranges/pyrle

Package: python3-pyrle
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends}
Description: run length arithmetic in Python
 As opposed to S4Vectors, pyrle does not rotate the shortest vector, but
 rather extends the shorter Rle with zeroes. This is likely the desired
 behavior in almost all cases.