lbry-android/p4a/pythonforandroid/recipes/simple-crypt/__init__.py

11 lines
339 B
Python
Raw Normal View History

2017-08-13 03:24:00 +02:00
from pythonforandroid.toolchain import PythonRecipe
class SimpleCryptRecipe(PythonRecipe):
version = '4.1.7'
url = 'https://pypi.python.org/packages/source/s/simple-crypt/simple-crypt-{version}.tar.gz'
depends = [('python2', 'python3crystax'), 'pycrypto']
site_packages_name = 'simplecrypt'
recipe = SimpleCryptRecipe()