File: control

package info (click to toggle)
pyqwt3d 0.1.8-5
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 984 kB
  • sloc: python: 3,932; cpp: 328; makefile: 113; sh: 7
file content (51 lines) | stat: -rw-r--r-- 1,804 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
Source: pyqwt3d
Section: python
Priority: optional
Maintainer: Gudjon I. Gudjonsson <gudjon@gudjon.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>=11~),
               dh-python,
               python3-all-dev,
               python3-pyqt5,
               python3-sip-dev,
               python3-pyqt5.qtopengl,
               python3-numpy (>= 1:1.0.2),
               pyqt5-dev,
               qt5-qmake,
               qtchooser,
               qtbase5-dev,
               libqt5opengl5-dev,
               libqwtplot3d-qt5-dev
Homepage: https://github.com/GauiStori/PyQwt3D
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/python-team/modules/pyqwt3d.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyqwt3d

Package: python3-qwt3d-qt5
Conflicts: python-qwt3d-qt4
Replaces: python-qwt3d-qt4
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends},
         ${sip3:Depends},
         python3-pyqt5.qtopengl,
         python3-numpy
Description: Python bindings of the QwtPlot3D library
 PyQwt3D is a set of Python bindings for the QwtPlot3D C++ class
 library which extends the Qt framework with widgets to visualize
 3-dimensional data.
 .
 This package contains the Python3 Qt5 bindings

Package: python-qwt3d-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Documentation for the Python-qwt3d library
 PyQwt3D is a set of Python bindings for the QwtPlot3D C++ class
 library which extends the Qt framework with widgets to visualize
 3-dimensional data. This package contains documentation and
 examples for both Qt3 and Qt4. The  examples show how easy it is
 to make a 3D plot and how to save a 3D plot to an image or an
 (E)PS/PDF file.