Yet, another buildout recipe for patching
Project description
yaco.recipe.patch
=================
.. contents::
- Code repository: git://github.com/ant30/yaco-recipe-patch.git
- Report bugs at http://github.com/ant30/yaco.recipe.patch/issues
Detailed Documentation
**********************
Supported options
=================
The recipe supports the following options:
patch
Path to patch
patchlocation
Location to apply patch
binary-patch
Location of patch binary. Use patch in $PATH by default if any is specified.
Example usage
=============
We'll start by creating a buildout that uses the recipe::
>>> write('buildout.cfg',
... """
... [buildout]
... parts = testpatch
...
... [testpatch]
... recipe = yaco.recipe.patch
... patch = %(patch)s
... patchlocation = %(patchlocation)s
... """ % { 'patch' : 'patch/example-test.patch', 'example/' : 'value2'})
Running the buildout gives us::
>>> print 'start', system(buildout)
Installing testpatch.
Contributors
************
"Antonio Pérez-Aranda Alcaide", ant30
Change history
**************
0.3.2.1 (2011-01-09)
------------------
- Upload package as sdist
0.3.2 (2010-11-12)
------------------
- Remove update functionality, it isn't trivial if path has changed or disappeared
0.3.1 (2010-11-12)
------------------
- Try to fix pypi published link
0.3 (2010-07-23)
----------------
- Fix rst doc
0.2 (2010-07-23)
----------------
- Patch and reverse patch on uninstall, fix doc
0.1 (2010-07-23)
----------------
- Created recipe with ZopeSkel
Download
********
=================
.. contents::
- Code repository: git://github.com/ant30/yaco-recipe-patch.git
- Report bugs at http://github.com/ant30/yaco.recipe.patch/issues
Detailed Documentation
**********************
Supported options
=================
The recipe supports the following options:
patch
Path to patch
patchlocation
Location to apply patch
binary-patch
Location of patch binary. Use patch in $PATH by default if any is specified.
Example usage
=============
We'll start by creating a buildout that uses the recipe::
>>> write('buildout.cfg',
... """
... [buildout]
... parts = testpatch
...
... [testpatch]
... recipe = yaco.recipe.patch
... patch = %(patch)s
... patchlocation = %(patchlocation)s
... """ % { 'patch' : 'patch/example-test.patch', 'example/' : 'value2'})
Running the buildout gives us::
>>> print 'start', system(buildout)
Installing testpatch.
Contributors
************
"Antonio Pérez-Aranda Alcaide", ant30
Change history
**************
0.3.2.1 (2011-01-09)
------------------
- Upload package as sdist
0.3.2 (2010-11-12)
------------------
- Remove update functionality, it isn't trivial if path has changed or disappeared
0.3.1 (2010-11-12)
------------------
- Try to fix pypi published link
0.3 (2010-07-23)
----------------
- Fix rst doc
0.2 (2010-07-23)
----------------
- Patch and reverse patch on uninstall, fix doc
0.1 (2010-07-23)
----------------
- Created recipe with ZopeSkel
Download
********
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file yaco.recipe.patch-0.3.2.1.tar.gz
.
File metadata
- Download URL: yaco.recipe.patch-0.3.2.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19997fb10e8a53213fea9fcc7ed96e0fda881a2c969c3875f1fa9390c630b239 |
|
MD5 | a722c2070ee9599f124328ac44fd057c |
|
BLAKE2b-256 | 91a3b1209a669fb9dd02e09b7bbe0333c91020075ba665a3b4c1e36a58b869cf |