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

12 lines
313 B
Python
Raw Normal View History

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