diff options
author | Alon Bar-Lev <[email protected]> | 2017-04-01 23:29:52 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-04-05 12:48:47 +0000 |
commit | 801d7d8c5dd530d26ad6c4bcc94d986e6e022da4 (patch) | |
tree | a71efd15a76edefcff8ba17c8ea7174e3b3d060a /lang/python/tests/run-tests.py | |
parent | Fix typo. (diff) | |
download | gpgme-801d7d8c5dd530d26ad6c4bcc94d986e6e022da4.tar.gz gpgme-801d7d8c5dd530d26ad6c4bcc94d986e6e022da4.zip |
python: Generate files into build directory
* lang/python/setup.py.in: Generate files within BuildExtFirstHack
adjust build flags at this point instead of global.
* lang/python/Makefile.am: Remove logic of separate source directory per
python version in favor of build directory.
* lang/python/tests/run-tests.py: Adjust build directory location.
--
Generate files into build directory, leaving the source directory clean.
Use the same source directory for multiple python version build. Result
of 'prepare' target is a standard distutil layout that can be used
easily by downstream to build all python targets in-place.
Signed-off-by: Alon Bar-Lev <[email protected]>
Diffstat (limited to 'lang/python/tests/run-tests.py')
-rw-r--r-- | lang/python/tests/run-tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/python/tests/run-tests.py b/lang/python/tests/run-tests.py index 9e061d83..9e2fb78c 100644 --- a/lang/python/tests/run-tests.py +++ b/lang/python/tests/run-tests.py @@ -71,7 +71,6 @@ for interpreter in args.interpreters: pattern = os.path.join(args.builddir, "..", "python{0}-gpg".format(version), - "build", "lib*"+version) builddirs = glob.glob(pattern) if len(builddirs) == 0: |