Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install isotoma.recipe.zope2install

How to install isotoma.recipe.zope2install

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install isotoma.recipe.zope2install
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
0.0 Available View build log
Linux (64-bit)
0.0 Available View build log
 
Author
License
ZPL 2.1
Dependencies
Lastest release
version 0.0 on Nov 21st, 2012

isotoma.recipe.zope2install

THIS IS A FORK OF plone.recipe.zope2install TO MAKE IT USE THE BUILDOUT DOWNLOAD API.

Options

To specify which Zope 2 to use, use one of the following options:

url
The URL to a tarball to use for the Zope 2 installation.
svn
The URL for an subversion checkout to use for the Zope 2 installation.
location
The path to a local, existing Zope 2 installation. Note: For this to work Zope must have been built with the same Python used to run buildout.
fake-zope-eggs
If set to true, add fake egg links to Zope 3 libraries, so that setuptools can see and use them for dependencies lookup. Enabled by default since version 3.0 of this recipe.
additional-fake-eggs

Specify an optional list of additional fake eggs. Only include packages which are available on the Python path.

You can also specify an explicit version to fake for an egg. For example:

additional-fake-eggs =
    ZODB3 = 3.7.1
    zope.annotation = 3.3.2

Otherwise the faked eggs will always have version 0.0.

The default value includes Acquisition, ClientForm, DateTime, docutils, ExtensionClass, mechanize, Persistence, pytz, RestrictedPython, tempstorage, ZConfig, zLOG, zodbcode, ZODB3, zdaemon and Zope2.

skip-fake-eggs
Specify an optional list of packages, for whom no fake egg is created. This allows to pull in new versions of some of the Zope packages via normal version requirements.
smart-recompile
Will not recompile Zope if it finds .so or .pyd files. This means you can move your buildout around and speed up builds.
python

Specify a section that configures another executable than the one used by bin/buildout. For example:

[zope2]
recipe = isotoma.recipe.zope2install
...
python = python2.4

[python2.4]
executable = ${buildout:directory}/parts/python/bin/python

If you use many buildouts with the same Zope 2 version, then you can add "zope-directory" in the "buildout" section in your ~/.buildout/default.cfg file like this:

[buildout]
zope-directory = /home/me/buildout/zope

For installations from a tarball that directory will be used instead of the parts directory in your buildout. Each version of Zope will get it's own directory but if it's already installed the existing one will be reused.

Exported variables

The following variables are set by this recipe and can be used in other parts.

location
The path to the Zope installation root.
Reporting bugs or asking questions

Please report bugs on GitHub.

Change History

0.0 (2012-07-27)
  • Initial version (fork of plone.recipe.zope2install 3.3).
  • Download now uses zc.buildout.download.Download() api

Subscribe to package updates

Last updated Nov 21st, 2012

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.