{ "info": { "author": "Ryan Northey", "author_email": "ryan@3ca.org.uk", "bugtrack_url": null, "classifiers": [], "description": "\nbit.recipe.python_for_android\n=============================\n\nThis package allows you to build python-based android packages from a buildout environment\n\nYou will need a copy of the android sdk and ndks for your project environments\n\nThese can be installed using bit.recipe.android_sdk and bit.recipe.android_ndk\n\nA complete buildout example might be:\n\n[buildout]\nparts = my_android_sdk\n my_android_ndk\n my_kivy\n\n[my_android_sdk]\nrecipe = bit.recipe.android_sdk\napis = 8\nsdk = http://dl.google.com/android/android-sdk_r14-linux.tgz\n\n[my_android_ndk]\nrecipe = bit.recipe.android_ndk\nversion = r7\nndk = http://dl.google.com/android/ndk/android-ndk-r7-linux-x86.tar.bz2\n\n[my_kivy]\nrecipe = bit.recipe.python_for_android\npackage = org.bitfoundation.my_kivy\nsrc = git@github.com:kivy/python-for-android\nsdk = parts/my_android_sdk\nndk = parts/my_android_ndk\nndk_version = ${my_android_ndk:version}\napi = 8\nrecipes = kivy\nversion = 0.0.1\npublic = var/my_kivy/public\nprivate = var/my_kivy/private\norientation = portrait\npermissions = INTERNET\n\n\nThis can then be installed as follows\n\n./bin/buildout\n\n\nOnce you have done this you can create your distribution\n\n./bin/my_kivy dist\n\n\nYou can do a clean install or pass other arguments to the distribute.sh script, ie:\n\n./bin/my_kivy dist -f\n\n\nPlace your public/private resources into the folders specified ie: var/my_kivy/public, and build and install your android package\n\n./bin/my_kivy build debug installd\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.python.org/pypi/bit.recipe.python_for_android", "keywords": "buildout", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "bit.recipe.python_for_android", "package_url": "https://pypi.org/project/bit.recipe.python_for_android/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bit.recipe.python_for_android/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.python.org/pypi/bit.recipe.python_for_android" }, "release_url": "https://pypi.org/project/bit.recipe.python_for_android/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "bitfoundation python_for_android recipe", "version": "0.0.2" }, "last_serial": 786886, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "8a2f48254bd7e05f7a29cbe5d3890ac5", "sha256": "15cca90bda20a88e0c318b19dc0936a1241c2dc8d4a3c5275d9deb2d525f2f0b" }, "downloads": -1, "filename": "bit.recipe.python_for_android-0.0.2.zip", "has_sig": false, "md5_digest": "8a2f48254bd7e05f7a29cbe5d3890ac5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6509, "upload_time": "2012-03-19T21:52:10", "url": "https://files.pythonhosted.org/packages/a9/f7/311c3afe4f61bbc4633dbf31e78bee2ab61e07f5dc2e50260283eac0e71b/bit.recipe.python_for_android-0.0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8a2f48254bd7e05f7a29cbe5d3890ac5", "sha256": "15cca90bda20a88e0c318b19dc0936a1241c2dc8d4a3c5275d9deb2d525f2f0b" }, "downloads": -1, "filename": "bit.recipe.python_for_android-0.0.2.zip", "has_sig": false, "md5_digest": "8a2f48254bd7e05f7a29cbe5d3890ac5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6509, "upload_time": "2012-03-19T21:52:10", "url": "https://files.pythonhosted.org/packages/a9/f7/311c3afe4f61bbc4633dbf31e78bee2ab61e07f5dc2e50260283eac0e71b/bit.recipe.python_for_android-0.0.2.zip" } ] }