[COOK-3816] - Including ez_setup script with cookbook instead of down… · SavoBit/python@4b03489 · GitHub
Skip to content

Commit 4b03489

Browse files
chr4Sean OMeara
authored andcommitted
[COOK-3816] - Including ez_setup script with cookbook instead of downloading from the internet
Signed-off-by: Sean OMeara <someara@opscode.com>
1 parent ecb4116 commit 4b03489

6 files changed

Lines changed: 7594 additions & 6 deletions

File tree

NOTICE.txt

Lines changed: 2 additions & 0 deletions

ZPL.txt

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
Zope Public License (ZPL) Version 2.0
2+
-----------------------------------------------
3+
4+
This software is Copyright (c) Zope Corporation (tm) and
5+
Contributors. All rights reserved.
6+
7+
This license has been certified as open source. It has also
8+
been designated as GPL compatible by the Free Software
9+
Foundation (FSF).
10+
11+
Redistribution and use in source and binary forms, with or
12+
without modification, are permitted provided that the
13+
following conditions are met:
14+
15+
1. Redistributions in source code must retain the above
16+
copyright notice, this list of conditions, and the following
17+
disclaimer.
18+
19+
2. Redistributions in binary form must reproduce the above
20+
copyright notice, this list of conditions, and the following
21+
disclaimer in the documentation and/or other materials
22+
provided with the distribution.
23+
24+
3. The name Zope Corporation (tm) must not be used to
25+
endorse or promote products derived from this software
26+
without prior written permission from Zope Corporation.
27+
28+
4. The right to distribute this software or to use it for
29+
any purpose does not give you the right to use Servicemarks
30+
(sm) or Trademarks (tm) of Zope Corporation. Use of them is
31+
covered in a separate agreement (see
32+
http://www.zope.com/Marks).
33+
34+
5. If any files are modified, you must cause the modified
35+
files to carry prominent notices stating that you changed
36+
the files and the date of any change.
37+
38+
Disclaimer
39+
40+
THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS''
41+
AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
42+
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
43+
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
44+
NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE
45+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
46+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
47+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
48+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
49+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
50+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
51+
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
52+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
53+
DAMAGE.
54+
55+
56+
This software consists of contributions made by Zope
57+
Corporation and many individuals on behalf of Zope
58+
Corporation. Specific attributions are listed in the
59+
accompanying credits file.

attributes/default.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,5 @@
3939
default['python']['configure_options'] = %W{--prefix=#{python['prefix_dir']}}
4040
default['python']['make_options'] = %W{install}
4141

42-
default['python']['setuptools_script_url'] = 'https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py'
43-
default['python']['pip_script_url'] = 'https://raw.github.com/pypa/pip/master/contrib/get-pip.py'
4442
default['python']['pip_location'] = "#{node['python']['prefix_dir']}/bin/pip"
4543
default['python']['virtualenv_location'] = "#{node['python']['prefix_dir']}/bin/virtualenv"

files/default/ez_setup.py

Lines changed: 258 additions & 0 deletions

0 commit comments

Comments
 (0)