This repository was archived by the owner on Apr 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ BUILD_NUMBER=custom
7
7
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
8
8
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
9
9
# PYTHON_VER is the major/minor version (e.g., 3.10)
10
- PYTHON_VERSION =3.8.13
10
+ PYTHON_VERSION =3.8.15
11
11
PYTHON_MICRO_VERSION =$(shell echo $(PYTHON_VERSION ) | grep -Po "\d+\.\d+\.\d+")
12
12
PYTHON_VER =$(basename $(PYTHON_VERSION ) )
13
13
@@ -65,7 +65,6 @@ build/Python-$(PYTHON_VERSION)/Makefile: build downloads
65
65
--prefix=$(PROJECT_DIR)/build/python \
66
66
--enable-ipv6 \
67
67
--enable-shared \
68
- --without-doc-strings \
69
68
--without-ensurepip \
70
69
2>&1 | tee -a ../python-$(PYTHON_VERSION).config.log
71
70
Original file line number Diff line number Diff line change 1
1
Python Linux Support
2
2
====================
3
3
4
- **This repository branch builds a packaged version of Python 3.8.13 **.
5
- Other Python versions are available by cloning other branches of the main
6
- repository.
7
-
8
4
This is a meta-package for building a version of Python that can be embedded
9
5
into a Linux AppImage.
10
6
7
+ **This branch builds a packaged version of Python 3.8.15 **.
8
+ Other Python versions are available by cloning other branches of the main
9
+ repository:
10
+
11
+ * `Python 3.8 <https://github.com/beeware/Python-Linux-support/tree/3.8 >`__
12
+ * `Python 3.9 <https://github.com/beeware/Python-Linux-support/tree/3.9 >`__
13
+ * `Python 3.10 <https://github.com/beeware/Python-Linux-support/tree/3.10 >`__
14
+ * `Python 3.11 <https://github.com/beeware/Python-Linux-support/tree/3.11 >`__
15
+
11
16
It works by downloading and building the standard Python sources, after
12
17
ensuring that key system libraries are installed. It installs the compiled
13
18
Python into a temporary prefix location, strips out parts that aren't needed,
@@ -46,4 +51,4 @@ This will:
46
51
The build products will be in the `build ` directory; the distributable tarball
47
52
will be in the `dist ` directory.
48
53
49
- .. _x86_64 : https://briefcase-support.org /python?version= 3.8&platform= linux&arch= x86_64
54
+ .. _x86_64 : https://briefcase-support.s3.amazonaws.com /python/ 3.8/ linux/ x86_64/Python-3.8-macOS-support.b1.tar.gz
You can’t perform that action at this time.
0 commit comments