Metadata-Version: 1.0
Name: minitage.recipe
Version: 0.0.6
Summary: zc.buildout recipe for compiling and installing software or python packages.
Home-page: http://cheeseshop.python.org/pypi/minitage.recipe
Author: Mathieu Pasquet
Author-email: kiorky@cryptelium.net
License: GPL
Description: *********************************************
        Recipe for compiling and installing software
        *********************************************
        
        .. contents::
        
        =======================
        README
        =======================
        
        
        The recipe has those entry point:
        - cmmi: install configure/make/make install softwares
        - du: install distutils based python packages
        - eggs: install python eggs / packages 'setuptoolisables'
        - scripts: install scripts from an egg.
        
        The reasons why i have rewrite yet another buildout recipe builder are:
        - Support on the fly patchs
        - Support hookss
        - Support for distutils
        - Robust offline mode
        - We like pypi, but offer a mode to not use it if we do not want to.
        
        
        =======================
        CHANGELOG
        =======================
        
        0.0.6
        =======
        - Change the eggs installation way to do, now using easy_install everywhere
        Also include a buildout option to allow to include eggs dependencies (ez-dependencies=true)
        - Set the __doc__ variable in scripts to fix some scripts like bzr.
        
        0.0.3
        =======
        - fix scm choice when there are eggs and url in the same part
        
        0.0.2
        ======
        - bugfix version
        - fix linking problem
        
        0.0.1
        ======
        - Initial version
        
        
        
        
Keywords: development buildout recipe
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
