rename p4a so it will clone

This commit is contained in:
zeppi 2022-11-29 15:11:29 -05:00
commit 6d519ea619
567 changed files with 0 additions and 0 deletions
p4a_rename_test/pythonforandroid/recipes/hostpython2

View file

@ -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()