Wykres commitów

12 Commity (master)

Autor SHA1 Wiadomość Data
Mike Black W9MDB 032d37626e Update path for py3test.py 2022-10-12 15:18:34 -05:00
Mike Black W9MDB 388738b78b Add set_vfo_opt to py3test.py 2022-01-23 08:56:09 -06:00
Mike Black W9MDB 2bfd09e593 Update py3test.py path 2021-09-03 17:02:12 -05:00
Michael Black W9MDB 0f0705d014 Fix python binding for future deprecation of distutils.sysconfig
Hopefully works on MacOS
Also hopefully works on python2
https://github.com/Hamlib/Hamlib/issues/477
2021-03-08 23:26:44 -06:00
Michael Black W9MDB 2df1e2e199 Add installation path to py3test.py 2020-10-12 15:40:22 -05:00
Michael Black W9MDB d47987db85 Fix bindings since itu_region has been deprecated 2020-09-12 08:59:55 -05:00
Daniele Forsi 3baabad45b Set the executable bits on py3test.py 2020-05-02 11:11:27 +02:00
mdblack98 b170cb9f0e Fix binding get_channel 2020-05-01 22:37:53 -05:00
Michael Black 40ab38e757 Fix bindings for VOXDELAY 2020-03-29 23:57:28 -05:00
Nate Bargmann 4f9085f8f5 Bindings tweaks for Python and TCL
Remove execute bits for all test scripts and install them into
doc/examples.

Make sure check-py and check-tcl targets work.

Set a conditional for Python3 or Python2 and install/test the correct
script file.

Use Makefile variables instead of configure substitutions wherever
possible.

Generate tcltest.tcl at make time to insert installation library path
into the script so that tests pass.
2017-07-26 06:33:42 -05:00
Nate Bargmann a2a873bbc9 Update ax_python_devel.m4 macro
Also reorder its call in configure.ac which now allows the PYTHON_VERSION
environment variable to be recognized and processed correctly by the
build system.

Correctly add PYTHON_LIBS (correct ouput variable of AX_PYTHON_DEVEL) to the
Makefile for the Python bindings.

Update README.python for use of PYTHON_VERSION.
2017-07-23 10:52:16 -05:00
Nate Bargmann 6e3b79fc69 Initial Python3 build steps and test script
The increasing popularity of Python3 requires that Hamlib provide a
means of instruction for building and installing its module concurrent
with the Python2 module.  README.python outlines the required steps.
py3test.py is a reworking of the pytest.py script for Python3 syntax.
2017-07-19 21:17:34 -05:00