lbry-android/p4a/pythonforandroid/recipes/kiwisolver/__init__.py

10 lines
326 B
Python
Raw Normal View History

2017-08-13 03:24:00 +02: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 = ['python2', 'setuptools']
recipe = KiwiSolverRecipe()