Outils personnels
Vous êtes ici : Accueil 2010 Février 21 little minitage.core improvments
HADOPI - Le Net en France : black-out

little minitage.core improvments

by kiorky — last modified 21/02/2010 20:30
Classé sous :

 

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

 

Actions sur le document