[neon/kf6/kf6-kcalendarcore/Neon/unstable] debian: new python bindings

Carlos De Maine null at kde.org
Sun Apr 19 04:41:49 BST 2026


Git commit 4aac47e7685ed05a166e75f8b144b81bcfbc52c7 by Carlos De Maine.
Committed on 19/04/2026 at 03:41.
Pushed by carlosdem into branch 'Neon/unstable'.

new python bindings

M  +14   -1    debian/control
M  +2    -0    debian/kf6-kcalendarcore-dev.install
M  +1    -0    debian/kf6-kcalendarcore.install

https://invent.kde.org/neon/kf6/kf6-kcalendarcore/-/commit/4aac47e7685ed05a166e75f8b144b81bcfbc52c7

diff --git a/debian/control b/debian/control
index 25499e0..58618e6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,22 @@ Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
 Build-Depends: bison,
                cmake,
                debhelper-compat (= 13),
+               dh-python,
+               dh-sequence-python3,
                doxygen,
                graphviz,
                kde-qdoc-common-dev,
                kf6-extra-cmake-modules,
+               libclang-dev
+               libpyside6-dev,
+               libpython3-dev,
+               libshiboken6-dev,
                libical-dev,
+               llvm-dev,
                pkg-kde-tools-neon,
+               python3-dev,
+               python3-build,
+               pyside6-tools,
                qt6-base-dev,
                qt6-tools-dev,
 Standards-Version: 4.6.2
@@ -22,7 +32,10 @@ Package: kf6-kcalendarcore
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: python3,
+         python3-pyside6.qtcore,
+         ${misc:Depends},
+         ${shlibs:Depends},
 Replaces: libkf6calendarcore6,
           libkf6calendarcore-data,
 Description: calendar access framework
diff --git a/debian/kf6-kcalendarcore-dev.install b/debian/kf6-kcalendarcore-dev.install
index 15cc44c..882d266 100644
--- a/debian/kf6-kcalendarcore-dev.install
+++ b/debian/kf6-kcalendarcore-dev.install
@@ -1,5 +1,7 @@
 usr/include/KF6/
+usr/include/PySide6/KCalendarCore/
 usr/lib/*/cmake/KF6CalendarCore/
 usr/lib/*/libKF6CalendarCore.so
 usr/lib/*/pkgconfig/
+usr/share/PySide6/typesystems/
 usr/share/qt6/doc/
diff --git a/debian/kf6-kcalendarcore.install b/debian/kf6-kcalendarcore.install
index aac1ebb..edbde8d 100644
--- a/debian/kf6-kcalendarcore.install
+++ b/debian/kf6-kcalendarcore.install
@@ -1,4 +1,5 @@
 usr/lib/*/libKF6CalendarCore.so.6.*
 usr/lib/*/libKF6CalendarCore.so.6
+usr/lib/python3/dist-packages/
 usr/lib/*/qt6/qml/org/kde/calendarcore/
 usr/share/qlogging-categories6/


More information about the Neon-commits mailing list