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

12 lines
278 B
Python
Raw Permalink Normal View History

2022-12-02 21:15:34 +01:00
from pythonforandroid.recipe import CompiledComponentsPythonRecipe
class PyRXPURecipe(CompiledComponentsPythonRecipe):
version = '2a02cecc87b9'
url = 'https://bitbucket.org/rptlab/pyrxp/get/{version}.tar.gz'
depends = []
patches = []
recipe = PyRXPURecipe()