~mythbuntu-dev/mythtv/+git/mythtv-packaging:fixes/32

Last commit made on 2023-01-08
Get this branch:
git clone -b fixes/32 https://git.launchpad.net/~mythbuntu-dev/mythtv/+git/mythtv-packaging

Branch merges

Branch information

Recent commits

9c13baf... by jhoyt

OSX: Migrate python to ansible based python venv
    - removed unnecssary 33 tag
    - force running ansible on each run
    - update default prefix to use HOME vs ~
    - migrate to ansible based installation of python virtualenv
    - cleanup unused PYTHON variables
    - cleanup PY2APP requirements

0fde7aa... by jhoyt

OSX: Fix version in fixes/32

e8d5d94... by jhoyt

OSX: Miscellaneous fixes updated and cleanup
 - Update defaults to reflect current state of macports (i.e. mysql8, python310)
 - Add logic to set default databse install to mariadb-10.5 for older macOS versions as macports does not support mysql8 for Mojave and older
 - Cleanup py2app and pyvenv logic to parve packages after gsed is installed

860f4ab... by jhoyt

OSX: ansible compile script - Fix missing mysqlclient dependency, move wheel and py2app to install first
 - Add missing mysqlclient dependency
 - Move the pip install wheel and py2app into a separate call to pip to
   aide other python packages that require wheel and remove them from the
   py2app package list

889ea7c... by jhoyt

OSX: Fix codesiging so it finds new dylibs in the App's Resource folder (python site-packages)
 - minor error correction on the compile script

e21dfd0... by jhoyt

OSX: add python virtual environment package to correct embedded python packages
    Currently macports has a too new version of requests_cache in the ports tree. Moving to python virtual
    environments allows the installation of the correct python package versions without trashing the macports
    or user's python environment.

8d5818e... by jhoyt

OSX: Add missing python packages to py2app call

bb3a851... by jhoyt

OSX: remove PYTHONHOME variable from startup script as it no longer is necessary (and breaks) python310

26e026a... by jhoyt

OSX: remove redundant MYTHVERS tag in output dmg files

12720cb... by jhoyt

OSX: Update README