Cura-packaging/Uranium/control

97 lines
2.2 KiB
Plaintext
Raw Normal View History

2016-09-04 13:42:51 +00:00
Source: uranium
Section: python
Priority: optional
2018-12-23 13:48:04 +00:00
Maintainer: Thomas Karl Pietrowski <thopiekar@gmail.com>
Build-Depends:
2018-08-19 11:10:06 +00:00
debhelper (>= 9),
2020-02-23 10:33:15 +00:00
dh-python,
2018-08-19 11:10:06 +00:00
cmake,
python3-all-dev,
python3-all-dbg,
2018-08-19 11:10:06 +00:00
# PyQt
python3-pyqt5,
python3-numpy,
python3-scipy,
# Docs
2016-09-04 13:42:51 +00:00
doxygen,
gettext,
2016-11-14 09:03:15 +00:00
# Test suite
2018-08-19 11:10:06 +00:00
python3-pytest,
pylint3 | pylint,
python3-arcus,
python3-cryptography,
python3-pyqt5.qtquick,
2016-09-04 13:42:51 +00:00
Standards-Version: 3.9.6
Homepage: https://github.com/Ultimaker/Uranium
2016-09-04 13:42:51 +00:00
X-Python3-Version: >= 3.4
Vcs-Git: https://github.com/Ultimaker/Uranium.git
Vcs-Browser: https://github.com/Ultimaker/Uranium
Package: python3-uranium
Architecture: all
Depends:
${shlibs:Depends},
${python3:Depends},
${misc:Depends},
2018-08-19 11:10:06 +00:00
# brewed by Ultimaker
2016-09-04 13:42:51 +00:00
uranium-plugins,
python3-arcus,
# 3rd party Python modules
2016-09-04 13:42:51 +00:00
python3-numpy,
python3-scipy,
2018-08-19 11:07:53 +00:00
python3-shapely,
python3-pyclipper,
# PyQt5
2016-09-04 13:42:51 +00:00
python3-pyqt5,
python3-pyqt5.qtopengl,
python3-pyqt5.qtquick,
python3-pyqt5.qtsvg,
python3-serial,
# QML
2016-09-04 13:42:51 +00:00
qml-module-qtqml-models2,
qml-module-qtquick-dialogs,
2016-09-11 12:20:27 +00:00
Recommends:
# For speedups when loading STL files
python3-stl,
2016-12-06 19:30:07 +00:00
# For coloured console output
2016-09-11 12:20:27 +00:00
python3-colorlog,
# For numpy to calculate faster
libopenblas-base,
2016-09-04 13:42:51 +00:00
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.
2016-09-04 13:42:51 +00:00
Package: uranium-plugins
Architecture: all
Depends:
${shlibs:Depends},
${python3:Depends},
${misc:Depends}
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.
2016-09-04 13:42:51 +00:00
Package: uranium-tools
Architecture: all
Section: devel
2016-09-04 13:42:51 +00:00
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.