skip to navigation
skip to content

collective.recipe.mxbase 0.1

A buildout recipe to install eGenix mx.base (mx.DateTime, mx.TextTools...)

Downloads ↓

As there isn't available eggs for Egenix mx base (http://www.egenix.com/products/python/mxBase/ ). This recipe will download the tarball, build it and link it for you inside your buildout.

Usage:

Define the recipe and add it to the buildout parts. Ex:

[buildout]
   parts =
   mx-base
   ...

[mx-base]
   recipe = collective.recipe.mxbase

If you use buildout for zope 2 don't forget to add the created egg to your zope2instance:

[instance]
recipe = plone.recipe.zope2instance
...
eggs =
    ...
    egenix-mx-base
 
File Type Py Version Uploaded on Size # downloads
collective.recipe.mxbase-0.1-py2.4.egg (md5) Python Egg 2.4 2007-12-13 6KB 1632
collective.recipe.mxbase-0.1.tar.gz (md5) Source 2007-12-13 2KB 1466