diff options
author | Ben McGinnes <[email protected]> | 2018-10-30 14:24:47 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-10-30 16:06:24 +0000 |
commit | d5c22966d5bf397cccfa171095885cd207ef6ae3 (patch) | |
tree | 26034c7802a554e8ba2d556b30fcf2e4f018703e | |
parent | w32: Fix previous commit. (diff) | |
download | gpgme-d5c22966d5bf397cccfa171095885cd207ef6ae3.tar.gz gpgme-d5c22966d5bf397cccfa171095885cd207ef6ae3.zip |
docs: python
* dropped the ".org" extension and added a mode line for each file as
this will make scripting format conversions a lot easier.
-rw-r--r-- | lang/python/doc/src/gpgme-python-howto (renamed from lang/python/doc/src/gpgme-python-howto.org) | 13 | ||||
-rw-r--r-- | lang/python/doc/src/index (renamed from lang/python/doc/src/index.org) | 1 | ||||
-rw-r--r-- | lang/python/doc/src/short-history (renamed from lang/python/doc/src/short-history.org) | 1 |
3 files changed, 14 insertions, 1 deletions
diff --git a/lang/python/doc/src/gpgme-python-howto.org b/lang/python/doc/src/gpgme-python-howto index 3c389d12..1e83e09c 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 index 701d9862..9fe7a3c8 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 index 587cb9f6..ac5804df 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 |