File: control

package info (click to toggle)
csaps 1.2.0-4.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: python: 602; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 961 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
Source: csaps
Section: python
Priority: optional
Maintainer: Alex Myczko <tar@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-setuptools,
 python3-all,
 pybuild-plugin-pyproject,
 python3-numpy,
 python3-poetry-core,
 python3-typing-extensions,
 python3-scipy
Standards-Version: 4.7.0
Homepage: https://github.com/espdev/csaps
#Vcs-Browser: https://salsa.debian.org/debian/csaps
#Vcs-Git: https://salsa.debian.org/debian/csaps.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-csaps
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-numpy, python3-scipy
Description: Cubic spline approximation (smoothing)
 This is a Python package for univariate, multivariate and n-dimensional grid
 data approximation using cubic smoothing splines. The package can be useful
 in practical engineering tasks for data approximation and smoothing.
 .
 This package installs the library for Python 3.