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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
slapos.buildout
Commits
aa5d6729
Commit
aa5d6729
authored
Nov 01, 2006
by
Brian Sutherland
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace, formatting and spelling.
parent
ffaaccea
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
16 deletions
+15
-16
README.txt
README.txt
+5
-5
zc.recipe.egg_/src/zc/recipe/egg/README.txt
zc.recipe.egg_/src/zc/recipe/egg/README.txt
+10
-11
No files found.
README.txt
View file @
aa5d6729
zc.recipe.egg_/src/zc/recipe/egg/README.txt
View file @
aa5d6729
...
@@ -5,7 +5,7 @@ The zc.recipe.egg recipe can be used to install various types if
...
@@ -5,7 +5,7 @@ The zc.recipe.egg recipe can be used to install various types if
distutils distributions as eggs. It takes a number of options:
distutils distributions as eggs. It takes a number of options:
eggs
eggs
A list of eggs to install given as one or
e
more setuptools
A list of eggs to install given as one or more setuptools
requirement strings. Each string must be given on a separate
requirement strings. Each string must be given on a separate
line.
line.
...
@@ -105,7 +105,7 @@ Now, if we look at the buildout eggs directory:
...
@@ -105,7 +105,7 @@ Now, if we look at the buildout eggs directory:
- zc.buildout-1.0-py2.3.egg
- zc.buildout-1.0-py2.3.egg
We see that we got an egg for demo that met the requirement, as well
We see that we got an egg for demo that met the requirement, as well
as the egg for demoneeded, wich demo requires. (We also see an egg
as the egg for demoneeded, w
h
ich demo requires. (We also see an egg
link for the recipe. This egg link was actually created as part of
link for the recipe. This egg link was actually created as part of
the sample buildout setup. Normally, when using the recipe, you'll get
the sample buildout setup. Normally, when using the recipe, you'll get
a regular egg installation.)
a regular egg installation.)
...
@@ -306,9 +306,8 @@ Let's look at the script that was generated:
...
@@ -306,9 +306,8 @@ Let's look at the script that was generated:
Specifying entry points
Specifying entry points
-----------------------
-----------------------
Scripts can be generated for entry points declared explcitly. We can
Scripts can be generated for entry points declared explicitly. We can
declate entry points using the entry-points option:
declare entry points using the entry-points option:
>>> write(sample_buildout, 'buildout.cfg',
>>> write(sample_buildout, 'buildout.cfg',
... """
... """
...
...
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