Hi
I'm trying to build an extension (spice-0.12) on windows. Whenever I change
a single file, everything gets rebuilt.
??
Python2.7.1
Windows XP Visual Studio 9
setuptools 0.6c11
-Mathew
Hi everybody,
http://python-distribute.org/distribute_setup.py points to 0.6.15
DEFAULT_VERSION should be "0.6.16" (the latest release on PyPI) instead, correct?
Furthermore, when bootstrapping with zc.buildout and distribute 0.6.16 on Mac OS X Snow Leopard (system Python 2.5), I get a Permission denied error, because distribute wants to be installed in the system Python's site-packages directory which didn't happen with 0.6.15. This is very likely caused by the incorrect DEFAULT_VERSION.
Many thanks in advance and best regards,
Tobias
Hi All,
I'm pleased to announce a new release of buildout-versions.
This release features the following changes:
- Fix problems with mixed-case packages when :mod:`buildout-versions`
is used with :mod:`mr.developer`.
Thanks to Maurits van Rees for the patch.
- Fix use with :mod:`distribute` where :mod:`distribute` would never
be considered pinned.
Thanks to Ruslan Spivak for the patch.
The PyPI page is here:
http://pypi.python.org/pypi/buildout-versions
The documentation is here:
http://packages.python.org/buildout-versions/use.html
If you have any problems or suggestions, please let me know on this list
or the Simplistix open source google group!
cheers,
Chris