Skip to main content

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
********

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

yaco.recipe.patch-0.3.2.1.tar.gz (4.0 kB view details)

Uploaded Source

File details

Details for the file yaco.recipe.patch-0.3.2.1.tar.gz.

File metadata

File hashes

Hashes for yaco.recipe.patch-0.3.2.1.tar.gz
Algorithm Hash digest
SHA256 19997fb10e8a53213fea9fcc7ed96e0fda881a2c969c3875f1fa9390c630b239
MD5 a722c2070ee9599f124328ac44fd057c
BLAKE2b-256 91a3b1209a669fb9dd02e09b7bbe0333c91020075ba665a3b4c1e36a58b869cf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page