rename p4a so it will clone
This commit is contained in:
parent
718044ee02
commit
6d519ea619
567 changed files with 0 additions and 0 deletions
p4a_rename_test/pythonforandroid/recipes/hostpython2
|
@ -0,0 +1,18 @@
|
|||
from pythonforandroid.python import HostPythonRecipe
|
||||
|
||||
|
||||
class Hostpython2Recipe(HostPythonRecipe):
|
||||
'''
|
||||
The hostpython2's recipe.
|
||||
|
||||
.. versionchanged:: 0.6.0
|
||||
Updated to version 2.7.15 and the build process has been changed in
|
||||
favour of the recently added class
|
||||
:class:`~pythonforandroid.python.HostPythonRecipe`
|
||||
'''
|
||||
version = '2.7.15'
|
||||
name = 'hostpython2'
|
||||
conflicts = ['hostpython3', 'hostpython3crystax', 'hostpython2legacy']
|
||||
|
||||
|
||||
recipe = Hostpython2Recipe()
|
Loading…
Add table
Add a link
Reference in a new issue