- 13 Feb, 2013 2 commits
-
-
Reinout van Rees authored
I used Marius' suggestion (with one additional fix). The issue is demonstrated by the test in @77cd8b16. This commit fixes the failing test. Fixes #64
-
Reinout van Rees authored
A directory hacked inside the distutils `EGG-INFO/scripts` metadata directory (which can apparently happen in python 3.3 with a `__pycache__` directory) breaks the current distutils script detection code. Refs #64
-
- 12 Feb, 2013 1 commit
-
-
Jim Fulton authored
-
- 10 Feb, 2013 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 02 Feb, 2013 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 01 Feb, 2013 1 commit
-
-
Jim Fulton authored
-
- 31 Jan, 2013 5 commits
-
-
Jim Fulton authored
Fixed filename of distutils-scripts on windows. Fixes #52
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Jim Fulton authored
Adding missing *.test files to manifest, needed for manuel tests
-
Jim Fulton authored
Merging buildout-versions' functionality into buildout
-
- 29 Jan, 2013 1 commit
-
-
Reinout van Rees authored
Unlike the console-script entrypoint scripts, the distutils scripts didn't get a -script.py appended to their name on windows. This is now fixed.
-
- 28 Jan, 2013 3 commits
-
-
Reinout van Rees authored
As discussed on the mailinglist: better to have python version checking as a separate buildout option instead of hidden in the [versions] part. And... the python version checking itself needs to be more robust. sys.version is too long, minor/major needs explicit checking.
-
Jim Fulton authored
Drop trove classifiers for Python 2.4 and 2.5
-
pombredanne authored
-
- 25 Jan, 2013 16 commits
-
-
Reinout van Rees authored
I guess this was why the pull request wasn't build.
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
An 'update-versions-file' option points at a file you want updated.
-
Reinout van Rees authored
-
Reinout van Rees authored
I cannot handily use print_ from buildout.py as I get a circular import that way.
-
Reinout van Rees authored
-
Reinout van Rees authored
The Python package index is case-insensitive. Both http://pypi.python.org/simple/Django/ and http://pypi.python.org/simple/dJaNgO/ work. And distributions aren't always naming themselves consistently case-wise. So all version names are normalized and case differences won't impact the pinning.
-
Reinout van Rees authored
-
Reinout van Rees authored
Possible problem: distribute is also reported as have-to-pick. So I pinned it to 0.6.34, the current value. It might bite us later on, I fear. I don't know enough about the setup to be sure.
-
Reinout van Rees authored
-
Reinout van Rees authored
Included: functionality (copy/pasted from buildout-versions) to actually record and print the picked versions. For this, two new class-level attributes on the Installer are added. TODO: testing whether the printing of what required what also works.
-
Reinout van Rees authored
The [versions] section is checked for a 'python' key. Functionality copied from buildout-versions. Includes documentation and tests.
-
- 24 Jan, 2013 2 commits
-
-
Reinout van Rees authored
-
Marius Gedminas authored
README.rst claims only 2.6, 2.7, 3.2 and 3.3 are supported.
-
- 23 Jan, 2013 2 commits
-
-
Reinout van Rees authored
Everything is in place now for actually implementing it.
-
Reinout van Rees authored
I need to go through buildout-versions' finish() method, still.
-
- 21 Jan, 2013 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-