Modify ↓
Ticket #454 (closed task: fixed)
Merge plumi.app and plumi.buildout, deprecate plumi.migration
| Reported by: | dimo | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 4.0 Beta |
| Component: | Buildout | Severity: | |
| Keywords: | Cc: | ||
| Who will test this: | Unknown |
Description
Right now, plumi consists of the following python eggs:
- plumi.app
- plumi.content
- plumi.skin
- plumi.locales
- plumi.migration
and a separate non-egg package with the files required for the buildout.
We should move the buildout related files in plumi.app and let go of the plumi.buildout package.
Also we won't need a plumi.migration package in Plumi 4.x. This package is only used in the 0.2.x -> 3.x migration. From now on, migrations will be upgrade steps in plumi.app.
As a result Plumi will be fully eggified and we'll have fewer packages to manage.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

fixed in trunk