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
Rafael Monnerat
slapos.buildout
Commits
7b3330d9
Commit
7b3330d9
authored
Sep 04, 2009
by
Reinout van Rees
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated documentation now that distutils-scripts are also supported
parent
0c93e5aa
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
README.txt
README.txt
+2
-2
doc/tutorial.txt
doc/tutorial.txt
+4
-3
src/zc/buildout/easy_install.txt
src/zc/buildout/easy_install.txt
+3
-0
No files found.
README.txt
View file @
7b3330d9
...
...
@@ -86,8 +86,8 @@ path. If you run it with a script and script arguments, the script
will run with the egg in its path. Of course, you can specify as many
eggs as you want in the eggs option.
If the egg provides any scripts (console_scripts entry points
), thos
e
will be installed in your bin directory too.
If the egg provides any scripts (console_scripts entry points
or old-styl
e
distutils scripts), those
will be installed in your bin directory too.
Work on a package
=================
...
...
doc/tutorial.txt
View file @
7b3330d9
...
...
@@ -861,9 +861,10 @@ Installing scripts
If any of the named eggs have ``console_script`` entry
points, then scripts will be generated for the entry points.
If a distribution doesn't use setuptools, it may not declare it's
entry points. In that case, you can specify entry points in the
recipe data.
If a distribution doesn't use setuptools, it may not declare it's entry
points. In that case, you can specify entry points in the recipe data.
Buildout *does attempt* to detect distutils-style scripts without an entry
point and will generate a script for them when found.
Script initialization
=====================
...
...
src/zc/buildout/easy_install.txt
View file @
7b3330d9
...
...
@@ -945,6 +945,9 @@ sys.path like for the console_scripts:
<BLANKLINE>
print "distutils!"
Due to the nature of distutils scripts, buildout cannot pass arguments as
there's no specific method to pass them to.
Handling custom build options for extensions provided in source distributions
-----------------------------------------------------------------------------
...
...
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