-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcontrol
More file actions
70 lines (65 loc) · 2.03 KB
/
control
File metadata and controls
70 lines (65 loc) · 2.03 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Source: pothos-python
Section: science
Priority: optional
Maintainer: Josh Blum <josh@pothosware.com>
Build-Depends:
debhelper (>= 9.0.0),
cmake (>= 2.8.9),
libpoco-dev (>= 1.6),
nlohmann-json3-dev,
libpothos-dev,
python-is-python2,
python-dev-is-python2,
python3,
python3-dev
Standards-Version: 4.5.0
Homepage: https://github.com/pothosware/PothosPython/wiki
Vcs-Git: https://github.com/pothosware/PothosPython.git
Vcs-Browser: https://github.com/pothosware/PothosPython
Package: pothos0.7-modules-python
Section: libs
Architecture: any
Multi-Arch: same
Replaces: pothos0.7-modules-python3
Conflicts: pothos0.7-modules-python3
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Python language bindings - plugins
The Pothos data-flow software suite.
Package: python-pothos
Section: python
Architecture: any
Replaces: python3-pothos
Conflicts: python3-pothos
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, python-numpy, pothos0.7-modules-python
Recommends: pothos-python-dev
Description: Python language bindings - python module
The Pothos data-flow software suite.
Package: pothos-python-dev
Section: libs
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, libpothos-dev
Description: Python language bindings - development files
The Pothos data-flow software suite.
Package: pothos0.7-modules-python3
Section: libs
Architecture: any
Multi-Arch: same
Replaces: pothos0.7-modules-python
Conflicts: pothos0.7-modules-python
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Python3 language bindings - plugins
The Pothos data-flow software suite.
Package: python3-pothos
Section: python
Architecture: any
Replaces: python-pothos
Conflicts: python-pothos
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, python3-numpy, pothos0.7-modules-python3
Recommends: pothos-python-dev
Description: Python3 language bindings - python module
The Pothos data-flow software suite.