Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

specifying a url for a requirements item vs a version? #408

Closed
brentpicasso opened this issue Oct 6, 2016 · 3 comments
Closed

specifying a url for a requirements item vs a version? #408

brentpicasso opened this issue Oct 6, 2016 · 3 comments

Comments

@brentpicasso
Copy link
Contributor

Is it possible to specify an exact source archive for the requirements string instead of the version number?

Currently this works:
requirements = kivy==1.9.1, plyer=1.2.3

And somewhere within buildozer or python-for-android this gets translated into a URL to download from github.

Could we do something like:
requirements = kivy==1.9.1, plyer=http://path/to/source_or_github_archive

@mrhdias
Copy link

mrhdias commented Oct 11, 2016

Add only the url work for me:
requirements = png, pycrypto, https://codeload.github.com/kivy/plyer/zip/master, kivy==master

@brentpicasso
Copy link
Contributor Author

Thanks! is there a way to get this into the buildozer docs?

@dessant
Copy link
Contributor

dessant commented Dec 4, 2016

@brentpicasso, yes, the doc source is in this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants