From db3791ce361b17770fcfa71a36c70c27edff5f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 28 Jul 2026 08:56:15 +0200 Subject: [PATCH 1/5] Apply suggested fix to README.rst from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 40fd9dfbd..583f9b3ea 100644 --- a/README.rst +++ b/README.rst @@ -79,8 +79,8 @@ The location of the libraries is discovered using ``pkg-config``, ``GAMMU_PATH`` environment variable and falls back to generic locations. In case it does not work, either install ``pkg-config`` or set ``GAMMU_PATH``. -On Linux something like this should work:: - +Any feedback is welcome, see the `project homepage `_ +for information how to contact developers. GAMMU_PATH=/opt/gammu pip install . On Windows:: From fc9f9c03b5f6c307fac6b614fd92d2e1bcf0c30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 28 Jul 2026 08:56:15 +0200 Subject: [PATCH 2/5] Apply suggested fix to README.rst from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 583f9b3ea..d67e464f4 100644 --- a/README.rst +++ b/README.rst @@ -74,7 +74,7 @@ Requirements To compile python-gammu from source, you need Gammu development files (usually shipped as ``libgammu-dev`` or ``gammu-devel`` in Linux distributions). - +also available online at `Gammu documentation `_. The location of the libraries is discovered using ``pkg-config``, ``GAMMU_PATH`` environment variable and falls back to generic locations. In case it does not work, either install ``pkg-config`` or set ``GAMMU_PATH``. From defa60f455351a52145b1ccdbd370098411075b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 28 Jul 2026 08:56:16 +0200 Subject: [PATCH 3/5] Apply suggested fix to README.rst from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d67e464f4..7a94f8682 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ Python bindings for the `Gammu library `_. Homepage ======== - +https://github.com/gammu/python-gammu/ License ======= From 831090dfbe4cccf87134ac7002829d7f5a656eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 28 Jul 2026 09:04:00 +0200 Subject: [PATCH 4/5] Fix formatting and links in README.rst --- README.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 7a94f8682..b9d4638ce 100644 --- a/README.rst +++ b/README.rst @@ -74,13 +74,11 @@ Requirements To compile python-gammu from source, you need Gammu development files (usually shipped as ``libgammu-dev`` or ``gammu-devel`` in Linux distributions). -also available online at `Gammu documentation `_. + The location of the libraries is discovered using ``pkg-config``, ``GAMMU_PATH`` environment variable and falls back to generic locations. In case it does not work, either install ``pkg-config`` or set ``GAMMU_PATH``. -Any feedback is welcome, see the `project homepage `_ -for information how to contact developers. GAMMU_PATH=/opt/gammu pip install . On Windows:: @@ -98,10 +96,10 @@ Please see included python documentation:: >>> help(gammu) Alternatively you can use Sphinx to generate browsable version, which is -also available online at . +also available online at `Gammu documentation `_. Feedback and bug reports ======================== -Any feedback is welcome, see for information -how to contact developers. +Any feedback is welcome, see the `project homepage `_ +for information how to contact developers. From 31c1f4879f9ae705100f338ef2356504ca98b546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 28 Jul 2026 09:04:25 +0200 Subject: [PATCH 5/5] Update README with Linux installation example Added installation instructions for Linux. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index b9d4638ce..b9422dca9 100644 --- a/README.rst +++ b/README.rst @@ -79,6 +79,8 @@ The location of the libraries is discovered using ``pkg-config``, ``GAMMU_PATH`` environment variable and falls back to generic locations. In case it does not work, either install ``pkg-config`` or set ``GAMMU_PATH``. +On Linux something like this should work:: + GAMMU_PATH=/opt/gammu pip install . On Windows::