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

12 lines
296 B
Python
Raw Permalink Normal View History

2022-12-02 21:15:34 +01:00
from pythonforandroid.recipe import CppCompiledComponentsPythonRecipe
class AtomRecipe(CppCompiledComponentsPythonRecipe):
site_packages_name = 'atom'
version = '0.3.10'
url = 'https://github.com/nucleic/atom/archive/master.zip'
depends = ['setuptools']
recipe = AtomRecipe()