File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -573,6 +573,8 @@ dist/Python-$(PYTHON_VER)-macOS-support.$(BUILD_NUMBER).tar.gz: \
573573
574574 @echo ">>> Create final distribution artefact for macOS"
575575 mkdir -p dist
576+ # Strip xattrs from the support files
577+ xattr -cr support/$(PYTHON_VER)/macOS
576578 # Build a distributable tarball
577579 tar zcvf $$@ -C support/$(PYTHON_VER)/macOS `ls -A support/$(PYTHON_VER)/macOS/`
578580
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ repository:
1111* `Python 3.9 <https://github.com/beeware/Python-Apple-support/tree/3.9 >`__
1212* `Python 3.10 <https://github.com/beeware/Python-Apple-support/tree/3.10 >`__
1313* `Python 3.11 <https://github.com/beeware/Python-Apple-support/tree/3.11 >`__
14- * `Python 3.12 <https://github.com/beeware/Python-Apple-support/tree/3.12 >`__
1514* `Python 3.13 <https://github.com/beeware/Python-Apple-support/tree/3.13 >`__
1615
1716It works by downloading, patching, and building a fat binary of Python and
You can’t perform that action at this time.
0 commit comments