kdevelop-python: update to 22.12.2

This commit is contained in:
yopito 2023-02-23 23:22:57 +01:00 committed by Chocimier
parent 486fe35554
commit aea41bded6
2 changed files with 15 additions and 5 deletions

View File

@ -0,0 +1,10 @@
--- 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"

View File

@ -1,7 +1,7 @@
# Template file for 'kdevelop-python'
pkgname=kdevelop-python
version=5.6.2
revision=2
version=22.12.2
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
pycompile_dirs="usr/share/kdevpythonsupport"
@ -14,10 +14,10 @@ short_desc="Python 3 language and Django project support for KDevelop"
maintainer="yopito <pierre.bourgin@free.fr>"
license="LGPL-2.0-or-later, GPL-2.0-or-later"
homepage="https://www.kdevelop.org/"
distfiles="${KDE_SITE}/kdevelop/${version}/src/kdev-python-${version}.tar.xz"
checksum=20f9b771b961262ded986a4f32b8d259ad9f7bc48bb29eac0a5d5853be1d917f
changelog="https://kde.org/announcements/changelogs/gear/${version}/#kdev-python"
distfiles="${KDE_SITE}/release-service/${version}/src/kdev-python-${version}.tar.xz"
checksum=2521f2f2a7174dfb2bf1d962c460d40addc3bb486e9823c2b2707ced33456430
python_version=3
broken="relies on parser headers removed in python 3.10, no upstream fix yet"
post_install() {
# don't install this python2 script: generates documentation_files, useless at runtime