[Rest2web-develop] setuptools support
Brought to you by:
mjfoord
|
From: Matthew S. <ms...@sp...> - 2006-05-08 16:13:27
|
Michael, et al...
I've created a patch against rest2web subversion revision 173 to give
it setuptools support, since I am experimenting with using it to
create websites for several projects.
Since it involves moving files as well as some small patches, I've
decided to post the individual steps I took here, with patches
attached, rather than go through the SourceForge process.
With these patches, you can use both both "python setup.py develop"
and "easy_install ." as long as you have setuptools installed. I'll
admit that I haven't done much with macros yet though, so I don't
know how well those are supported. Basic operation seems to work
fine though.
I'm of course interested in seeing this support directly folded into
rest2web, but if not, I'll keep my own version updated if there are
outstanding issues that prevent it from being merged. :)
------------------------------------------------------------------------
r216 | mscott | 2006-05-05 15:24:25 -0500 (Fri, 05 May 2006) | 1 line
Changed paths:
D /sandbox/mscott/rest2web-173/pythonutils
A /sandbox/mscott/rest2web-173/rest2web/pythonutils (from /
sandbox/mscott/rest2web-173/pythonutils:215)
Move pythonutils package to subpackage of rest2web
------------------------------------------------------------------------
r217 | mscott | 2006-05-05 15:32:40 -0500 (Fri, 05 May 2006) | 1 line
Changed paths:
D /sandbox/mscott/rest2web-173/r2w.py
A /sandbox/mscott/rest2web-173/rest2web/r2w.py (from /sandbox/
mscott/rest2web-173/r2w.py:215)
Move r2w.py script to submodule of rest2web package
------------------------------------------------------------------------
r218 | mscott | 2006-05-05 15:32:56 -0500 (Fri, 05 May 2006) | 1 line
Changed paths:
A /sandbox/mscott/rest2web-173/setup.py
Add a setup.py that uses setuptools
(see attachment setup.py)
|