File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ serialize.c
21
21
pycparser
22
22
/Mako *
23
23
/site-packages
24
+ /setuptools *
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ pythondir=$currentdir/site-packages
7
7
mkdir -p $pythondir
8
8
export PYTHONPATH=$PYTHONPATH :$pythondir
9
9
10
+ # pycparser
10
11
pushd $currentdir
11
12
git clone https://github.com/eliben/pycparser.git
12
13
17
18
rm -rf ./pycparser
18
19
popd
19
20
21
+ pushd $current_dir
22
+ curl -O https://files.pythonhosted.org/packages/6e/9c/6a003320b00ef237f94aa74e4ad66c57a7618f6c79d67527136e2544b728/setuptools-40.4.3.zip
23
+ unzip setuptools-40.4.3.zip
24
+ pushd setuptools-40.4.3
25
+ python setup.py install --install-lib $pythondir --install-scripts=$pythondir /bin
26
+ popd
27
+
28
+ rm setuptools-40.4.3.zip
29
+ rm -rf ./setuptools-40.4.3
30
+ popd
31
+
32
+ # Mako
20
33
pushd $currentdir
21
34
makover=1.0.7
22
35
curl -O https://files.pythonhosted.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-$makover .tar.gz
You can’t perform that action at this time.
0 commit comments