File: control

package info (click to toggle)
uranium 5.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,304 kB
  • sloc: python: 31,765; sh: 132; makefile: 12
file content (61 lines) | stat: -rw-r--r-- 1,976 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
59
60
61
Source: uranium
Priority: optional
Maintainer: Debian 3-D Printing Packages <3dprinter-general@lists.alioth.debian.org>
Uploaders: Gregor Riepl <onitake@gmail.com>,
 Christoph Berg <myon@debian.org>,
Build-Depends: debhelper-compat (= 13), cmake (>= 2.8.12), dh-python,
 python3-all,
 gettext,
 python3-numpy, python3-scipy,
 pylint, python3-pytest,
 python3-pyqt6,
Standards-Version: 4.5.1
Section: python
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-cryptography,
 python3-numpy, python3-scipy, python3-serial,
 python3-pyclipper,
 python3-pyqt6,
 python3-pyqt6.qtquick, python3-pyqt6.qtsvg,
 qml6-module-qtqml-models, qml6-module-qtquick-dialogs,
 python3-arcus (>= 5.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.