From bef46e6200fddbb3ca4993992ff91d98a43fefd7 Mon Sep 17 00:00:00 2001 From: LunarEclipse363 Date: Fri, 12 Apr 2024 20:59:56 +0200 Subject: [PATCH 1/3] Added information about PyGObject-stubs to install.txt --- source/install.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/install.txt b/source/install.txt index 59acd25..34cae18 100644 --- a/source/install.txt +++ b/source/install.txt @@ -8,6 +8,8 @@ that enables developers to access GObject-based libraries such as GTK+ within Python. It exclusively supports GTK+ version 3 or later. +For full IDE support (incl. autocomplete) you will also need typing stubs available here `PyGObject-stubs`_ + Dependencies ------------ @@ -58,6 +60,7 @@ To start a shell with the same environment as used by JHBuild, run:: $ jhbuild shell .. _PyGObject: https://wiki.gnome.org/action/show/Projects/PyGObject +.. _PyGObject-stubs: https://pypi.org/project/PyGObject-stubs/ .. _JHBuild: https://wiki.gnome.org/action/show/Projects/Jhbuild .. _JHBuild manual: https://gnome.pages.gitlab.gnome.org/jhbuild/index.html From b75210b4de3be40e8231c25071696407f782811c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=B6lsterl?= Date: Sat, 13 Apr 2024 18:52:20 +0200 Subject: [PATCH 2/3] Update install.txt --- source/install.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/install.txt b/source/install.txt index 34cae18..bb5a22f 100644 --- a/source/install.txt +++ b/source/install.txt @@ -8,7 +8,8 @@ that enables developers to access GObject-based libraries such as GTK+ within Python. It exclusively supports GTK+ version 3 or later. -For full IDE support (incl. autocomplete) you will also need typing stubs available here `PyGObject-stubs`_ +For full IDE support (including autocomplete) you will also need typing stubs available +by installing the package `PyGObject-stubs`_. Dependencies ------------ From 4ee7eb09d58302b27171b909c1affc4338cdd63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=B6lsterl?= Date: Sat, 13 Apr 2024 19:07:53 +0200 Subject: [PATCH 3/3] Update install.txt --- source/install.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/install.txt b/source/install.txt index bb5a22f..da4b12b 100644 --- a/source/install.txt +++ b/source/install.txt @@ -8,8 +8,8 @@ that enables developers to access GObject-based libraries such as GTK+ within Python. It exclusively supports GTK+ version 3 or later. -For full IDE support (including autocomplete) you will also need typing stubs available -by installing the package `PyGObject-stubs`_. +For full IDE support (including autocomplete) you will also need the type stubs +provided by the `PyGObject-stubs`_ package. Dependencies ------------