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

12 lines
306 B
Python
Raw Normal View History

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