Skip to main content

zc buildout recipe to reuse eggs from python site-packages.

Project description

This buildout recipe allows you to reuse system wide eggs in your buildout. If SysEggs finds the requested eggs in you pythons site-packages directory (or PYTHONPATH) it will create a .egg-link to it. Other packages that require these eggs will not fetch them.

If force-sysegg is set to any value, the buildout will stop when any required sysegg is not installed.

Example

If you have an application that depends on the python image library (PIL) and you want to use the library that is already installed (e.g. with apt-get on Debian), you can use a buildout.cfg like this:

[buildout]

parts =
    sysegg
    otherpart

[sysegg]
recipe = osc.recipe.sysegg
force-sysegg =
eggs =
  PIL

[otherpart]
recipe = zc.recipe.egg
egg = egg_that_depends_on_PIL

You should list sysegg before all other parts.

Changelog

0.1.2 (2010-03-25)
  • accept eggs definition to start with a blank line

  • add force-sysegg option. if set to any value, abort if any required egg is not installed

0.1.1 (2009-05-20)
  • use logging

  • fixed type in example

0.1 (2009-05-20)
  • initial release

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

osc.recipe.sysegg-0.1.2.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file osc.recipe.sysegg-0.1.2.tar.gz.

File metadata

File hashes

Hashes for osc.recipe.sysegg-0.1.2.tar.gz
Algorithm Hash digest
SHA256 aadfd50f1aa0918d2fb6b8a8683295d6261d3ce9a686df28f6b1049306b37adc
MD5 994d274ab426ca7523bb7562b6526340
BLAKE2b-256 ba0b636f5cc0d9c3b179f88110b036f364351b0fccd7e7742225897d05bcbd16

See more details on using hashes here.

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