lp:~gary/z3c.recipe.filetemplate/support-system-python

Created by Gary Poster and last modified
Get this branch:
bzr branch lp:~gary/z3c.recipe.filetemplate/support-system-python
Only Gary Poster can upload to this branch. If you are Gary Poster please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Gary Poster
Project:
z3c.recipe.filetemplate
Status:
Development

Recent revisions

21. By Gary Poster

changes from flacosate review, merged from svn

20. By gary

revert some of the features; they were annoying to me in practice. Also make error messages better.

19. By gary

Support the new zc.buildout 1.4.0+ include-site-packages option, and more.

--------
Features
--------

- Support the new zc.buildout 1.4.0+ include-site-packages option.

- Use the new zc.buildout 1.4.0+ path sorting algorithm, which puts
  site-package dependency paths after the other dependency paths (but before
  extra paths, as before). This can reduce or eliminate problems with
  packages in site-packages causing other dependencies to be masked with the
  versions in site-packages.

- Support escaping "$" with "$$" in templates. This is particularly useful
  for *NIX shell scripts.

- Support specifying local options in templates without braces (e.g.,
  "Hello $world" is now equivalent to "Hello ${world}".

-----
Fixes
-----

- Clarify that the recipe does not support the relative-paths options.

- Make tests less susceptible to timing errors.

18. By gary

make a branch for supporting zc.buildout 1.4.0 (hopefully) that also has some additional features

17. By sidnei

- Add placeholder for next release

16. By sidnei

- Record release date

15. By sidnei

- Use ``realpath`` helper function from zc.buildout on the buildout
  directory too, such that it goes through the same normalization as
  the path being compared and stands a chance of working on Windows,
  due to possible drive letter case differences.

14. By gary

prepare for subsequent release

13. By gary

remove sorting of paths. a bad idea.

12. By gary

prepare for subsequent release (I question this practice).

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers