[neon/qt/pyside2/Neon/release] debian: Add Qt3DExtras module

Kurt Kremitzki null at kde.org
Wed Oct 19 14:56:29 BST 2022


Git commit 95631dd3487d3b015597c879184bbfc8807caf63 by Kurt Kremitzki.
Committed on 20/12/2020 at 14:36.
Pushed by jriddell into branch 'Neon/release'.

Add Qt3DExtras module

M  +12   -0    debian/control
A  +1    -0    debian/python3-pyside2.qt3dextras.install
M  +4    -1    debian/tests/control

https://invent.kde.org/neon/qt/pyside2/commit/95631dd3487d3b015597c879184bbfc8807caf63

diff --git a/debian/control b/debian/control
index f972cda9..6c82378c 100644
--- a/debian/control
+++ b/debian/control
@@ -590,6 +590,18 @@ Description: Python bindings for Qt5 3DCore module (Python 3)
  .
  This package contains Python 3 bindings for the Qt3DCore module.
 
+Package: python3-pyside2.qt3dextras
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
+ python3-pyside2.qtgui, python3-pyside2.qtcore, python3-pyside2.qtnetwork
+Description: Python bindings for Qt5 3DExtras module (Python 3)
+ pyside2 provides Python bindings for Qt 5.x framework.
+ .
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains Python 3 bindings for the Qt3DExtras module.
+
 Package: python3-pyside2.qtsql
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
diff --git a/debian/python3-pyside2.qt3dextras.install b/debian/python3-pyside2.qt3dextras.install
new file mode 100644
index 00000000..d23e3a08
--- /dev/null
+++ b/debian/python3-pyside2.qt3dextras.install
@@ -0,0 +1 @@
+pyside3_install/py*-relwithdebinfo/lib/python3*/site-packages/PySide2/Qt3DExtras.*.so usr/lib/python3/dist-packages/PySide2
diff --git a/debian/tests/control b/debian/tests/control
index edefa56a..63cdbae2 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -86,6 +86,10 @@ Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qt3dinput PyS
 Depends: python3-pyside2.qt3dinput, python3-all
 Restrictions: allow-stderr, superficial
 
+Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qt3dextras PySide2.Qt3DExtras
+Depends: python3-pyside2.qt3dextras, python3-all
+Restrictions: allow-stderr, superficial
+
 Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtxml PySide2.QtXml
 Depends: python3-pyside2.qtxml, python3-all
 Restrictions: allow-stderr, superficial
@@ -153,4 +157,3 @@ Restrictions: allow-stderr, superficial
 Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtwebengine PySide2.QtWebEngine
 Depends: python3-pyside2.qtwebengine, python3-all
 Restrictions: allow-stderr, superficial
-



More information about the Neon-commits mailing list