little minitage.core improvments
GIVE ME ONLY DEPENDENCIES
You can know select to build all dependencies but not the package.
For exemple, to build all python-2.4 dependencies but not python-2.4 itself, you can do:
minimerge -v --only-dependencies python-2.4
BUILD THIS PYTHON PACKAGE FOR THIS PYTHON
For 'eggs' packages, the default was to make come in dependencies all python avaiable in minitage and to build the 'site-packages-Major.Minor' part if it was a buildout build..
It is know rearranged to be a little more subtile.
Look the following:
minimerge -v mypythonpackage # will be mypythonpackage against all python as usual minimerge -v mypythonpackage python-2.4# will be mypythonpackage against only python-2.4
Étiquettes: