System for managing development buildouts
https://pypi.python.org/pypi/zc.buildout
System for managing development buildouts.
Buildout is a project designed to solve 2 problems:
* Application-centric assembly and deployment
* Repeatable assembly of programs from Python software distributions
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / python-zc.buildout
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-zc.buildout && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-zc.buildout.changes | 0000054093 52.8 KB | |
python-zc.buildout.spec | 0000002670 2.61 KB | |
zc.buildout-3.3.tar.gz | 0000188971 185 KB |
Revision 44 (latest revision is 46)
Dirk Mueller (dirkmueller)
committed
(revision 44)
- update to 3.3: * Allow the -I option in the Python interpreter wrapper installed by buildout when using the zc.recipe.egg recipe's interpreter = directive. This solves the issue when VSCode calls the designated Python interpreter for a workspace with this option to determine the Python version etc. (#627) * Allow the -I option in the Python interpreter wrapper installed by buildout when using the zc.recipe.egg recipe's interpreter = directive. This solves the issue when VSCode calls the designated Python interpreter for a workspace with this option to determine the Python version etc. * Add config option: optional-extends. This is the same as the extends option, but then for optional files. The names must be file paths, not URLs. If the path does not exist, it is silently ignored. This is useful for optionally loading a local.cfg or custom.cfg with options specific for the developer or the server. [maurits] * Fix: a variable defined with initial += was undefined and would lead to a corrupted .installed.cfg. Fixes issue 641. [distributist] * Fix: extends with increments could result in missing values. Buildout processes them in the correct order now and combines them correctly. Fixes issue 176 and issue 629. [distributist] * Fix: Multiple += or /-= in one file would lose assignment in a previous file. Fixes issue 656. [distributist]
Comments 0