From 932caf37d36eca2caec59bf48bc505364a5765bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Mon, 3 Feb 2025 10:49:45 +0100 Subject: python: Remove Python bindings * README: Update. * configure.ac: Remove checks, variables and file generations related to the Python bindings. Remove python from available_languages and default_languages. * lang/Makefile.am (DIST_SUBDIRS): Remove python. * lang/python: Remove. * m4/ax_pkg_swig.m4, m4/ax_python_devel.m4, m4/python.m4: Remove. -- The Python bindings have been moved to a separate Git repository: gpgmepy. GnuPG-bug-id: 7262 --- lang/python/examples/howto/README.org | 58 ----------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 lang/python/examples/howto/README.org (limited to 'lang/python/examples/howto/README.org') diff --git a/lang/python/examples/howto/README.org b/lang/python/examples/howto/README.org deleted file mode 100644 index b74ae7e2..00000000 --- a/lang/python/examples/howto/README.org +++ /dev/null @@ -1,58 +0,0 @@ -#+TITLE: GPGME Python Bindings HOWTO Examples -#+LATEX_COMPILER: xelatex -#+LATEX_CLASS: article -#+LATEX_CLASS_OPTIONS: [12pt] -#+LATEX_HEADER: \usepackage{xltxtra} -#+LATEX_HEADER: \usepackage[margin=1in]{geometry} -#+LATEX_HEADER: \setmainfont[Ligatures={Common}]{Times New Roman} -#+LATEX_HEADER: \author{Ben McGinnes } - - -* Examples - :PROPERTIES: - :CUSTOM_ID: gpgme-python3-examples - :END: - - The contents of this directory are the examples included in the /GNU - Privacy Guard (GnuPG) Made Easy Python Bindings HOWTO/ file. Each - script is explicitly for Python 3 and specifically for Python 3.4 or - later. - - Some of these scripts may work with Python 2.7, but there are no - guarantees. They will include the relevant imports from the - =__future__= module to facilitate that if possible. - - -* Copyright and Licensing - :PROPERTIES: - :CUSTOM_ID: copyright-and-license - :END: - - Unless otherwise stated, all the examples in this directory are - released under the same terms as GPGME itself; that is they are dual - licensed under the terms of both the GNU General Public License - version 2.0 (or any later version) *and* the GNU Lesser General - Public License version 2.1 (or any later version). - - -** Copyright (C) The GnuPG Project, 2018 - :PROPERTIES: - :CUSTOM_ID: copyright - :END: - - Copyright © The GnuPG Project, 2018. - - -** License GPL compatible - :PROPERTIES: - :CUSTOM_ID: license - :END: - - This file is free software; as a special exception the author gives - unlimited permission to copy and/or distribute it, with or without - modifications, as long as this notice is preserved. - - This file is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY, to the extent permitted by law; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. -- cgit v1.2.3