Metadata-Version: 1.0
Name: enfold.recipe.patch
Version: 1.0.2
Summary: zc.buildout recipe for applying patches to a buildout tree.
Home-page: http://cheeseshop.python.org/pypi/enfold.recipe.patch
Author: Sidnei da Silva
Author-email: sidnei@enfoldsystems.com
License: GPL
Description: *****************************************
        Recipe for applying patches to a buildout
        *****************************************
        
        .. contents::
        
        The recipe provides the means to patch a buildout structure using the
        'patch' command.
        
        
        Change History
        **************
        
        1.0.2
        =====
        
        - Use 'splitlines()' instead of 'split()' so that this works with
        multiple paths (one per line) where paths might contain spaces.
        
        - Ignore differences in patch prefix case.
        
        1.0.1
        =====
        
        - Cleaned up README.
        
        1.0.0
        =====
        
        - Initial public release.
        
        Detailed Documentation
        **********************
        
        Supported options
        =================
        
        patch-binary
        Path to the ``patch`` program. Defaults to 'patch' which should
        work on any system that has the ``patch`` program available in the
        system ``PATH``.
        
        patch-options
        Options passed to the ``patch`` program. Defaults to ``-p0``.
        
        patches
        List of patch directories to be searched and then applied to the
        extracted source. Each file should be given on a separate
        line. The patch files prefix (up to the first '-') will be used to
        match the patch file to the target directory. Accepts globbing.
        
        target
        List of directories to be searched for names matching the found
        patch files. For each matching directory/patch combination, the
        patch will be applied in place.
        
        Download
        ***********************
        
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
