plone / bobtemplates.plone

Python Code Templates for Plone Projects with mr.bob
https://pypi.org/project/bobtemplates.plone/
GNU General Public License v2.0
24 stars 31 forks source link

Allow users to select the `plonetheme.barceloneta` version #498

Open me-kell opened 2 years ago

me-kell commented 2 years ago

Why not let the user select the plonetheme.barceloneta version? Instead of hard wiring the version as dependency.

Having the version as a dependency is of course a progress compared whith the previous versions of bobtemplates.plone.

https://github.com/plone/bobtemplates.plone/blob/b79cbb13dfe5d21759c1d315e44d776be12946d7/bobtemplates/plone/theme_barceloneta/src/%2Bpackage.namespace%2B/%2Bpackage.name%2B/theme/package.json.bob#L26

But both bobtemplates.plone and plonetheme.barceloneta have their own version history (and Plone itself too).

Why not use a default but let the user select the version in a variable?