File: control

package info (click to toggle)
python-vector 1.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,984 kB
  • sloc: python: 40,200; makefile: 13
file content (37 lines) | stat: -rw-r--r-- 1,170 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
Source: python-vector
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-setuptools,
 python3-all,
 python3-hatchling,
 python3-hatch-vcs,
 python3-numpy,
 python3-packaging,
 python3-pytest <!nocheck>,
 python3-sympy <!nocheck>,
 python3-papermill <!nocheck>,
 python3-numba <!nocheck>,
 python3-awkward <!nocheck>,
 pybuild-plugin-pyproject,
Standards-Version: 4.7.2
Homepage: https://github.com/scikit-hep/vector
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-vector
Vcs-Git: https://salsa.debian.org/python-team/packages/python-vector.git

Package: python3-vector
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Python library for 2D and 3D spatial vectors, 4D space-time vectors
 Vector is a Python library for 2D and 3D spatial vectors,
 as well as 4D space-time vectors.
 .
 It is especially intended for performing geometric calculations
 on arrays of vectors, rather than one vector at a time in a Python for loop.