[git] GPGME - branch, master, updated. gpgme-1.12.0-30-gd5c2296

by Ben McGinnes cvs at cvs.gnupg.org
Tue Oct 30 17:06:51 CET 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  d5c22966d5bf397cccfa171095885cd207ef6ae3 (commit)
      from  9eef23fcf39f2b2eb2645afd31a79ba1286d9885 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d5c22966d5bf397cccfa171095885cd207ef6ae3
Author: Ben McGinnes <ben at adversary.org>
Date:   Wed Oct 31 01:24:47 2018 +1100

    docs: python
    
    * dropped the ".org" extension and added a mode line for each file as
      this will make scripting format conversions a lot easier.

diff --git a/lang/python/doc/src/gpgme-python-howto.org b/lang/python/doc/src/gpgme-python-howto
similarity index 99%
rename from lang/python/doc/src/gpgme-python-howto.org
rename to lang/python/doc/src/gpgme-python-howto
index 3c389d1..1e83e09 100644
--- a/lang/python/doc/src/gpgme-python-howto.org
+++ b/lang/python/doc/src/gpgme-python-howto
@@ -1,3 +1,4 @@
+# -*- mode: org -*-
 #+TITLE: GNU Privacy Guard (GnuPG) Made Easy Python Bindings HOWTO (English)
 #+AUTHOR: Ben McGinnes
 #+LATEX_COMPILER: xelatex
@@ -490,7 +491,7 @@ place.
     :CUSTOM_ID: snafu-the-full-monty
     :END:
 
-For a veriety of reasons it may be either necessary or just preferable
+For a variety of reasons it may be either necessary or just preferable
 to install the bindings to alternative installed Python versions which
 meet the requirements of these bindings.
 
@@ -507,6 +508,16 @@ by major version numbers and probably minor numbers too).
 On most POSIX systems, including OS X, this will very likely be the
 case in most, if not all, cases.
 
+Note that from GPGME [[https://dev.gnupg.org/rMff6ff616aea6f59b7f2ce1176492850ecdf3851e][1.12.1]] the default installation installs to each
+version of Python it can find first.  That is that it will currently
+install for the first copies of Python versions 2.7, 3.4, 3.5, 3.6,
+3.7 and 3.8 (dev branch) that it finds.  Usually this will be in the
+same prefix as GPGME itself, but is dictated by the =$PATH= when the
+installation is performed.  The above instructions can still be
+performed on other python installations which the installer does not
+find, including alternative prefixes.
+
+
 
 *** Won't Work With Windows
     :PROPERTIES:
diff --git a/lang/python/doc/src/index.org b/lang/python/doc/src/index
similarity index 96%
rename from lang/python/doc/src/index.org
rename to lang/python/doc/src/index
index 701d986..9fe7a3c 100644
--- a/lang/python/doc/src/index.org
+++ b/lang/python/doc/src/index
@@ -1,3 +1,4 @@
+# -*- mode: org -*-
 #+TITLE: GNU Privacy Guard (GnuPG) Made Easy Python Bindings
 #+AUTHOR: Ben McGinnes
 #+LATEX_COMPILER: xelatex
diff --git a/lang/python/doc/src/short-history.org b/lang/python/doc/src/short-history
similarity index 99%
rename from lang/python/doc/src/short-history.org
rename to lang/python/doc/src/short-history
index 587cb9f..ac5804d 100644
--- a/lang/python/doc/src/short-history.org
+++ b/lang/python/doc/src/short-history
@@ -1,3 +1,4 @@
+# -*- mode: org -*-
 #+TITLE: A Short History of the GPGME bindings for Python
 #+LATEX_COMPILER: xelatex
 #+LATEX_CLASS: article

-----------------------------------------------------------------------

Summary of changes:
 .../doc/src/{gpgme-python-howto.org => gpgme-python-howto}  | 13 ++++++++++++-
 lang/python/doc/src/{index.org => index}                    |  1 +
 lang/python/doc/src/{short-history.org => short-history}    |  1 +
 3 files changed, 14 insertions(+), 1 deletion(-)
 rename lang/python/doc/src/{gpgme-python-howto.org => gpgme-python-howto} (99%)
 rename lang/python/doc/src/{index.org => index} (96%)
 rename lang/python/doc/src/{short-history.org => short-history} (99%)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list