File tree 2 files changed +2
-1
lines changed
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: \
573
573
574
574
@echo ">>> Create final distribution artefact for macOS"
575
575
mkdir -p dist
576
+ # Strip xattrs from the support files
577
+ xattr -cr support/$(PYTHON_VER)/macOS
576
578
# Build a distributable tarball
577
579
tar zcvf $$@ -C support/$(PYTHON_VER)/macOS `ls -A support/$(PYTHON_VER)/macOS/`
578
580
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ repository:
11
11
* `Python 3.9 <https://github.com/beeware/Python-Apple-support/tree/3.9 >`__
12
12
* `Python 3.10 <https://github.com/beeware/Python-Apple-support/tree/3.10 >`__
13
13
* `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 >`__
15
14
* `Python 3.13 <https://github.com/beeware/Python-Apple-support/tree/3.13 >`__
16
15
17
16
It works by downloading, patching, and building a fat binary of Python and
You can’t perform that action at this time.
0 commit comments