File: control

package info (click to toggle)
python-resample 1.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,228 kB
  • sloc: python: 1,542; makefile: 12
file content (33 lines) | stat: -rw-r--r-- 966 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
Source: python-resample
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Aryan Karamtoth <aryankmmiv@outlook.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3,
 python3-setuptools,
 python3-setuptools-scm,
 python3-numpy,
 python3-scipy,
 pybuild-plugin-pyproject,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-coverage <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/scikit-hep/resample
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-resample
Vcs-Git: https://salsa.debian.org/python-team/packages/python-resample#.git

Package: python3-resample
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Randomization-based inference in Python
 Resampling-based inference in Python based on data
 resampling and permutation.
 .
 Built as a part of the scikit-hep project.