File: control

package info (click to toggle)
uranium 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,876 kB
  • sloc: python: 22,349; sh: 111; makefile: 11
file content (58 lines) | stat: -rw-r--r-- 1,941 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: uranium
Priority: optional
Maintainer: Debian 3-D Printing Packages <3dprinter-general@lists.alioth.debian.org>
Uploaders: Gregor Riepl <onitake@gmail.com>
Build-Depends: debhelper (>= 10), cmake (>=2.8.12), dh-python,
 python3-all,
 gettext,
 python3-numpy, python3-scipy,
 pylint3, python3-pytest,
 python3-pyqt5,
Standards-Version: 4.1.4
Section: python
X-Python3-Version: >= 3.5
Homepage: https://github.com/Ultimaker/Uranium
Vcs-Browser: https://salsa.debian.org/3dprinting-team/uranium
Vcs-Git: https://salsa.debian.org/3dprinting-team/uranium.git

Package: python3-uranium
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
 python3-numpy, python3-scipy, python3-serial,
 python3-pyqt5, python3-pyqt5.qtopengl, python3-pyqt5.qtquick, python3-pyqt5.qtsvg,
 qml-module-qtqml-models2, qml-module-qtquick-dialogs,
 python3-arcus (>= 3.3.0)
Recommends: python3-stl
Provides:
 ${python3:Provides}
XB-Python3-Version:
 ${python3:Versions}
Description: application framework for Cura (Python library)
 Uranium is a Python framework for building 3D printing related applications.
 .
 It is mainly used by Cura.
 .
 This package contains the base library for Python 3.

Package: uranium-plugins
Architecture: all
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends},
 python3-uranium (= ${binary:Version})
Description: application framework for Cura (plugins)
 Uranium is a Python framework for building 3D printing related applications.
 .
 It is mainly used by Cura.
 .
 This package contains GUI plugins.

Package: uranium-tools
Architecture: all
Multi-Arch: foreign
Section: devel
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
Description: application framework for Cura (development tools)
 Uranium is a Python framework for building 3D printing related applications.
 .
 It is mainly used by Cura.
 .
 This package contains related development tools and cmake scripts.