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

Enables buildozer to automatically install dependencies #638

Merged
merged 3 commits into from Sep 25, 2021

Conversation

meow464
Copy link
Contributor

@meow464 meow464 commented Sep 1, 2021

setup.cfg is just an ini file and therefore easy for buildozer to pass and install dependencies.
This will allow buildozer ios debug|release to automatically download and install kivy-ios dependencies, as it currently does for python-4-android.

Simple changes (compare with master) are also required to the buiuldozer ios target, but this one has to be merged first.

To test this pull request I made this shell script. It uses setup.py to create binary and source distributions on master and on the new branch, then checks if they indeed contain all the same files.

setup.cfg is just an ini file and therefore easy for
buildozer to pass and install dependencies
@meow464 meow464 changed the title Adds setup.cfg to easy parsing Enables buildozer to automatically install dependencies Sep 1, 2021
setup.cfg Outdated Show resolved Hide resolved
@meow464 meow464 requested a review from misl6 September 4, 2021 23:13
@misl6 misl6 merged commit 04781c0 into kivy:master Sep 25, 2021
This was referenced Oct 2, 2021
meow464 pushed a commit to meow464/buildozer that referenced this pull request Oct 14, 2021
Reads the dependencies from kivy-ios/setup.cfg (an ini file)
and installs them with pip.
This is possible since: kivy/kivy-ios#638
meow464 pushed a commit to meow464/buildozer that referenced this pull request Oct 14, 2021
Reads the dependencies from kivy-ios/setup.cfg (an ini file)
and installs them with pip.
This is possible since: kivy/kivy-ios#638
meow464 pushed a commit to meow464/buildozer that referenced this pull request Oct 14, 2021
Reads the dependencies from kivy-ios/setup.cfg (an ini file)
and installs them with pip.
This is possible since: kivy/kivy-ios#638
meow464 pushed a commit to meow464/buildozer that referenced this pull request Oct 14, 2021
Reads the dependencies from kivy-ios/setup.cfg (an ini file)
and installs them with pip.
This is possible since: kivy/kivy-ios#638
meow464 pushed a commit to meow464/buildozer that referenced this pull request Oct 14, 2021
Reads the dependencies from kivy-ios/setup.cfg (an ini file)
and installs them with pip.
This is possible since: kivy/kivy-ios#638
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants