Accepting request 433263 from KDE:Extra
- Add QtConcurrent to BuildRequires
- New upstream release 5.0.1
* Fix imports sometimes not being found in kdev-python without
pressing F5 by hand
OBS-URL: https://build.opensuse.org/request/show/433263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdevelop5-plugin-python3?expand=0&rev=2
This commit is contained in:
3
kdev-python-5.0.1.tar.xz
Normal file
3
kdev-python-5.0.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6adddfbf29eb89041ca392b59af388b799828df61932c992abe76b93f3d44985
|
||||
size 1062028
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cae88d12dda8759d20af2d4265b9f76d979d164305a22bb4d4f4bae9b9a1629a
|
||||
size 1055064
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 12:55:32 UTC 2016 - lbeltrame@kde.org
|
||||
|
||||
- Add QtConcurrent to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 3 22:25:48 UTC 2016 - lbeltrame@kde.org
|
||||
|
||||
- New upstream release 5.0.1
|
||||
* Fix imports sometimes not being found in kdev-python without
|
||||
pressing F5 by hand
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 14:49:03 UTC 2016 - lbeltrame@kde.org
|
||||
|
||||
|
||||
@@ -19,27 +19,36 @@
|
||||
%define rname kdev-python
|
||||
%define rversion 5.0
|
||||
Name: kdevelop5-plugin-python3
|
||||
Version: 5.0.0
|
||||
Version: 5.0.1
|
||||
Release: 0
|
||||
Summary: Python support for KDevelop
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/IDE
|
||||
Url: http://www.kdevelop.org
|
||||
Source0: http://download.kde.org/stable/kdevelop/%{version}/src/%{rname}-%{rversion}.tar.xz
|
||||
Source0: %{rname}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: grantlee5-devel
|
||||
BuildRequires: karchive-devel
|
||||
BuildRequires: kcmutils-devel
|
||||
BuildRequires: kdevelop5 >= 5.0.0
|
||||
BuildRequires: kdevplatform-devel >= 5.0.0
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: kguiaddons-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kiconthemes-devel
|
||||
BuildRequires: kitemmodels-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
BuildRequires: knotifications-devel
|
||||
BuildRequires: knotifyconfig-devel
|
||||
BuildRequires: ktexteditor-devel
|
||||
BuildRequires: kwindowsystem-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3 >= 3.5.0
|
||||
BuildRequires: python3-devel >= 3.5.0
|
||||
BuildRequires: threadweaver-devel
|
||||
BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
Requires: kdevelop5
|
||||
@@ -57,19 +66,19 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
A KDevelop plugin which provides Python language support, including code completion and debugging using PDB.
|
||||
|
||||
%package lang
|
||||
Summary: Languages for package %{name}
|
||||
Group: System/Localization
|
||||
Requires: %{name} = %{version}
|
||||
Provides: %{name}-lang-all = %{version}
|
||||
Supplements: packageand(bundle-lang-other:%{name})
|
||||
BuildArch: noarch
|
||||
Conflicts: kdevelop4-plugin-python-lang
|
||||
Summary: Languages for package %{name}
|
||||
Group: System/Localization
|
||||
Requires: %{name} = %{version}
|
||||
Provides: %{name}-lang-all = %{version}
|
||||
Supplements: packageand(bundle-lang-other:%{name})
|
||||
BuildArch: noarch
|
||||
Conflicts: kdevelop4-plugin-python-lang
|
||||
|
||||
%description lang
|
||||
Provides translations to the package %{name}
|
||||
|
||||
%prep
|
||||
%setup -q -n %{rname}-%{rversion}
|
||||
%setup -q -n %{rname}-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
|
||||
Reference in New Issue
Block a user