plonecli add-on should be buildout compatible
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 20
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
❯❯ plonecli -V
Available packages:
plonecli : 3.0
bobtemplates.plone: 8.0.0
❯❯ plonecli create addon collective.lockdownclassicui
This results in:
https://github.com/collective/collective.lockdownclassicui/commit/6f4a680dbe80a898ff18a595ae443b422d1ea7e2
Adding this to a pre-existing buildout fails.
The required fix to get the package to work is:
https://github.com/collective/collective.lockdownclassicui/commit/593a64e77b36660aeef1aec4804347a51f9064e5
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the plonecli create addon entry point and compare the generated project with the changes in commits 6f4a680d80e80a898ff18a595ae443b422d1ea7e2 and 593a64e77b36660aeef1aec4804347a51f9064e2. Reproduce the failure by adding the generated add-on to an existing buildout; done means the generated package works there without the manual fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100