Various macOS fixes for setup_configure.py
pysvn is the pythonic interface to subversion
Brought to you by:
barry-scott
Hey, after installing this I noticed some errors in the configure script, specifically for SVN installs from Homebrew on ARM, as well as a typo for the Virtual Environment/Framework linker variable code.
I also noticed that the configure script is hardcoded to include the minimum PyCXX version, even if a newer version is provided in the source distribution, so I added some logic to handle that.
Oops. there's an error with the listdir code in that patch, attaching a slightly better one :)