From d5c22966d5bf397cccfa171095885cd207ef6ae3 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Wed, 31 Oct 2018 01:24:47 +1100 Subject: [PATCH] docs: python * dropped the ".org" extension and added a mode line for each file as this will make scripting format conversions a lot easier. --- .../{gpgme-python-howto.org => gpgme-python-howto} | 13 ++++++++++++- lang/python/doc/src/{index.org => index} | 1 + .../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%) 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 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 similarity index 96% rename from lang/python/doc/src/index.org rename to 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 similarity index 99% rename from lang/python/doc/src/short-history.org rename to 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