mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
kdevelop-python: update to 25.04.2.
This commit is contained in:
parent
fc36306cb6
commit
a7f02460d8
3 changed files with 3 additions and 39 deletions
|
@ -1,10 +0,0 @@
|
|||
--- a/parser/python_header.h
|
||||
+++ b/parser/python_header.h
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
#include <language/duchain/duchainlock.h>
|
||||
|
||||
+#include <sys/types.h> /* define ssize_t with musl libc */
|
||||
#include "pyport.h"
|
||||
#ifndef _WIN32
|
||||
#include "pyconfig.h"
|
|
@ -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 <language/duchain/duchainlock.h>
|
||||
|
||||
#include <sys/types.h> /* define ssize_t with musl libc */
|
||||
-#include "pyport.h"
|
||||
-#ifndef _WIN32
|
||||
-#include "pyconfig.h"
|
||||
-#endif
|
||||
|
||||
#include "Python.h"
|
||||
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue