[Repoze-dev] Chameleon 2.x

2011-02-25 Thread Malthe Borch
The current development target for Chameleon 2.0 [1] is now stable and
seems to be compatible with Pyramid (tests run). For information on
what's new, see the readme.

Minimum Python version is 2.5 (and compatible up to 3.2). PyPy is also
supported (only fast-forward branch tested, but should work on newest
release).

If you have time to take it for a test drive, please do so and provide
feedback either here (if specific to Pyramid / repoze) or as an issue
on the tracker.

Thanks!

\malthe

[1] https://github.com/malthe/chameleon
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] Chameleon 2.x

2011-02-25 Thread Malthe Borch
Hey Attila,

Use git to clone the repository, or simply download it as an archive
from the page.

Then add a ``develop`` section to your buildout, e.g.

[buildout]

develop = ../chameleon2
eggs = Chameleon

\malthe

On 25 February 2011 13:36, Attila Oláh m...@aatiis.me wrote:
 Hello Malthe,

 On Fri, Feb 25, 2011 at 12:14, Malthe Borch mbo...@gmail.com wrote:
 The current development target for Chameleon 2.0 [1] is now stable and
 seems to be compatible with Pyramid (tests run). For information on
 what's new, see the readme.

 I'd like to test-drive Chameleon 2 with a Pyramid app I'm currently
 working on (that needs to run on App Engine), but I can't update, as
 there's no link to version 2.0 on pypi (yet). I'm using buildout, what
 should I do to get version 2.0 (e.g. add the GitHub repo to
 find-links)? Or have you released it to another pypi server?

 Attila

___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev