Skip to main content

nens-syseggrecipe allows the reuse of system eggs in buildout installs

Project description

Description

The buildout syseggrecipe uses system installed eggs, called syseggs. These syseggs are used instead of installing them again during buildout. This is usefull for hard to compile eggs or eggs that need specific development libraries.

Example

An example of how to use the recipe. Please note that the sysegg recipe must be the first buildout part.:

[buildout]
parts = sysegg

[sysegg]
recipe = syseggrecipe
eggs =
  netCDF4

To stop the buildout when not all syseggs are installed include: force-sysegg = True.:

[buildout]
parts = sysegg

[sysegg]
recipe = syseggrecipe
force-sysegg = true
eggs =
  netCDF4

Tests

To test if all syseggs are available while force-sysegg = true is enabled in the buildout configuration.:

bin/buildout sysegg:force-sysegg=false install sysegg

Origin

This package is a fork of osc.recipe.sysegg. As such it is licensed under MIT.

CHANGES

0.1 (2013-02-05)

  • Patch code to allow for force-sysegg=false

  • Add original code from osc.recipe.sysegg.

  • Add buildout and setup.py.

  • Added readme, changes and MIT license.

Project details


Download files

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

Source Distribution

syseggrecipe-0.1.zip (11.5 kB view details)

Uploaded Source

File details

Details for the file syseggrecipe-0.1.zip.

File metadata

  • Download URL: syseggrecipe-0.1.zip
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for syseggrecipe-0.1.zip
Algorithm Hash digest
SHA256 549b4ea654426e6200737e9fd1ee665c89029e266c2f034ef6ec798e273a0025
MD5 b656cfb6ff4f46480e390c2e9a01aea5
BLAKE2b-256 677caf354e49dbbde6f40492453b9b8a7cf637ca518d7fbf366cbc2866db88e3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page