forked from yyuu/yyuu.github.com
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
105 lines (79 loc) · 4.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>The pyenv's official mirror Python archives</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>The pyenv's official mirror of Python archives</h1>
<h2></h2>
</header>
<section id="downloads" class="clearfix">
<a href="https://github.com/pyenv/pyenv.github.io" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<hr>
<section id="main_content">
<h3>Welcome to the pyenv's official mirror of Python archives.</h3>
<p>The python-build, is a plugin of pyenv that allows users to install python from source,
uses <a href="http://pyenv.github.io/pythons">http://pyenv.github.io/pythons</a> for faster downloads.</p>
<p>You can enforce python-build to use optional mirror site with overriding <code>PYTHON_BUILD_MIRROR_URL</code>.</p>
<pre><code>$ export PYTHON_BUILD_MIRROR_URL="http://yoursite.example.com/pythons"
$ pyenv install 2.7.7
</code></pre>
<p>The filenames of the archives must be the md5sum of its content.
The following links are the contents of the pyenv's official mirror of Python archives.</p>
<h3>Stackless 2.7</h3>
<ul>
<li><a href="e2e2706b22839e3e3f45085d0ec8030dd7374d8a65d3297981b7189a7c613197">stackless-272-export.tar.bz2</a></li>
</ul>
<h3>Stackless 3.2</h3>
<ul>
<li><a href="779700f12b451a350fe7af4cd2849842adc7006dc83fe14712dd1a0999277b07">stackless-322-export.tar.bz2</a></li>
</ul>
<h3>distribute</h3>
<ul>
<li><a href="8970cd1e148b5d1fea9430584aea66c45ea22d80e0933393ec49ebc388f718df">distribute-0.6.32.tar.gz</a></li>
<li><a href="5e06a3097f4150b26e4de0d4f57dbe7425ac3645ce7a337abffab8489bc80daa">distribute-0.6.40.tar.gz</a></li>
<li><a href="6f9de4b0dc8120180141dd7980057eb7968dad04457ff294efae2fe6e9376fd3">distribute-0.6.43.tar.gz</a></li>
<li><a href="7c0b21329bbd087410ce4be4bf64058c1085a27e5ae5886a52950ff46ab9eb66">distribute-0.6.45.tar.gz</a></li>
</ul>
<h3>setuptools</h3>
<ul>
<li><a href="5bf42dbf406fd58a41029f53cffff1c90db5de1c5e0e560b5545cf2ec949c431">setuptools-17.1.1.tar.gz</a></li>
</ul>
<h3>pip</h3>
<ul>
<li><a href="12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1">pip-1.2.1.tar.gz</a></li>
<li><a href="145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957">pip-1.3.1.tar.gz</a></li>
<li><a href="ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477">pip-7.1.2.tar.gz</a></li>
</ul>
<h3>GNU Readline</h3>
<ul>
<li><a href="79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381">readline-6.2.tar.gz</a></li>
<li><a href="56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43">readline-6.3.tar.gz</a></li>
</ul>
<h3>OpenSSL</h3>
<ul>
<li><a href="bd5ee6803165c0fb60bbecbacacf244f1f90d2aa0d71353af610c29121e9b2f1">openssl-1.0.1p.tar.gz</a></li>
<li><a href="b3658b84e9ea606a5ded3c972a5517cd785282e7ea86b20c78aa4b773a047fb7">openssl-1.0.1q.tar.gz</a></li>
<li><a href="b784b1b3907ce39abf4098702dade6365522a253ad1552e267a9a0e89594aa33">openssl-1.0.2g.tar.gz</a></li>
<li><a href="6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0">openssl-1.0.2k.tar.gz</a></li>
</ul>
<footer>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>