Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
slapos.buildout
Commits
dac3bbfd
Commit
dac3bbfd
authored
Feb 05, 2010
by
Gary Poster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarify CHANGES text
parent
6da10f87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
+16
-7
CHANGES.txt
CHANGES.txt
+16
-7
No files found.
CHANGES.txt
View file @
dac3bbfd
...
@@ -6,7 +6,7 @@ Change History
...
@@ -6,7 +6,7 @@ Change History
New Features:
New Features:
- Buildout can be safely used with a system Python. Note that
the
Python is
- Buildout can be safely used with a system Python. Note that Python is
always used, by default, with -S: that is, site-packages are not
always used, by default, with -S: that is, site-packages are not
included. If you would like to have access to your site-packages, see
included. If you would like to have access to your site-packages, see
the next bullet point.
the next bullet point.
...
@@ -18,12 +18,21 @@ New Features:
...
@@ -18,12 +18,21 @@ New Features:
Python's site-packages has the same exact version as specified in your
Python's site-packages has the same exact version as specified in your
buildout configuration, buildout will still use its own copy.
buildout configuration, buildout will still use its own copy.
- Added new function to generate scripts and interpreter. It produces
- Added new function, ``zc.buildout.easy_install.generate_scripts``, to
a full-featured interpreter (all command-line options supported) and the
generate scripts and interpreter. It produces a full-featured
ability to safely let scripts include site packages (see
interpreter (all command-line options supported) and the ability to
z3c.recipe.scripts). In this case a functioning site.py also is available
safely let scripts include site packages. A safe and functional
(and namespace packages are handled somewhat more efficiently than standard
site.py also is available, which will make it safer for use with a
pkg_resources usage).
system Python than the pre-existing buildout function
(``zc.buildout.easy_install.scripts``) and recipe (``zc.recipe.egg``).
End users should see z3c.recipe.scripts, which provides this
functionality within buildout configuration files.
The older function (``zc.buildout.easy_install.scripts``) and recipe
(``zc.recipe.egg``) still survive, because of their comparative attractive
simplicity, because they still work well when a non-system Python is used,
and because they can often be used well with a system Python.
- Improve bootstrap.
- Improve bootstrap.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment