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

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


Git commit c992a8e3bfa030265a14a07cf6f8a96bfb5e4b8f by Kurt Kremitzki.
Committed on 20/12/2020 at 16:51.
Pushed by jriddell into branch 'Neon/release'.

Add Qt3DAnimation module

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

https://invent.kde.org/neon/qt/pyside2/commit/c992a8e3bfa030265a14a07cf6f8a96bfb5e4b8f

diff --git a/debian/control b/debian/control
index 6c82378c..bf93cc07 100644
--- a/debian/control
+++ b/debian/control
@@ -578,6 +578,18 @@ Description: Python bindings for Qt5 OpenGL module (Python 3)
  .
  This package contains Python 3 bindings for the QtOpenGL module.
 
+Package: python3-pyside2.qt3danimation
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
+ python3-pyside2.qtgui, python3-pyside2.qtcore, python3-pyside2.qtnetwork
+Description: Python bindings for Qt5 3DAnimation 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 Qt3DAnimation module.
+
 Package: python3-pyside2.qt3dcore
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
diff --git a/debian/python3-pyside2.qt3danimation.install b/debian/python3-pyside2.qt3danimation.install
new file mode 100644
index 00000000..ed480549
--- /dev/null
+++ b/debian/python3-pyside2.qt3danimation.install
@@ -0,0 +1 @@
+pyside3_install/py*-relwithdebinfo/lib/python3*/site-packages/PySide2/Qt3DAnimation.*.so usr/lib/python3/dist-packages/PySide2
diff --git a/debian/tests/control b/debian/tests/control
index 63cdbae2..d36ac6fd 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -122,6 +122,10 @@ Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtopengl PySi
 Depends: python3-pyside2.qtopengl, python3-all
 Restrictions: allow-stderr, superficial
 
+Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qt3danimation PySide2.Qt3DAnimation
+Depends: python3-pyside2.qt3danimation, python3-all
+Restrictions: allow-stderr, superficial
+
 Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qt3dcore PySide2.Qt3DCore
 Depends: python3-pyside2.qt3dcore, python3-all
 Restrictions: allow-stderr, superficial



More information about the Neon-commits mailing list