Skip to main content

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

Project description

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

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.recipe.mxbase-0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

collective.recipe.mxbase-0.1-py2.4.egg (6.7 kB view hashes)

Uploaded Source

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