2021-12-23 Fred Gleason <fredg@paravelsystems.com>

* Added an 'AR_PYTHON_MODULE()' autoconf macro.
	* Added a test for the PyPI module build chain to 'configure.ac'.
	* Bumped the minimum Python version dependency from 3.4 to 3.6.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-12-23 11:31:11 -05:00
parent c1d95b01a9
commit 77fd2a2497
5 changed files with 63 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ OggVorbis - Open Source Audio Coding Library. Needed for OggVorbis
importing and exporting. Included with most distros, or available at:
http://www.xiph.org/.
Python, v3.4 or later
Python, v3.6 or later
Open source scripting language. Included with most distros, or available at:
https://www.python.org/.
@@ -127,6 +127,9 @@ Available at http://www.underbit.com/products/mad/.
TwoLAME - MPEG Layer 2 Encoder Library. Needed for MPEG Layer 2 exporting and
capture. Available at http://www.twolame.org/.
Python3 'build' and 'twine' modules. Needed to build DEB packages using
the 'make deb' target. Available from the Python Packaging Index (PyPI).
DOCUMENTATION
-------------