summaryrefslogtreecommitdiff
path: root/tests/test_macosx_libfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed detection of 32-bit Python on 64-bit OSAlex Grönholm2021-12-241-1/+1
| | | | The sysconfig.get_platform() and distutils.util.get_platform() functions return "linux-x64_64", not "linux_x64_64" which the previous code and tests assumed.
* Replaced distutils with setuptoolsAlex Grönholm2021-12-241-11/+11
| | | | Distutils has been deprecated and will be removed in Python 3.12.
* Adopted isort and applied it to the codebaseAlex Grönholm2021-12-241-2/+2
|
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-43/+106
|
* Don't use default macos/arm64 deployment target in calculating the platform ↵Ronald Oussoren2020-12-131-0/+1
| | | | | | | | tag for fat binaries (#390) The system compiler in Xcode 12 will not set the deployment target for arm64 below 11.0.0 (which is the first version of macOS supporting arm64). To allow building wheels that target an earlier version of macOS (by way of the x86_64 part of fat binaries) ignore the deployment target in the arm64 part of fat binaries when that's 11.0.0.
* Fixed error on Big Sur when deployment target = 11 (#386)Grzegorz Bokota2020-12-041-4/+24
| | | | | Fixes #385. Co-authored-by: FX Coudert <fxcoudert@gmail.com>
* Replaced pep425tags with packaging (#346)Matti Picus2020-04-071-1/+1
| | | The internal pep425tags module has been removed in favor of the "packaging" library.
* macosx platform tag does not support patch releases (#317)Grzegorz Bokota2020-01-031-20/+40
|
* Fixed typo 'dynlib' -> 'dylib' (#320)Grzegorz Bokota2019-11-191-16/+16
|
* Better discovery of macos system version to determine proper platform tag (#314)Grzegorz Bokota2019-10-231-0/+114