lbry-android-sdk/p4a/pythonforandroidold/recipes/hostpython3/__init__.py

18 lines
405 B
Python
Raw Normal View History

2022-12-02 21:15:34 +01:00
from pythonforandroid.python import HostPythonRecipe
class Hostpython3Recipe(HostPythonRecipe):
'''
The hostpython3's recipe.
.. versionchanged:: 0.6.0
Refactored into the new class
:class:`~pythonforandroid.python.HostPythonRecipe`
'''
version = '3.7.1'
name = 'hostpython3'
conflicts = ['hostpython2', 'hostpython3crystax']
recipe = Hostpython3Recipe()