Skip to content

Commit 588f736

Browse files
committed
Moved from bpo-30386 branch to python 3.7.0 official distribution
1 parent 5acace3 commit 588f736

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pythonforandroid/recipes/hostpython3/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77

88
class Hostpython3Recipe(Recipe):
9-
version = 'bpo-30386'
10-
url = 'https://github.com/inclement/cpython/archive/{version}.zip'
9+
version = '3.7.0'
10+
url = 'https://www.python.org/ftp/python/3.7.0/Python-{version}.tgz'
1111
name = 'hostpython3'
1212

1313
conflicts = ['hostpython2']

pythonforandroid/recipes/python3/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111

1212
class Python3Recipe(TargetPythonRecipe):
13-
version = 'bpo-30386'
14-
url = 'https://github.com/inclement/cpython/archive/{version}.zip'
13+
version = '3.7.0'
14+
url = 'https://www.python.org/ftp/python/3.7.0/Python-{version}.tgz'
1515
name = 'python3'
1616

1717
depends = ['hostpython3']

0 commit comments

Comments
 (0)