另一个用于修补的buildout配方
项目描述
yaco.recipe.patch
=================
.. 内容:
- 代码仓库:git://github.com/ant30/yaco-recipe-patch.git
- 在http://github.com/ant30/yaco.recipe.patch/issues报告错误
详细文档
**********************
支持的选项
=================
该配方支持以下选项
patch
补丁路径
patchlocation
应用补丁的位置
binary-patch
补丁二进制文件的位置。如果指定,默认使用$PATH中的patch。
示例用法
=============
我们首先创建一个使用该配方的buildout:
>>> write('buildout.cfg',
... """
... [buildout]
... parts = testpatch
...
... [testpatch]
... recipe = yaco.recipe.patch
... patch = %(patch)s
... patchlocation = %(patchlocation)s
... """ % { 'patch' : 'patch/example-test.patch', 'example/' : 'value2'})
运行buildout给出:
>>> print 'start', system(buildout)
安装testpatch。
贡献者
************
"Antonio Pérez-Aranda Alcaide", ant30
变更历史
**************
0.3.2.1 (2011-01-09)
------------------
- 将包作为sdist上传
0.3.2 (2010-11-12)
------------------
- 删除更新功能,如果路径已更改或消失,则不是微不足道的
0.3.1 (2010-11-12)
------------------
- 尝试修复pypi发布的链接
0.3 (2010-07-23)
----------------
- 修复rst文档
0.2 (2010-07-23)
----------------
- 在卸载时应用补丁和反向补丁,修复文档
0.1 (2010-07-23)
----------------
- 使用ZopeSkel创建配方
下载
********
=================
.. 内容:
- 代码仓库:git://github.com/ant30/yaco-recipe-patch.git
- 在http://github.com/ant30/yaco.recipe.patch/issues报告错误
详细文档
**********************
支持的选项
=================
该配方支持以下选项
patch
补丁路径
patchlocation
应用补丁的位置
binary-patch
补丁二进制文件的位置。如果指定,默认使用$PATH中的patch。
示例用法
=============
我们首先创建一个使用该配方的buildout:
>>> write('buildout.cfg',
... """
... [buildout]
... parts = testpatch
...
... [testpatch]
... recipe = yaco.recipe.patch
... patch = %(patch)s
... patchlocation = %(patchlocation)s
... """ % { 'patch' : 'patch/example-test.patch', 'example/' : 'value2'})
运行buildout给出:
>>> print 'start', system(buildout)
安装testpatch。
贡献者
************
"Antonio Pérez-Aranda Alcaide", ant30
变更历史
**************
0.3.2.1 (2011-01-09)
------------------
- 将包作为sdist上传
0.3.2 (2010-11-12)
------------------
- 删除更新功能,如果路径已更改或消失,则不是微不足道的
0.3.1 (2010-11-12)
------------------
- 尝试修复pypi发布的链接
0.3 (2010-07-23)
----------------
- 修复rst文档
0.2 (2010-07-23)
----------------
- 在卸载时应用补丁和反向补丁,修复文档
0.1 (2010-07-23)
----------------
- 使用ZopeSkel创建配方
下载
********