diff --git a/srcpkgs/kdevelop-python/patches/musl-headers-for-python3-devel.patch b/srcpkgs/kdevelop-python/patches/musl-headers-for-python3-devel.patch deleted file mode 100644 index 821f183930c..00000000000 --- a/srcpkgs/kdevelop-python/patches/musl-headers-for-python3-devel.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/parser/python_header.h -+++ b/parser/python_header.h -@@ -13,6 +13,7 @@ - - #include - -+#include /* define ssize_t with musl libc */ - #include "pyport.h" - #ifndef _WIN32 - #include "pyconfig.h" diff --git a/srcpkgs/kdevelop-python/patches/python-3.13.patch b/srcpkgs/kdevelop-python/patches/python-3.13.patch deleted file mode 100644 index cb28d72befa..00000000000 --- a/srcpkgs/kdevelop-python/patches/python-3.13.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -ur a/CMakeLists.txt b/CMakeLists.txt ---- a/CMakeLists.txt 2024-08-15 18:29:03.000000000 -0400 -+++ b/CMakeLists.txt 2024-11-23 10:07:32.447444759 -0500 -@@ -42,7 +42,7 @@ - - set(Python3_USE_STATIC_LIBS FALSE) - set(Python3_FIND_STRATEGY VERSION) --find_package(Python3 3.4.3...<3.13 COMPONENTS Interpreter Development REQUIRED) -+find_package(Python3 3.4.3...<3.14 COMPONENTS Interpreter Development REQUIRED) - - configure_file(kdevpythonversion.h.cmake "${CMAKE_CURRENT_BINARY_DIR}/kdevpythonversion.h" @ONLY) - -diff -ur a/parser/python_header.h b/parser/python_header.h ---- a/parser/python_header.h 2024-11-23 10:06:59.481365933 -0500 -+++ b/parser/python_header.h 2024-11-23 10:07:26.155429709 -0500 -@@ -14,10 +14,6 @@ - #include - - #include /* define ssize_t with musl libc */ --#include "pyport.h" --#ifndef _WIN32 --#include "pyconfig.h" --#endif - - #include "Python.h" - diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template index e3941100f70..272a9526fae 100644 --- a/srcpkgs/kdevelop-python/template +++ b/srcpkgs/kdevelop-python/template @@ -1,7 +1,7 @@ # Template file for 'kdevelop-python' pkgname=kdevelop-python -version=24.08.0 -revision=2 +version=25.04.2 +revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake" pycompile_dirs="usr/share/kdevpythonsupport" @@ -18,7 +18,7 @@ license="LGPL-2.0-or-later, GPL-2.0-or-later" homepage="https://www.kdevelop.org/" changelog="https://kde.org/announcements/changelogs/gear/${version}/#kdev-python" distfiles="${KDE_SITE}/release-service/${version}/src/kdev-python-${version}.tar.xz" -checksum=203f2267f9f24c57ec41549968389548177118231c7d2da8cb3f0722a09d5cee +checksum=005ee17a747903ec082e1d8f6764a24ace846e841cc90ae7c240b5bafd22294d python_version=3 post_install() {