File tree 6 files changed +28
-6
lines changed
6 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ endif
381
381
# Build a "full" tarball with all content for test purposes
382
382
tar zcvf dist/Python-$(PYTHON_VER ) -$1-support.test-$(BUILD_NUMBER ) .tar.gz -X patch/Python/test.exclude -C build/$1/Support `ls -A build/$1/Support`
383
383
# Build a distributable tarball
384
- tar zcvf $$@ -X patch/Python/release.exclude -C build/$1/Support `ls -A build/$1/Support`
384
+ tar zcvf $$@ -X patch/Python/release.common.exclude -X patch/Python/release.$1. exclude -C build/$1/Support `ls -A build/$1/Support`
385
385
386
386
# Build OpenSSL
387
387
OpenSSL-$1: $$(OPENSSL_FRAMEWORK-$1 )
Original file line number Diff line number Diff line change 1
- # This is a list of Python standard library path patterns
2
- # we exclude from the embedded device Python-Apple-support tarballs.
1
+ # This is a list of support package path patterns that we exclude
2
+ # from all Python-Apple-support tarballs.
3
3
# It is used by `tar -X` during the Makefile build.
4
4
#
5
5
# Remove binaries; not needed for embedded builds
@@ -25,9 +25,6 @@ Python/Resources/lib/python*/lib-dynload/_xx*.so
25
25
# Remove wsgiref web app module; it's unusual that mobile apps would
26
26
# start a web app server with it.
27
27
Python/Resources/lib/python*/wsgiref
28
- # Remove command-line curses toolkit.
29
- Python/Resources/lib/python*/curses
30
- Python/Resources/lib/python*/lib-dynload/_curses*.so
31
28
# Remove config-* directory, which is used for compiling C extension modules.
32
29
Python/Resources/lib/python*/config-*
33
30
# Remove ensurepip. If user code needs pip, it can add it to
Original file line number Diff line number Diff line change
1
+ # This is a list of support package path patterns that we exclude
2
+ # from iOS Python-Apple-support tarballs.
3
+ # It is used by `tar -X` during the Makefile build.
4
+ #
5
+ # Remove command-line curses toolkit.
6
+ Python/Resources/lib/python*/curses
7
+ Python/Resources/lib/python*/lib-dynload/_curses*.so
Original file line number Diff line number Diff line change
1
+ # This is a list of support package path patterns that we exclude
2
+ # from macOS Python-Apple-support tarballs.
3
+ # It is used by `tar -X` during the Makefile build.
4
+ #
Original file line number Diff line number Diff line change
1
+ # This is a list of support package path patterns that we exclude
2
+ # from tvOS Python-Apple-support tarballs.
3
+ # It is used by `tar -X` during the Makefile build.
4
+ #
5
+ # Remove command-line curses toolkit.
6
+ Python/Resources/lib/python*/curses
7
+ Python/Resources/lib/python*/lib-dynload/_curses*.so
Original file line number Diff line number Diff line change
1
+ # This is a list of support package path patterns that we exclude
2
+ # from watchOS Python-Apple-support tarballs.
3
+ # It is used by `tar -X` during the Makefile build.
4
+ #
5
+ # Remove command-line curses toolkit.
6
+ Python/Resources/lib/python*/curses
7
+ Python/Resources/lib/python*/lib-dynload/_curses*.so
You can’t perform that action at this time.
0 commit comments