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
|
Source: sorted-nearest
Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Nilesh Patra <nilesh@debian.org>,
Étienne Mollier <emollier@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
cython3,
python3-all-dev,
python3-setuptools,
python3-pytest <!nocheck>,
python3-pandas <!nocheck>,
python3-hypothesis <!nocheck>,
python3-numpy
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/sorted-nearest
Vcs-Git: https://salsa.debian.org/med-team/sorted-nearest.git
Homepage: https://github.com/pyranges/sorted_nearest
Rules-Requires-Root: no
Package: python3-sorted-nearest
Architecture: any
Depends:
python3-pkg-resources,
${shlibs:Depends},
${misc:Depends},
${python3:Depends},
Description: Cython helper library for pyranges
Find nearest interval in linear time at C speed
This is a pre-dependency and helper of pyranges.
|