Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: Remove Python bindings | Ingo Klöcker | 2025-02-03 | 1 | -135/+0 |
| | | | | | | | | | | | | | | | | | * 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 | ||||
* | doc: use https:// for www.gnu.org | Daniel Kahn Gillmor | 2018-10-18 | 1 | -2/+2 |
| | | | | | | -- Signed-off-by: Daniel Kahn Gillmor <[email protected]> | ||||
* | python: Integrate into the build system. | Justus Winter | 2016-05-11 | 1 | -0/+135 |
* configure.ac: Make Python bindings configurable, add new Makefile. * lang/python/Makefile.am: New file. * lang/python/setup.py: Integrate into the build system. * m4/ax_pkg_swig.m4: New file from the autoconf archive. * m4/m4_ax_swig_python.m4: Likewise. Signed-off-by: Justus Winter <[email protected]> |