-
Notifications
You must be signed in to change notification settings - Fork 507
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
🔥 Drops garden support #1142
🔥 Drops garden support #1142
Conversation
I kept it simple and only ditched the feature without further notice. We saw too many users being confused recently with the way to install/use gardens. Furthermore most used gardens are already migrated to the new structure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!!
buildozer/__init__.py
Outdated
def check_garden_requirements(self): | ||
'''Ensure required garden packages are available to be included. | ||
''' | ||
garden_requirements = self.config.getlist('app', | ||
'garden_requirements', '') | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should emit some kind of removed warning
(or maybe raise an exception) in case that we found garden_requirements
inside a buildozer.spec
file. This way, users could move the garden requirements...otherwise all garden packages will be silently omitted, am I right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed (but untested)
Garden are now installed like normal packages, refs: https://kivy.org/doc/stable/api-kivy.garden.html#update-to-garden-structure
32b37ea
to
e8b20d5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
Garden are now installed like normal packages, refs:
https://kivy.org/doc/stable/api-kivy.garden.html#update-to-garden-structure