Skip to main content

Buildout recipe, that runs the setup.py in all specified directories using custom interpreter, e.g. the one generated by zc.buildout.egg recipe.

Project description

Runs the setup.py in all specified directories, using custom interpreter, e.g. the one generated by zc.buildout.egg recipe. Its intended to be used to run any commands that require libraries (eggs) from buildout. Any additional command line arguments are passed to the setup.py. Setup is always run in working directory where it resides.

Parameters

  • develop - List of directories, where setup.py files reside. Typically ${buildout:develop} to list all developed apps.

  • use-interpreter - Name of python interpreter to use. Optional, when not specified, system interpreter is used.

  • command - Command line argument for the setup.py. Optional.

Typical buildout.cfg snippet:

[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}

[test]
recipe = setup-recipe
use-interpreter = ${python:interpreter}
develop = ${buildout:develop}
command = test

Running ./bin/test will then run ./bin/python setup.py test for every developed project.

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

setup-recipe-1.0.alpha1.tar.gz (2.4 kB view details)

Uploaded Source

File details

Details for the file setup-recipe-1.0.alpha1.tar.gz.

File metadata

File hashes

Hashes for setup-recipe-1.0.alpha1.tar.gz
Algorithm Hash digest
SHA256 52ff623d1e7dcc06540e8b791373bdac5a41b6d70bf7beccc52b36198f4e9fb3
MD5 e38a3720da269201bbdbc5cbf97274b8
BLAKE2b-256 cf618c83fcb9c72eec02260d76ac515bd0233ec90f31db2a0516bc0edea2ed35

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