Modify ↓
Opened 16 years ago
Closed 15 years ago
#5055 closed defect (worksforme)
[Patch] Pack 0.11 version as an egg (or rename from Plugin -> Macro)
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | ChangeLogPlugin |
Severity: | normal | Keywords: | egg |
Cc: | Trac Release: | 0.11 |
Description
Version for 0.11 doesn't install whit python setup.py install
Attachments (1)
Change History (8)
Changed 16 years ago by
Attachment: | changelog_0.11.tgz added |
---|
comment:1 Changed 16 years ago by
comment:2 Changed 15 years ago by
Cc: | Ryan J Ollos added; anonymous removed |
---|
comment:3 Changed 15 years ago by
Summary: | Pack 0.11 version as an egg → [Patch] Pack 0.11 version as an egg |
---|
It seems to me that this is incorrectly named as a plugin when it is actually a macro. Given that its a macro, is there any point in packaging it as an egg?
Rather than running setup.py, wouldn't one just drop the changelog.py file into the plugins directory?
comment:4 Changed 15 years ago by
Cc: | anonymous added; Ryan J Ollos removed |
---|
comment:5 Changed 15 years ago by
Summary: | [Patch] Pack 0.11 version as an egg → [Patch] Pack 0.11 version as an egg (or rename from Plugin -> Macro) |
---|
After #6371, and I'll rename the plugin to ChangeLogMacro and set a redirect from ChangeLogPlugin to ChangeLogMacro. That is, unless someone can let me know a valid reason to consider this a plugin.
comment:6 Changed 15 years ago by
Owner: | changed from Alec Thomas to Ryan J Ollos |
---|
Changing ticket owner since I have adopted the plugin.
comment:7 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Plugin has been renamed to ChangeLogMacro.
Note: See
TracTickets for help on using
tickets.
I repacked the plugin using a setup.py from a similar plugin.
I didn't managed to get a diff that deletes and moves files so I fixed and uploaded it.
thing's I've done
create changelog directory, moved main file, removed egg-info dir, and write a simple setup.py