f87e23c512
* configure.ac: Remove "python" from available_languages and from default_languages. Remove checks for SWIG and available Python versions. Remove substitution of PYTHONS. Remove generation of files in lang/python. * lang/Makefile.am (DIST_SUBDIRS): Remove python. * lang/python/.gitignore, lang/python/AUTHORS, lang/python/COPYING, lang/python/COPYING.LESSER, lang/python/ChangeLog, lang/python/INSTALL, lang/python/NEWS, lang/python/autogen.rc, lang/python/autogen.sh, lang/python/configure.ac: New. * lang/python/Makefile.am (EXTRA_DIST): Add autogen.sh, autogen.rc. copystamp: Remove symbolic linking of gpgme's internal data.h header and of gpgme's config.h file. CLEANFILES: Remove cleaning of config.h and data.h. (RELEASE_ARCHIVE_SUFFIX, ACLOCAL_AMFLAGS, dist-hook, distcheck-hook, .PHONY, gen_start_date, gen-ChangeLog, RELEASE_NAME, release, sign-release): New (copied from top-level Makefile.am). * lang/python/build-aux/compile, lang/python/build-aux/config.guess, lang/python/build-aux/config.sub, lang/python/build-aux/depcomp, lang/python/build-aux/install-sh, lang/python/build-aux/libtool-patch.sed, lang/python/build-aux/ltmain.sh, lang/python/build-aux/missing: New. * m4/ax_pkg_swig.m4: Move to... * lang/python/m4/ax_pkg_swig.m4: ...here. * m4/ax_python_devel.m4: Move to... * lang/python/m4/ax_python_devel.m4: ...here. * m4/python.m4: Move to... * lang/python/m4/python.m4: ...here. * lang/python/m4/gpg-error.m4, lang/python/m4/gpgme.m4, lang/python/m4/libassuan.m4, lang/python/m4/libtool.m4, lang/python/m4/ltoptions.m4, lang/python/m4/ltsugar.m4, lang/python/m4/ltversion.m4, lang/python/m4/lt~obsolete.m4: New. * lang/python/setup.py.in: Remove code for in-tree builds. Initialize libs from @GPGME_LIBS@ instead of @GPGME_CONFIG_LIBS@. Initialize include_dirs and define_macros from @GPGME_CFLAGS@ instead of @GPGME_CONFIG_CFLAGS@. Look for gpgme.h in @prefix@/include and in include_dirs and '/usr/include'. * lang/python/tests/13CBE3758AFE42B5E5E2AE4CED27AFA455E3F87F, lang/python/tests/13CD0F3BDF24BE53FE192D62F18737256FF6E4FD, lang/python/tests/76F7E2B35832976B50A27A282D9B87E44577EB66, lang/python/tests/7A030357C0F253A5BBCD282FFC4E521B37558F5C, lang/python/tests/A0747D5F9425E6664F4FFBEED20FBCA79FDED2BD: New. * lang/python/tests/Makefile.am (test_srcdir): Remove. (TESTS_ENVIRONMENT): Remove adding .libs directory with gpgme library to LD_LIBRARYPATH. (private_keys): Use local copies instead of files from gpgme's tests. (EXTRA_DIST): Add new files. (clean-local): Call local copy of start-stop-agent script. (gpg-sample.stamp): Use local copies of private keys. (pubring-stamp): Use local copies of pubdemo.asc and secdemo.asc. (gpg-agent.conf): Use local copy of pinentry helper. * lang/python/tests/cipher-1.asc, lang/python/tests/cipher-2.asc, lang/python/tests/cipher-3.asc, lang/python/tests/cipher-no-sig.asc, lang/python/tests/pinentry, lang/python/tests/pubdemo.asc, lang/python/tests/pubkey-1.asc, lang/python/tests/secdemo.asc, lang/python/tests/seckey-1.asc, lang/python/tests/start-stop-agent: New. * lang/python/tests/support.py (make_filename): Adapt to changed path of test files. -- This makes building and distributing the Python bindings independent of the sources of gpgme. Many of the new files are copied from gpgme to make the Python bindings a self-contained package. A later commit re-adds the possibility to build the Python bindings as nested package together with gpgme. GnuPG-bug-id: 7110
69 lines
1.5 KiB
Sed
69 lines
1.5 KiB
Sed
#
|
|
# This is a sed script to patch the generated libtool,
|
|
# which works well against both of libtool 2.4.2 and 2.4.7.
|
|
#
|
|
# You may use this work under the terms of a Creative Commons CC0 1.0
|
|
# License/Waiver.
|
|
#
|
|
# CC0 Public Domain Dedication
|
|
# https://creativecommons.org/publicdomain/zero/1.0/
|
|
|
|
#
|
|
# This sed script applys two hunks of the patch:
|
|
#
|
|
# Part1: after the comment "# bleh windows"
|
|
# Part2: after the comment "#extension on DOS 8.3..."
|
|
#
|
|
# Only when those two parts are patched correctly, it exits with 0 or
|
|
# else, it exits with 1
|
|
#
|
|
|
|
# Find the part 1, by the comment
|
|
/^[ \t]*# bleh windows$/b part1_start
|
|
# Not found the part1, raise an error
|
|
$ q1
|
|
b
|
|
|
|
:part1_start
|
|
n
|
|
# The first line in the part 1 must be the begining of the case statement.
|
|
/^[ \t]*case \$host in$/! q1
|
|
n
|
|
# Insert the entry for x86_64-*mingw32*, for modified versuffix.
|
|
i\
|
|
x86_64-*mingw32*)
|
|
i\
|
|
func_arith $current - $age
|
|
i\
|
|
major=$func_arith_result
|
|
i\
|
|
versuffix="6-$major"
|
|
i\
|
|
;;
|
|
:part1_0
|
|
# Find the end of the case statement
|
|
/^[ \t]*esac$/b find_part2
|
|
# Not found the end of the case statement, raise an error
|
|
$ q1
|
|
n
|
|
b part1_0
|
|
|
|
:find_part2
|
|
/^[ \t]*# extension on DOS 8.3 file.*systems.$/b part2_process
|
|
# Not found the part2, raise an error
|
|
$ q1
|
|
n
|
|
b find_part2
|
|
|
|
:part2_process
|
|
$ q1
|
|
s/^[ \t]*\(versuffix=\)\(.*\)\(-$major\)\(.*\)$/\t case \$host in\n\t x86_64-*mingw32*)\n\t \1\26\3\4\n\t ;;\n\t *)\n\t \1\2\3\4\n\t ;;\n\t esac/
|
|
t part2_done
|
|
n
|
|
b part2_process
|
|
|
|
:part2_done
|
|
$ q0
|
|
n
|
|
b part2_done
|