You are here: Home / LBN / Up2date / Plone and Zope / BastionLinux 25 / collective.recipe.bootstrap-1.0-3.lbn25.noarch

collective.recipe.bootstrap-1.0-3.lbn25.noarch

Package Attributes
RPM  collective.recipe.bootstrap-1.0-3.lbn25.noarch.rpm Architecture  noarch Size  6491 Created  2023/06/18 04:03:37 UTC
Package Specification
Summary auto-create a buildout/bootstrap.py
Group Application/Internet
License GPL
Home Page http://pypi.python.org/pypi/collective.recipe.bootstrap/1.0
Description

This recipe satisfies the (perhaps not-so-common) use case of "I want to keep my buildout bootstrap.py file up to date without having to manually download it from svn.zope.org." It also makes it possible to add a bootstrap.py file to a buildout created via ``buildout init``. In other words, with this recipe you can avoid having to do:

    % svn cat svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/bootstrap.py > bootstrap.py

Just add a new ``section``, then refer to it in your buildout section's ``parts``. E.g.:

    [buildout]
    parts =
        ...
        bootstrap

    [bootstrap]
    recipe = collective.recipe.bootstrap

Now whenever you run buildout, this recipe will update your bootstrap.py file.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(CompressedFileNames)  
rpmlib(PartialHardlinkSets)  
rpmlib(PayloadIsXz)  
rpmlib(FileDigests)  
Provides
collective.recipe.bootstrap
python2.7dist(collective.recipe.bootstrap)
python2dist(collective.recipe.bootstrap)
Obsoletes
collective.recipe.bootstrap-egginfo

Document Actions