17
0
2022-08-09 14:12:32 +00:00
committed by Git OBS Bridge
parent 626ce374ee
commit dc8cc18675
6 changed files with 36 additions and 22 deletions

View File

@@ -26,15 +26,15 @@
%endif
%bcond_without released
Name: kdevelop5-plugin-python3
Version: 22.04.3
Version: 22.07.90
Release: 0
Summary: Python support for KDevelop
License: GPL-2.0-or-later
Group: Development/Tools/IDE
URL: https://www.kdevelop.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
@@ -58,6 +58,8 @@ Obsoletes: kdevelop4-plugin-python < %{version}
# The following are needed due to old unstable packages in KDE repositories
Provides: kdevelop4-plugin-python3 = %{version}
Obsoletes: kdevelop4-plugin-python3 < %{version}
# Only build on archs where Qt5WebEngine is available
ExcludeArch: ppc ppc64 ppc64le s390 s390x
%description
A KDevelop plugin which provides Python language support, including code completion and debugging using PDB.