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

🔥 Drops garden support #1142

Merged
merged 1 commit into from
Jun 11, 2020

Conversation

AndreMiras
Copy link
Member

Garden are now installed like normal packages, refs:
https://kivy.org/doc/stable/api-kivy.garden.html#update-to-garden-structure

@AndreMiras
Copy link
Member Author

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

opacam
opacam previously approved these changes Jun 11, 2020
Copy link
Member

@opacam opacam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!!

Comment on lines 511 to 516
def check_garden_requirements(self):
'''Ensure required garden packages are available to be included.
'''
garden_requirements = self.config.getlist('app',
'garden_requirements', '')

Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed (but untested)

Copy link
Member

@opacam opacam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@AndreMiras AndreMiras merged commit 40c79e5 into kivy:master Jun 11, 2020
@AndreMiras AndreMiras deleted the feature/garden_is_deprecated branch June 11, 2020 15:03
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