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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.buildout
Commits
039ac65d
Commit
039ac65d
authored
Oct 15, 2015
by
Reinout van Rees
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #274 from buildout/reinout-winbot-oops
Fixed winbot test. Didn't think about -script and .exe
parents
9cf5ff4e
ef29cdec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
src/zc/buildout/easy_install.txt
src/zc/buildout/easy_install.txt
+6
-2
No files found.
src/zc/buildout/easy_install.txt
View file @
039ac65d
...
...
@@ -1031,8 +1031,12 @@ scripts in the metadata. We try to detect such scripts anyhow:
... ['foo2'], sys.executable, [dev_eggs_dir])
>>> scripts = zc.buildout.easy_install.scripts(
... ['foo2'], ws, sys.executable, dest=bin_dir)
>>> scripts
['/dev_distutils_dest/bin/distutilsscript2']
>>> if sys.platform == 'win32':
... scripts == [os.path.join(dev_distutils_dest, 'bin', 'distutilsscript2.exe'),
... os.path.join(dev_distutils_dest, 'bin', 'distutilsscript2-script.py')]
... else:
... scripts == [os.path.join(dev_distutils_dest, 'bin', 'distutilsscript2')]
True
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