##// END OF EJS Templates
depdendencies: bumped pycurl to 7.43.0.2
marcink -
r2942:7774a1bb default
parent child Browse files
Show More
@@ -1,2281 +1,2281 b''
1 # Generated by pip2nix 0.8.0.dev1
1 # Generated by pip2nix 0.8.0.dev1
2 # See https://github.com/johbo/pip2nix
2 # See https://github.com/johbo/pip2nix
3
3
4 { pkgs, fetchurl, fetchgit, fetchhg }:
4 { pkgs, fetchurl, fetchgit, fetchhg }:
5
5
6 self: super: {
6 self: super: {
7 "alembic" = super.buildPythonPackage {
7 "alembic" = super.buildPythonPackage {
8 name = "alembic-0.9.9";
8 name = "alembic-0.9.9";
9 doCheck = false;
9 doCheck = false;
10 propagatedBuildInputs = [
10 propagatedBuildInputs = [
11 self."sqlalchemy"
11 self."sqlalchemy"
12 self."mako"
12 self."mako"
13 self."python-editor"
13 self."python-editor"
14 self."python-dateutil"
14 self."python-dateutil"
15 ];
15 ];
16 src = fetchurl {
16 src = fetchurl {
17 url = "https://files.pythonhosted.org/packages/89/03/756d5b8e1c90bf283c3f435766aa3f20208d1c3887579dd8f2122e01d5f4/alembic-0.9.9.tar.gz";
17 url = "https://files.pythonhosted.org/packages/89/03/756d5b8e1c90bf283c3f435766aa3f20208d1c3887579dd8f2122e01d5f4/alembic-0.9.9.tar.gz";
18 sha256 = "0bmkq6isjbmy4p7nxfvfpknjsx7rb3xn9g00169y891hcfkkxgc5";
18 sha256 = "0bmkq6isjbmy4p7nxfvfpknjsx7rb3xn9g00169y891hcfkkxgc5";
19 };
19 };
20 meta = {
20 meta = {
21 license = [ pkgs.lib.licenses.mit ];
21 license = [ pkgs.lib.licenses.mit ];
22 };
22 };
23 };
23 };
24 "amqp" = super.buildPythonPackage {
24 "amqp" = super.buildPythonPackage {
25 name = "amqp-2.3.1";
25 name = "amqp-2.3.1";
26 doCheck = false;
26 doCheck = false;
27 propagatedBuildInputs = [
27 propagatedBuildInputs = [
28 self."vine"
28 self."vine"
29 ];
29 ];
30 src = fetchurl {
30 src = fetchurl {
31 url = "https://files.pythonhosted.org/packages/1b/32/242ff76cd802766f11c89c72f3389b5c8de4bdfbab406137b90c5fae8b05/amqp-2.3.1.tar.gz";
31 url = "https://files.pythonhosted.org/packages/1b/32/242ff76cd802766f11c89c72f3389b5c8de4bdfbab406137b90c5fae8b05/amqp-2.3.1.tar.gz";
32 sha256 = "0wlfnvhmfrn7c8qif2jyvsm63ibdxp02ss564qwrvqfhz0di72s0";
32 sha256 = "0wlfnvhmfrn7c8qif2jyvsm63ibdxp02ss564qwrvqfhz0di72s0";
33 };
33 };
34 meta = {
34 meta = {
35 license = [ pkgs.lib.licenses.bsdOriginal ];
35 license = [ pkgs.lib.licenses.bsdOriginal ];
36 };
36 };
37 };
37 };
38 "appenlight-client" = super.buildPythonPackage {
38 "appenlight-client" = super.buildPythonPackage {
39 name = "appenlight-client-0.6.25";
39 name = "appenlight-client-0.6.25";
40 doCheck = false;
40 doCheck = false;
41 propagatedBuildInputs = [
41 propagatedBuildInputs = [
42 self."webob"
42 self."webob"
43 self."requests"
43 self."requests"
44 self."six"
44 self."six"
45 ];
45 ];
46 src = fetchurl {
46 src = fetchurl {
47 url = "https://files.pythonhosted.org/packages/fa/44/2911ef85ea4f4fe65058fd22959d8dad598fab6a3c84e5bcb569d15c8783/appenlight_client-0.6.25.tar.gz";
47 url = "https://files.pythonhosted.org/packages/fa/44/2911ef85ea4f4fe65058fd22959d8dad598fab6a3c84e5bcb569d15c8783/appenlight_client-0.6.25.tar.gz";
48 sha256 = "1r9l2rfg677nxhamdbyb9y4fs1zgy2dy1p19c68fnvqkxz40y627";
48 sha256 = "1r9l2rfg677nxhamdbyb9y4fs1zgy2dy1p19c68fnvqkxz40y627";
49 };
49 };
50 meta = {
50 meta = {
51 license = [ pkgs.lib.licenses.bsdOriginal ];
51 license = [ pkgs.lib.licenses.bsdOriginal ];
52 };
52 };
53 };
53 };
54 "atomicwrites" = super.buildPythonPackage {
54 "atomicwrites" = super.buildPythonPackage {
55 name = "atomicwrites-1.1.5";
55 name = "atomicwrites-1.1.5";
56 doCheck = false;
56 doCheck = false;
57 src = fetchurl {
57 src = fetchurl {
58 url = "https://files.pythonhosted.org/packages/a1/e1/2d9bc76838e6e6667fde5814aa25d7feb93d6fa471bf6816daac2596e8b2/atomicwrites-1.1.5.tar.gz";
58 url = "https://files.pythonhosted.org/packages/a1/e1/2d9bc76838e6e6667fde5814aa25d7feb93d6fa471bf6816daac2596e8b2/atomicwrites-1.1.5.tar.gz";
59 sha256 = "11bm90fwm2avvf4f3ib8g925w7jr4m11vcsinn1bi6ns4bm32214";
59 sha256 = "11bm90fwm2avvf4f3ib8g925w7jr4m11vcsinn1bi6ns4bm32214";
60 };
60 };
61 meta = {
61 meta = {
62 license = [ pkgs.lib.licenses.mit ];
62 license = [ pkgs.lib.licenses.mit ];
63 };
63 };
64 };
64 };
65 "attrs" = super.buildPythonPackage {
65 "attrs" = super.buildPythonPackage {
66 name = "attrs-18.1.0";
66 name = "attrs-18.1.0";
67 doCheck = false;
67 doCheck = false;
68 src = fetchurl {
68 src = fetchurl {
69 url = "https://files.pythonhosted.org/packages/e4/ac/a04671e118b57bee87dabca1e0f2d3bda816b7a551036012d0ca24190e71/attrs-18.1.0.tar.gz";
69 url = "https://files.pythonhosted.org/packages/e4/ac/a04671e118b57bee87dabca1e0f2d3bda816b7a551036012d0ca24190e71/attrs-18.1.0.tar.gz";
70 sha256 = "0yzqz8wv3w1srav5683a55v49i0szkm47dyrnkd56fqs8j8ypl70";
70 sha256 = "0yzqz8wv3w1srav5683a55v49i0szkm47dyrnkd56fqs8j8ypl70";
71 };
71 };
72 meta = {
72 meta = {
73 license = [ pkgs.lib.licenses.mit ];
73 license = [ pkgs.lib.licenses.mit ];
74 };
74 };
75 };
75 };
76 "authomatic" = super.buildPythonPackage {
76 "authomatic" = super.buildPythonPackage {
77 name = "authomatic-0.1.0.post1";
77 name = "authomatic-0.1.0.post1";
78 doCheck = false;
78 doCheck = false;
79 src = fetchurl {
79 src = fetchurl {
80 url = "https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801";
80 url = "https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801";
81 sha256 = "1cgk0a86sbsjbri06gf5z5l4npwkjdxw6fdnwl4vvfmxs2sx9yxw";
81 sha256 = "1cgk0a86sbsjbri06gf5z5l4npwkjdxw6fdnwl4vvfmxs2sx9yxw";
82 };
82 };
83 meta = {
83 meta = {
84 license = [ pkgs.lib.licenses.mit ];
84 license = [ pkgs.lib.licenses.mit ];
85 };
85 };
86 };
86 };
87 "babel" = super.buildPythonPackage {
87 "babel" = super.buildPythonPackage {
88 name = "babel-1.3";
88 name = "babel-1.3";
89 doCheck = false;
89 doCheck = false;
90 propagatedBuildInputs = [
90 propagatedBuildInputs = [
91 self."pytz"
91 self."pytz"
92 ];
92 ];
93 src = fetchurl {
93 src = fetchurl {
94 url = "https://files.pythonhosted.org/packages/33/27/e3978243a03a76398c384c83f7ca879bc6e8f1511233a621fcada135606e/Babel-1.3.tar.gz";
94 url = "https://files.pythonhosted.org/packages/33/27/e3978243a03a76398c384c83f7ca879bc6e8f1511233a621fcada135606e/Babel-1.3.tar.gz";
95 sha256 = "0bnin777lc53nxd1hp3apq410jj5wx92n08h7h4izpl4f4sx00lz";
95 sha256 = "0bnin777lc53nxd1hp3apq410jj5wx92n08h7h4izpl4f4sx00lz";
96 };
96 };
97 meta = {
97 meta = {
98 license = [ pkgs.lib.licenses.bsdOriginal ];
98 license = [ pkgs.lib.licenses.bsdOriginal ];
99 };
99 };
100 };
100 };
101 "backports.shutil-get-terminal-size" = super.buildPythonPackage {
101 "backports.shutil-get-terminal-size" = super.buildPythonPackage {
102 name = "backports.shutil-get-terminal-size-1.0.0";
102 name = "backports.shutil-get-terminal-size-1.0.0";
103 doCheck = false;
103 doCheck = false;
104 src = fetchurl {
104 src = fetchurl {
105 url = "https://files.pythonhosted.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-1.0.0.tar.gz";
105 url = "https://files.pythonhosted.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-1.0.0.tar.gz";
106 sha256 = "107cmn7g3jnbkp826zlj8rrj19fam301qvaqf0f3905f5217lgki";
106 sha256 = "107cmn7g3jnbkp826zlj8rrj19fam301qvaqf0f3905f5217lgki";
107 };
107 };
108 meta = {
108 meta = {
109 license = [ pkgs.lib.licenses.mit ];
109 license = [ pkgs.lib.licenses.mit ];
110 };
110 };
111 };
111 };
112 "beaker" = super.buildPythonPackage {
112 "beaker" = super.buildPythonPackage {
113 name = "beaker-1.9.1";
113 name = "beaker-1.9.1";
114 doCheck = false;
114 doCheck = false;
115 propagatedBuildInputs = [
115 propagatedBuildInputs = [
116 self."funcsigs"
116 self."funcsigs"
117 ];
117 ];
118 src = fetchurl {
118 src = fetchurl {
119 url = "https://files.pythonhosted.org/packages/ca/14/a626188d0d0c7b55dd7cf1902046c2743bd392a7078bb53073e13280eb1e/Beaker-1.9.1.tar.gz";
119 url = "https://files.pythonhosted.org/packages/ca/14/a626188d0d0c7b55dd7cf1902046c2743bd392a7078bb53073e13280eb1e/Beaker-1.9.1.tar.gz";
120 sha256 = "08arsn61r255lhz6hcpn2lsiqpg30clla805ysx06wmbhvb6w9rj";
120 sha256 = "08arsn61r255lhz6hcpn2lsiqpg30clla805ysx06wmbhvb6w9rj";
121 };
121 };
122 meta = {
122 meta = {
123 license = [ pkgs.lib.licenses.bsdOriginal ];
123 license = [ pkgs.lib.licenses.bsdOriginal ];
124 };
124 };
125 };
125 };
126 "beautifulsoup4" = super.buildPythonPackage {
126 "beautifulsoup4" = super.buildPythonPackage {
127 name = "beautifulsoup4-4.6.1";
127 name = "beautifulsoup4-4.6.1";
128 doCheck = false;
128 doCheck = false;
129 src = fetchurl {
129 src = fetchurl {
130 url = "https://files.pythonhosted.org/packages/8e/37/84b216b36760d157ea81ad7cba48ba2052abe54c604784e7b04668fcb281/beautifulsoup4-4.6.1.tar.gz";
130 url = "https://files.pythonhosted.org/packages/8e/37/84b216b36760d157ea81ad7cba48ba2052abe54c604784e7b04668fcb281/beautifulsoup4-4.6.1.tar.gz";
131 sha256 = "1ynvk89cdall0ammpm5n7rhfl3dn46l3vi3h63bar1i8dnra6hxx";
131 sha256 = "1ynvk89cdall0ammpm5n7rhfl3dn46l3vi3h63bar1i8dnra6hxx";
132 };
132 };
133 meta = {
133 meta = {
134 license = [ pkgs.lib.licenses.mit ];
134 license = [ pkgs.lib.licenses.mit ];
135 };
135 };
136 };
136 };
137 "billiard" = super.buildPythonPackage {
137 "billiard" = super.buildPythonPackage {
138 name = "billiard-3.5.0.3";
138 name = "billiard-3.5.0.3";
139 doCheck = false;
139 doCheck = false;
140 src = fetchurl {
140 src = fetchurl {
141 url = "https://files.pythonhosted.org/packages/39/ac/f5571210cca2e4f4532e38aaff242f26c8654c5e2436bee966c230647ccc/billiard-3.5.0.3.tar.gz";
141 url = "https://files.pythonhosted.org/packages/39/ac/f5571210cca2e4f4532e38aaff242f26c8654c5e2436bee966c230647ccc/billiard-3.5.0.3.tar.gz";
142 sha256 = "1riwiiwgb141151md4ykx49qrz749akj5k8g290ji9bsqjyj4yqx";
142 sha256 = "1riwiiwgb141151md4ykx49qrz749akj5k8g290ji9bsqjyj4yqx";
143 };
143 };
144 meta = {
144 meta = {
145 license = [ pkgs.lib.licenses.bsdOriginal ];
145 license = [ pkgs.lib.licenses.bsdOriginal ];
146 };
146 };
147 };
147 };
148 "bleach" = super.buildPythonPackage {
148 "bleach" = super.buildPythonPackage {
149 name = "bleach-2.1.3";
149 name = "bleach-2.1.3";
150 doCheck = false;
150 doCheck = false;
151 propagatedBuildInputs = [
151 propagatedBuildInputs = [
152 self."six"
152 self."six"
153 self."html5lib"
153 self."html5lib"
154 ];
154 ];
155 src = fetchurl {
155 src = fetchurl {
156 url = "https://files.pythonhosted.org/packages/eb/ea/58428609442130dc31d3a59010bf6cbd263a16c589d01d23b7c1e6997e3b/bleach-2.1.3.tar.gz";
156 url = "https://files.pythonhosted.org/packages/eb/ea/58428609442130dc31d3a59010bf6cbd263a16c589d01d23b7c1e6997e3b/bleach-2.1.3.tar.gz";
157 sha256 = "0i4sga1rlnn0qaf9y52i31bk2isd2f5q6jlxrvci179l6bv8cwzb";
157 sha256 = "0i4sga1rlnn0qaf9y52i31bk2isd2f5q6jlxrvci179l6bv8cwzb";
158 };
158 };
159 meta = {
159 meta = {
160 license = [ pkgs.lib.licenses.asl20 ];
160 license = [ pkgs.lib.licenses.asl20 ];
161 };
161 };
162 };
162 };
163 "bottle" = super.buildPythonPackage {
163 "bottle" = super.buildPythonPackage {
164 name = "bottle-0.12.13";
164 name = "bottle-0.12.13";
165 doCheck = false;
165 doCheck = false;
166 src = fetchurl {
166 src = fetchurl {
167 url = "https://files.pythonhosted.org/packages/bd/99/04dc59ced52a8261ee0f965a8968717a255ea84a36013e527944dbf3468c/bottle-0.12.13.tar.gz";
167 url = "https://files.pythonhosted.org/packages/bd/99/04dc59ced52a8261ee0f965a8968717a255ea84a36013e527944dbf3468c/bottle-0.12.13.tar.gz";
168 sha256 = "0m9k2a7yxvggc4kw8fsvj381vgsvfcdshg5nzy6vwrxiw2p53drr";
168 sha256 = "0m9k2a7yxvggc4kw8fsvj381vgsvfcdshg5nzy6vwrxiw2p53drr";
169 };
169 };
170 meta = {
170 meta = {
171 license = [ pkgs.lib.licenses.mit ];
171 license = [ pkgs.lib.licenses.mit ];
172 };
172 };
173 };
173 };
174 "bumpversion" = super.buildPythonPackage {
174 "bumpversion" = super.buildPythonPackage {
175 name = "bumpversion-0.5.3";
175 name = "bumpversion-0.5.3";
176 doCheck = false;
176 doCheck = false;
177 src = fetchurl {
177 src = fetchurl {
178 url = "https://files.pythonhosted.org/packages/14/41/8c9da3549f8e00c84f0432c3a8cf8ed6898374714676aab91501d48760db/bumpversion-0.5.3.tar.gz";
178 url = "https://files.pythonhosted.org/packages/14/41/8c9da3549f8e00c84f0432c3a8cf8ed6898374714676aab91501d48760db/bumpversion-0.5.3.tar.gz";
179 sha256 = "0zn7694yfipxg35ikkfh7kvgl2fissha3dnqad2c5bvsvmrwhi37";
179 sha256 = "0zn7694yfipxg35ikkfh7kvgl2fissha3dnqad2c5bvsvmrwhi37";
180 };
180 };
181 meta = {
181 meta = {
182 license = [ pkgs.lib.licenses.mit ];
182 license = [ pkgs.lib.licenses.mit ];
183 };
183 };
184 };
184 };
185 "celery" = super.buildPythonPackage {
185 "celery" = super.buildPythonPackage {
186 name = "celery-4.1.1";
186 name = "celery-4.1.1";
187 doCheck = false;
187 doCheck = false;
188 propagatedBuildInputs = [
188 propagatedBuildInputs = [
189 self."pytz"
189 self."pytz"
190 self."billiard"
190 self."billiard"
191 self."kombu"
191 self."kombu"
192 ];
192 ];
193 src = fetchurl {
193 src = fetchurl {
194 url = "https://files.pythonhosted.org/packages/e9/cf/a4c0597effca20c57eb586324e41d1180bc8f13a933da41e0646cff69f02/celery-4.1.1.tar.gz";
194 url = "https://files.pythonhosted.org/packages/e9/cf/a4c0597effca20c57eb586324e41d1180bc8f13a933da41e0646cff69f02/celery-4.1.1.tar.gz";
195 sha256 = "1xbir4vw42n2ir9lanhwl7w69zpmj7lbi66fxm2b7pyvkcss7wni";
195 sha256 = "1xbir4vw42n2ir9lanhwl7w69zpmj7lbi66fxm2b7pyvkcss7wni";
196 };
196 };
197 meta = {
197 meta = {
198 license = [ pkgs.lib.licenses.bsdOriginal ];
198 license = [ pkgs.lib.licenses.bsdOriginal ];
199 };
199 };
200 };
200 };
201 "chameleon" = super.buildPythonPackage {
201 "chameleon" = super.buildPythonPackage {
202 name = "chameleon-2.24";
202 name = "chameleon-2.24";
203 doCheck = false;
203 doCheck = false;
204 src = fetchurl {
204 src = fetchurl {
205 url = "https://files.pythonhosted.org/packages/5a/9e/637379ffa13c5172b5c0e704833ffea6bf51cec7567f93fd6e903d53ed74/Chameleon-2.24.tar.gz";
205 url = "https://files.pythonhosted.org/packages/5a/9e/637379ffa13c5172b5c0e704833ffea6bf51cec7567f93fd6e903d53ed74/Chameleon-2.24.tar.gz";
206 sha256 = "0ykqr7syxfa6h9adjfnsv1gdsca2xzm22vmic8859n0f0j09abj5";
206 sha256 = "0ykqr7syxfa6h9adjfnsv1gdsca2xzm22vmic8859n0f0j09abj5";
207 };
207 };
208 meta = {
208 meta = {
209 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
209 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
210 };
210 };
211 };
211 };
212 "channelstream" = super.buildPythonPackage {
212 "channelstream" = super.buildPythonPackage {
213 name = "channelstream-0.5.2";
213 name = "channelstream-0.5.2";
214 doCheck = false;
214 doCheck = false;
215 propagatedBuildInputs = [
215 propagatedBuildInputs = [
216 self."gevent"
216 self."gevent"
217 self."ws4py"
217 self."ws4py"
218 self."pyramid"
218 self."pyramid"
219 self."pyramid-jinja2"
219 self."pyramid-jinja2"
220 self."itsdangerous"
220 self."itsdangerous"
221 self."requests"
221 self."requests"
222 self."six"
222 self."six"
223 ];
223 ];
224 src = fetchurl {
224 src = fetchurl {
225 url = "https://files.pythonhosted.org/packages/2b/31/29a8e085cf5bf97fa88e7b947adabfc581a18a3463adf77fb6dada34a65f/channelstream-0.5.2.tar.gz";
225 url = "https://files.pythonhosted.org/packages/2b/31/29a8e085cf5bf97fa88e7b947adabfc581a18a3463adf77fb6dada34a65f/channelstream-0.5.2.tar.gz";
226 sha256 = "1qbm4xdl5hfkja683x546bncg3rqq8qv79w1m1a1wd48cqqzb6rm";
226 sha256 = "1qbm4xdl5hfkja683x546bncg3rqq8qv79w1m1a1wd48cqqzb6rm";
227 };
227 };
228 meta = {
228 meta = {
229 license = [ pkgs.lib.licenses.bsdOriginal ];
229 license = [ pkgs.lib.licenses.bsdOriginal ];
230 };
230 };
231 };
231 };
232 "click" = super.buildPythonPackage {
232 "click" = super.buildPythonPackage {
233 name = "click-6.6";
233 name = "click-6.6";
234 doCheck = false;
234 doCheck = false;
235 src = fetchurl {
235 src = fetchurl {
236 url = "https://files.pythonhosted.org/packages/7a/00/c14926d8232b36b08218067bcd5853caefb4737cda3f0a47437151344792/click-6.6.tar.gz";
236 url = "https://files.pythonhosted.org/packages/7a/00/c14926d8232b36b08218067bcd5853caefb4737cda3f0a47437151344792/click-6.6.tar.gz";
237 sha256 = "1sggipyz52crrybwbr9xvwxd4aqigvplf53k9w3ygxmzivd1jsnc";
237 sha256 = "1sggipyz52crrybwbr9xvwxd4aqigvplf53k9w3ygxmzivd1jsnc";
238 };
238 };
239 meta = {
239 meta = {
240 license = [ pkgs.lib.licenses.bsdOriginal ];
240 license = [ pkgs.lib.licenses.bsdOriginal ];
241 };
241 };
242 };
242 };
243 "colander" = super.buildPythonPackage {
243 "colander" = super.buildPythonPackage {
244 name = "colander-1.4";
244 name = "colander-1.4";
245 doCheck = false;
245 doCheck = false;
246 propagatedBuildInputs = [
246 propagatedBuildInputs = [
247 self."translationstring"
247 self."translationstring"
248 self."iso8601"
248 self."iso8601"
249 ];
249 ];
250 src = fetchurl {
250 src = fetchurl {
251 url = "https://files.pythonhosted.org/packages/cc/e2/c4e716ac4a426d8ad4dfe306c34f0018a22275d2420815784005bf771c84/colander-1.4.tar.gz";
251 url = "https://files.pythonhosted.org/packages/cc/e2/c4e716ac4a426d8ad4dfe306c34f0018a22275d2420815784005bf771c84/colander-1.4.tar.gz";
252 sha256 = "0wjfphyr5aakv5hw73q287lbc15cbm0aardajv7i2mqf377rl3p2";
252 sha256 = "0wjfphyr5aakv5hw73q287lbc15cbm0aardajv7i2mqf377rl3p2";
253 };
253 };
254 meta = {
254 meta = {
255 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
255 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
256 };
256 };
257 };
257 };
258 "configobj" = super.buildPythonPackage {
258 "configobj" = super.buildPythonPackage {
259 name = "configobj-5.0.6";
259 name = "configobj-5.0.6";
260 doCheck = false;
260 doCheck = false;
261 propagatedBuildInputs = [
261 propagatedBuildInputs = [
262 self."six"
262 self."six"
263 ];
263 ];
264 src = fetchurl {
264 src = fetchurl {
265 url = "https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c";
265 url = "https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c";
266 sha256 = "1hhcxirwvg58grlfr177b3awhbq8hlx1l3lh69ifl1ki7lfd1s1x";
266 sha256 = "1hhcxirwvg58grlfr177b3awhbq8hlx1l3lh69ifl1ki7lfd1s1x";
267 };
267 };
268 meta = {
268 meta = {
269 license = [ pkgs.lib.licenses.bsdOriginal ];
269 license = [ pkgs.lib.licenses.bsdOriginal ];
270 };
270 };
271 };
271 };
272 "configparser" = super.buildPythonPackage {
272 "configparser" = super.buildPythonPackage {
273 name = "configparser-3.5.0";
273 name = "configparser-3.5.0";
274 doCheck = false;
274 doCheck = false;
275 src = fetchurl {
275 src = fetchurl {
276 url = "https://files.pythonhosted.org/packages/7c/69/c2ce7e91c89dc073eb1aa74c0621c3eefbffe8216b3f9af9d3885265c01c/configparser-3.5.0.tar.gz";
276 url = "https://files.pythonhosted.org/packages/7c/69/c2ce7e91c89dc073eb1aa74c0621c3eefbffe8216b3f9af9d3885265c01c/configparser-3.5.0.tar.gz";
277 sha256 = "0fi7vf09vi1588jd8f16a021m5y6ih2hy7rpbjb408xw45qb822k";
277 sha256 = "0fi7vf09vi1588jd8f16a021m5y6ih2hy7rpbjb408xw45qb822k";
278 };
278 };
279 meta = {
279 meta = {
280 license = [ pkgs.lib.licenses.mit ];
280 license = [ pkgs.lib.licenses.mit ];
281 };
281 };
282 };
282 };
283 "cov-core" = super.buildPythonPackage {
283 "cov-core" = super.buildPythonPackage {
284 name = "cov-core-1.15.0";
284 name = "cov-core-1.15.0";
285 doCheck = false;
285 doCheck = false;
286 propagatedBuildInputs = [
286 propagatedBuildInputs = [
287 self."coverage"
287 self."coverage"
288 ];
288 ];
289 src = fetchurl {
289 src = fetchurl {
290 url = "https://files.pythonhosted.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz";
290 url = "https://files.pythonhosted.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz";
291 sha256 = "0k3np9ymh06yv1ib96sb6wfsxjkqhmik8qfsn119vnhga9ywc52a";
291 sha256 = "0k3np9ymh06yv1ib96sb6wfsxjkqhmik8qfsn119vnhga9ywc52a";
292 };
292 };
293 meta = {
293 meta = {
294 license = [ pkgs.lib.licenses.mit ];
294 license = [ pkgs.lib.licenses.mit ];
295 };
295 };
296 };
296 };
297 "coverage" = super.buildPythonPackage {
297 "coverage" = super.buildPythonPackage {
298 name = "coverage-3.7.1";
298 name = "coverage-3.7.1";
299 doCheck = false;
299 doCheck = false;
300 src = fetchurl {
300 src = fetchurl {
301 url = "https://files.pythonhosted.org/packages/09/4f/89b06c7fdc09687bca507dc411c342556ef9c5a3b26756137a4878ff19bf/coverage-3.7.1.tar.gz";
301 url = "https://files.pythonhosted.org/packages/09/4f/89b06c7fdc09687bca507dc411c342556ef9c5a3b26756137a4878ff19bf/coverage-3.7.1.tar.gz";
302 sha256 = "0knlbq79g2ww6xzsyknj9rirrgrgc983dpa2d9nkdf31mb2a3bni";
302 sha256 = "0knlbq79g2ww6xzsyknj9rirrgrgc983dpa2d9nkdf31mb2a3bni";
303 };
303 };
304 meta = {
304 meta = {
305 license = [ pkgs.lib.licenses.bsdOriginal ];
305 license = [ pkgs.lib.licenses.bsdOriginal ];
306 };
306 };
307 };
307 };
308 "cprofilev" = super.buildPythonPackage {
308 "cprofilev" = super.buildPythonPackage {
309 name = "cprofilev-1.0.7";
309 name = "cprofilev-1.0.7";
310 doCheck = false;
310 doCheck = false;
311 propagatedBuildInputs = [
311 propagatedBuildInputs = [
312 self."bottle"
312 self."bottle"
313 ];
313 ];
314 src = fetchurl {
314 src = fetchurl {
315 url = "https://files.pythonhosted.org/packages/df/50/d8c1ada7d537c64b0f76453fa31dedb6af6e27b82fcf0331e5f71a4cf98b/CProfileV-1.0.7.tar.gz";
315 url = "https://files.pythonhosted.org/packages/df/50/d8c1ada7d537c64b0f76453fa31dedb6af6e27b82fcf0331e5f71a4cf98b/CProfileV-1.0.7.tar.gz";
316 sha256 = "0xwszfhxgndpcjkpq89dix6vi02hj1gzvhr7r716hd1x3y5p94c7";
316 sha256 = "0xwszfhxgndpcjkpq89dix6vi02hj1gzvhr7r716hd1x3y5p94c7";
317 };
317 };
318 meta = {
318 meta = {
319 license = [ pkgs.lib.licenses.mit ];
319 license = [ pkgs.lib.licenses.mit ];
320 };
320 };
321 };
321 };
322 "cssselect" = super.buildPythonPackage {
322 "cssselect" = super.buildPythonPackage {
323 name = "cssselect-1.0.3";
323 name = "cssselect-1.0.3";
324 doCheck = false;
324 doCheck = false;
325 src = fetchurl {
325 src = fetchurl {
326 url = "https://files.pythonhosted.org/packages/52/ea/f31e1d2e9eb130fda2a631e22eac369dc644e8807345fbed5113f2d6f92b/cssselect-1.0.3.tar.gz";
326 url = "https://files.pythonhosted.org/packages/52/ea/f31e1d2e9eb130fda2a631e22eac369dc644e8807345fbed5113f2d6f92b/cssselect-1.0.3.tar.gz";
327 sha256 = "011jqa2jhmydhi0iz4v1w3cr540z5zas8g2bw8brdw4s4b2qnv86";
327 sha256 = "011jqa2jhmydhi0iz4v1w3cr540z5zas8g2bw8brdw4s4b2qnv86";
328 };
328 };
329 meta = {
329 meta = {
330 license = [ pkgs.lib.licenses.bsdOriginal ];
330 license = [ pkgs.lib.licenses.bsdOriginal ];
331 };
331 };
332 };
332 };
333 "decorator" = super.buildPythonPackage {
333 "decorator" = super.buildPythonPackage {
334 name = "decorator-4.1.2";
334 name = "decorator-4.1.2";
335 doCheck = false;
335 doCheck = false;
336 src = fetchurl {
336 src = fetchurl {
337 url = "https://files.pythonhosted.org/packages/bb/e0/f6e41e9091e130bf16d4437dabbac3993908e4d6485ecbc985ef1352db94/decorator-4.1.2.tar.gz";
337 url = "https://files.pythonhosted.org/packages/bb/e0/f6e41e9091e130bf16d4437dabbac3993908e4d6485ecbc985ef1352db94/decorator-4.1.2.tar.gz";
338 sha256 = "1d8npb11kxyi36mrvjdpcjij76l5zfyrz2f820brf0l0rcw4vdkw";
338 sha256 = "1d8npb11kxyi36mrvjdpcjij76l5zfyrz2f820brf0l0rcw4vdkw";
339 };
339 };
340 meta = {
340 meta = {
341 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ];
341 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ];
342 };
342 };
343 };
343 };
344 "deform" = super.buildPythonPackage {
344 "deform" = super.buildPythonPackage {
345 name = "deform-2.0.5";
345 name = "deform-2.0.5";
346 doCheck = false;
346 doCheck = false;
347 propagatedBuildInputs = [
347 propagatedBuildInputs = [
348 self."chameleon"
348 self."chameleon"
349 self."colander"
349 self."colander"
350 self."iso8601"
350 self."iso8601"
351 self."peppercorn"
351 self."peppercorn"
352 self."translationstring"
352 self."translationstring"
353 self."zope.deprecation"
353 self."zope.deprecation"
354 ];
354 ];
355 src = fetchurl {
355 src = fetchurl {
356 url = "https://files.pythonhosted.org/packages/0c/b1/ba711d5808c12538c8504f534d79c124ed834f19ac36f0ac5391c3bbd1c1/deform-2.0.5.tar.gz";
356 url = "https://files.pythonhosted.org/packages/0c/b1/ba711d5808c12538c8504f534d79c124ed834f19ac36f0ac5391c3bbd1c1/deform-2.0.5.tar.gz";
357 sha256 = "0ybg9zsnfac1kaxrjanmkjk0xaklf4d3piywxwr08l1cl1336kc7";
357 sha256 = "0ybg9zsnfac1kaxrjanmkjk0xaklf4d3piywxwr08l1cl1336kc7";
358 };
358 };
359 meta = {
359 meta = {
360 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
360 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
361 };
361 };
362 };
362 };
363 "docutils" = super.buildPythonPackage {
363 "docutils" = super.buildPythonPackage {
364 name = "docutils-0.14";
364 name = "docutils-0.14";
365 doCheck = false;
365 doCheck = false;
366 src = fetchurl {
366 src = fetchurl {
367 url = "https://files.pythonhosted.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-0.14.tar.gz";
367 url = "https://files.pythonhosted.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-0.14.tar.gz";
368 sha256 = "0x22fs3pdmr42kvz6c654756wja305qv6cx1zbhwlagvxgr4xrji";
368 sha256 = "0x22fs3pdmr42kvz6c654756wja305qv6cx1zbhwlagvxgr4xrji";
369 };
369 };
370 meta = {
370 meta = {
371 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.publicDomain pkgs.lib.licenses.gpl1 { fullName = "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)"; } pkgs.lib.licenses.psfl ];
371 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.publicDomain pkgs.lib.licenses.gpl1 { fullName = "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)"; } pkgs.lib.licenses.psfl ];
372 };
372 };
373 };
373 };
374 "dogpile.cache" = super.buildPythonPackage {
374 "dogpile.cache" = super.buildPythonPackage {
375 name = "dogpile.cache-0.6.6";
375 name = "dogpile.cache-0.6.6";
376 doCheck = false;
376 doCheck = false;
377 src = fetchurl {
377 src = fetchurl {
378 url = "https://files.pythonhosted.org/packages/48/ca/604154d835c3668efb8a31bd979b0ea4bf39c2934a40ffecc0662296cb51/dogpile.cache-0.6.6.tar.gz";
378 url = "https://files.pythonhosted.org/packages/48/ca/604154d835c3668efb8a31bd979b0ea4bf39c2934a40ffecc0662296cb51/dogpile.cache-0.6.6.tar.gz";
379 sha256 = "1h8n1lxd4l2qvahfkiinljkqz7pww7w3sgag0j8j9ixbl2h4wk84";
379 sha256 = "1h8n1lxd4l2qvahfkiinljkqz7pww7w3sgag0j8j9ixbl2h4wk84";
380 };
380 };
381 meta = {
381 meta = {
382 license = [ pkgs.lib.licenses.bsdOriginal ];
382 license = [ pkgs.lib.licenses.bsdOriginal ];
383 };
383 };
384 };
384 };
385 "dogpile.core" = super.buildPythonPackage {
385 "dogpile.core" = super.buildPythonPackage {
386 name = "dogpile.core-0.4.1";
386 name = "dogpile.core-0.4.1";
387 doCheck = false;
387 doCheck = false;
388 src = fetchurl {
388 src = fetchurl {
389 url = "https://files.pythonhosted.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz";
389 url = "https://files.pythonhosted.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz";
390 sha256 = "0xpdvg4kr1isfkrh1rfsh7za4q5a5s6l2kf9wpvndbwf3aqjyrdy";
390 sha256 = "0xpdvg4kr1isfkrh1rfsh7za4q5a5s6l2kf9wpvndbwf3aqjyrdy";
391 };
391 };
392 meta = {
392 meta = {
393 license = [ pkgs.lib.licenses.bsdOriginal ];
393 license = [ pkgs.lib.licenses.bsdOriginal ];
394 };
394 };
395 };
395 };
396 "ecdsa" = super.buildPythonPackage {
396 "ecdsa" = super.buildPythonPackage {
397 name = "ecdsa-0.13";
397 name = "ecdsa-0.13";
398 doCheck = false;
398 doCheck = false;
399 src = fetchurl {
399 src = fetchurl {
400 url = "https://files.pythonhosted.org/packages/f9/e5/99ebb176e47f150ac115ffeda5fedb6a3dbb3c00c74a59fd84ddf12f5857/ecdsa-0.13.tar.gz";
400 url = "https://files.pythonhosted.org/packages/f9/e5/99ebb176e47f150ac115ffeda5fedb6a3dbb3c00c74a59fd84ddf12f5857/ecdsa-0.13.tar.gz";
401 sha256 = "1yj31j0asmrx4an9xvsaj2icdmzy6pw0glfpqrrkrphwdpi1xkv4";
401 sha256 = "1yj31j0asmrx4an9xvsaj2icdmzy6pw0glfpqrrkrphwdpi1xkv4";
402 };
402 };
403 meta = {
403 meta = {
404 license = [ pkgs.lib.licenses.mit ];
404 license = [ pkgs.lib.licenses.mit ];
405 };
405 };
406 };
406 };
407 "elasticsearch" = super.buildPythonPackage {
407 "elasticsearch" = super.buildPythonPackage {
408 name = "elasticsearch-2.3.0";
408 name = "elasticsearch-2.3.0";
409 doCheck = false;
409 doCheck = false;
410 propagatedBuildInputs = [
410 propagatedBuildInputs = [
411 self."urllib3"
411 self."urllib3"
412 ];
412 ];
413 src = fetchurl {
413 src = fetchurl {
414 url = "https://files.pythonhosted.org/packages/10/35/5fd52c5f0b0ee405ed4b5195e8bce44c5e041787680dc7b94b8071cac600/elasticsearch-2.3.0.tar.gz";
414 url = "https://files.pythonhosted.org/packages/10/35/5fd52c5f0b0ee405ed4b5195e8bce44c5e041787680dc7b94b8071cac600/elasticsearch-2.3.0.tar.gz";
415 sha256 = "10ad2dk73xsys9vajwsncibs69asa63w1hgwz6lz1prjpyi80c5y";
415 sha256 = "10ad2dk73xsys9vajwsncibs69asa63w1hgwz6lz1prjpyi80c5y";
416 };
416 };
417 meta = {
417 meta = {
418 license = [ pkgs.lib.licenses.asl20 ];
418 license = [ pkgs.lib.licenses.asl20 ];
419 };
419 };
420 };
420 };
421 "elasticsearch-dsl" = super.buildPythonPackage {
421 "elasticsearch-dsl" = super.buildPythonPackage {
422 name = "elasticsearch-dsl-2.2.0";
422 name = "elasticsearch-dsl-2.2.0";
423 doCheck = false;
423 doCheck = false;
424 propagatedBuildInputs = [
424 propagatedBuildInputs = [
425 self."six"
425 self."six"
426 self."python-dateutil"
426 self."python-dateutil"
427 self."elasticsearch"
427 self."elasticsearch"
428 ];
428 ];
429 src = fetchurl {
429 src = fetchurl {
430 url = "https://files.pythonhosted.org/packages/66/2f/52a086968788e58461641570f45c3207a52d46ebbe9b77dc22b6a8ffda66/elasticsearch-dsl-2.2.0.tar.gz";
430 url = "https://files.pythonhosted.org/packages/66/2f/52a086968788e58461641570f45c3207a52d46ebbe9b77dc22b6a8ffda66/elasticsearch-dsl-2.2.0.tar.gz";
431 sha256 = "1g4kxzxsdwlsl2a9kscmx11pafgimhj7y8wrfksv8pgvpkfb9fwr";
431 sha256 = "1g4kxzxsdwlsl2a9kscmx11pafgimhj7y8wrfksv8pgvpkfb9fwr";
432 };
432 };
433 meta = {
433 meta = {
434 license = [ pkgs.lib.licenses.asl20 ];
434 license = [ pkgs.lib.licenses.asl20 ];
435 };
435 };
436 };
436 };
437 "entrypoints" = super.buildPythonPackage {
437 "entrypoints" = super.buildPythonPackage {
438 name = "entrypoints-0.2.2";
438 name = "entrypoints-0.2.2";
439 doCheck = false;
439 doCheck = false;
440 propagatedBuildInputs = [
440 propagatedBuildInputs = [
441 self."configparser"
441 self."configparser"
442 ];
442 ];
443 src = fetchurl {
443 src = fetchurl {
444 url = "https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313";
444 url = "https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313";
445 sha256 = "0bihrdp8ahsys437kxdhk52gz6kib8rxjv71i93wkw7594fcaxll";
445 sha256 = "0bihrdp8ahsys437kxdhk52gz6kib8rxjv71i93wkw7594fcaxll";
446 };
446 };
447 meta = {
447 meta = {
448 license = [ pkgs.lib.licenses.mit ];
448 license = [ pkgs.lib.licenses.mit ];
449 };
449 };
450 };
450 };
451 "enum34" = super.buildPythonPackage {
451 "enum34" = super.buildPythonPackage {
452 name = "enum34-1.1.6";
452 name = "enum34-1.1.6";
453 doCheck = false;
453 doCheck = false;
454 src = fetchurl {
454 src = fetchurl {
455 url = "https://files.pythonhosted.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz";
455 url = "https://files.pythonhosted.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz";
456 sha256 = "1cgm5ng2gcfrkrm3hc22brl6chdmv67b9zvva9sfs7gn7dwc9n4a";
456 sha256 = "1cgm5ng2gcfrkrm3hc22brl6chdmv67b9zvva9sfs7gn7dwc9n4a";
457 };
457 };
458 meta = {
458 meta = {
459 license = [ pkgs.lib.licenses.bsdOriginal ];
459 license = [ pkgs.lib.licenses.bsdOriginal ];
460 };
460 };
461 };
461 };
462 "formencode" = super.buildPythonPackage {
462 "formencode" = super.buildPythonPackage {
463 name = "formencode-1.2.4";
463 name = "formencode-1.2.4";
464 doCheck = false;
464 doCheck = false;
465 src = fetchurl {
465 src = fetchurl {
466 url = "https://files.pythonhosted.org/packages/8e/59/0174271a6f004512e0201188593e6d319db139d14cb7490e488bbb078015/FormEncode-1.2.4.tar.gz";
466 url = "https://files.pythonhosted.org/packages/8e/59/0174271a6f004512e0201188593e6d319db139d14cb7490e488bbb078015/FormEncode-1.2.4.tar.gz";
467 sha256 = "1fgy04sdy4yry5xcjls3x3xy30dqwj58ycnkndim819jx0788w42";
467 sha256 = "1fgy04sdy4yry5xcjls3x3xy30dqwj58ycnkndim819jx0788w42";
468 };
468 };
469 meta = {
469 meta = {
470 license = [ pkgs.lib.licenses.psfl ];
470 license = [ pkgs.lib.licenses.psfl ];
471 };
471 };
472 };
472 };
473 "funcsigs" = super.buildPythonPackage {
473 "funcsigs" = super.buildPythonPackage {
474 name = "funcsigs-1.0.2";
474 name = "funcsigs-1.0.2";
475 doCheck = false;
475 doCheck = false;
476 src = fetchurl {
476 src = fetchurl {
477 url = "https://files.pythonhosted.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz";
477 url = "https://files.pythonhosted.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz";
478 sha256 = "0l4g5818ffyfmfs1a924811azhjj8ax9xd1cffr1mzd3ycn0zfx7";
478 sha256 = "0l4g5818ffyfmfs1a924811azhjj8ax9xd1cffr1mzd3ycn0zfx7";
479 };
479 };
480 meta = {
480 meta = {
481 license = [ { fullName = "ASL"; } pkgs.lib.licenses.asl20 ];
481 license = [ { fullName = "ASL"; } pkgs.lib.licenses.asl20 ];
482 };
482 };
483 };
483 };
484 "functools32" = super.buildPythonPackage {
484 "functools32" = super.buildPythonPackage {
485 name = "functools32-3.2.3.post2";
485 name = "functools32-3.2.3.post2";
486 doCheck = false;
486 doCheck = false;
487 src = fetchurl {
487 src = fetchurl {
488 url = "https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz";
488 url = "https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz";
489 sha256 = "0v8ya0b58x47wp216n1zamimv4iw57cxz3xxhzix52jkw3xks9gn";
489 sha256 = "0v8ya0b58x47wp216n1zamimv4iw57cxz3xxhzix52jkw3xks9gn";
490 };
490 };
491 meta = {
491 meta = {
492 license = [ pkgs.lib.licenses.psfl ];
492 license = [ pkgs.lib.licenses.psfl ];
493 };
493 };
494 };
494 };
495 "future" = super.buildPythonPackage {
495 "future" = super.buildPythonPackage {
496 name = "future-0.14.3";
496 name = "future-0.14.3";
497 doCheck = false;
497 doCheck = false;
498 src = fetchurl {
498 src = fetchurl {
499 url = "https://files.pythonhosted.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz";
499 url = "https://files.pythonhosted.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz";
500 sha256 = "1savk7jx7hal032f522c5ajhh8fra6gmnadrj9adv5qxi18pv1b2";
500 sha256 = "1savk7jx7hal032f522c5ajhh8fra6gmnadrj9adv5qxi18pv1b2";
501 };
501 };
502 meta = {
502 meta = {
503 license = [ { fullName = "OSI Approved"; } pkgs.lib.licenses.mit ];
503 license = [ { fullName = "OSI Approved"; } pkgs.lib.licenses.mit ];
504 };
504 };
505 };
505 };
506 "futures" = super.buildPythonPackage {
506 "futures" = super.buildPythonPackage {
507 name = "futures-3.0.2";
507 name = "futures-3.0.2";
508 doCheck = false;
508 doCheck = false;
509 src = fetchurl {
509 src = fetchurl {
510 url = "https://files.pythonhosted.org/packages/f8/e7/fc0fcbeb9193ba2d4de00b065e7fd5aecd0679e93ce95a07322b2b1434f4/futures-3.0.2.tar.gz";
510 url = "https://files.pythonhosted.org/packages/f8/e7/fc0fcbeb9193ba2d4de00b065e7fd5aecd0679e93ce95a07322b2b1434f4/futures-3.0.2.tar.gz";
511 sha256 = "0mz2pbgxbc2nbib1szifi07whjbfs4r02pv2z390z7p410awjgyw";
511 sha256 = "0mz2pbgxbc2nbib1szifi07whjbfs4r02pv2z390z7p410awjgyw";
512 };
512 };
513 meta = {
513 meta = {
514 license = [ pkgs.lib.licenses.bsdOriginal ];
514 license = [ pkgs.lib.licenses.bsdOriginal ];
515 };
515 };
516 };
516 };
517 "gevent" = super.buildPythonPackage {
517 "gevent" = super.buildPythonPackage {
518 name = "gevent-1.3.5";
518 name = "gevent-1.3.5";
519 doCheck = false;
519 doCheck = false;
520 propagatedBuildInputs = [
520 propagatedBuildInputs = [
521 self."greenlet"
521 self."greenlet"
522 ];
522 ];
523 src = fetchurl {
523 src = fetchurl {
524 url = "https://files.pythonhosted.org/packages/e6/0a/fc345c6e6161f84484870dbcaa58e427c10bd9bdcd08a69bed3d6b398bf1/gevent-1.3.5.tar.gz";
524 url = "https://files.pythonhosted.org/packages/e6/0a/fc345c6e6161f84484870dbcaa58e427c10bd9bdcd08a69bed3d6b398bf1/gevent-1.3.5.tar.gz";
525 sha256 = "1w3gydxirgd2f60c5yv579w4903ds9s4g3587ik4jby97hgqc5bz";
525 sha256 = "1w3gydxirgd2f60c5yv579w4903ds9s4g3587ik4jby97hgqc5bz";
526 };
526 };
527 meta = {
527 meta = {
528 license = [ pkgs.lib.licenses.mit ];
528 license = [ pkgs.lib.licenses.mit ];
529 };
529 };
530 };
530 };
531 "gnureadline" = super.buildPythonPackage {
531 "gnureadline" = super.buildPythonPackage {
532 name = "gnureadline-6.3.8";
532 name = "gnureadline-6.3.8";
533 doCheck = false;
533 doCheck = false;
534 src = fetchurl {
534 src = fetchurl {
535 url = "https://files.pythonhosted.org/packages/50/64/86085c823cd78f9df9d8e33dce0baa71618016f8860460b82cf6610e1eb3/gnureadline-6.3.8.tar.gz";
535 url = "https://files.pythonhosted.org/packages/50/64/86085c823cd78f9df9d8e33dce0baa71618016f8860460b82cf6610e1eb3/gnureadline-6.3.8.tar.gz";
536 sha256 = "0ddhj98x2nv45iz4aadk4b9m0b1kpsn1xhcbypn5cd556knhiqjq";
536 sha256 = "0ddhj98x2nv45iz4aadk4b9m0b1kpsn1xhcbypn5cd556knhiqjq";
537 };
537 };
538 meta = {
538 meta = {
539 license = [ { fullName = "GNU General Public License v3 (GPLv3)"; } pkgs.lib.licenses.gpl1 ];
539 license = [ { fullName = "GNU General Public License v3 (GPLv3)"; } pkgs.lib.licenses.gpl1 ];
540 };
540 };
541 };
541 };
542 "gprof2dot" = super.buildPythonPackage {
542 "gprof2dot" = super.buildPythonPackage {
543 name = "gprof2dot-2017.9.19";
543 name = "gprof2dot-2017.9.19";
544 doCheck = false;
544 doCheck = false;
545 src = fetchurl {
545 src = fetchurl {
546 url = "https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz";
546 url = "https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz";
547 sha256 = "17ih23ld2nzgc3xwgbay911l6lh96jp1zshmskm17n1gg2i7mg6f";
547 sha256 = "17ih23ld2nzgc3xwgbay911l6lh96jp1zshmskm17n1gg2i7mg6f";
548 };
548 };
549 meta = {
549 meta = {
550 license = [ { fullName = "GNU Lesser General Public License v3 or later (LGPLv3+)"; } { fullName = "LGPL"; } ];
550 license = [ { fullName = "GNU Lesser General Public License v3 or later (LGPLv3+)"; } { fullName = "LGPL"; } ];
551 };
551 };
552 };
552 };
553 "graphviz" = super.buildPythonPackage {
553 "graphviz" = super.buildPythonPackage {
554 name = "graphviz-0.8.4";
554 name = "graphviz-0.8.4";
555 doCheck = false;
555 doCheck = false;
556 src = fetchurl {
556 src = fetchurl {
557 url = "https://files.pythonhosted.org/packages/21/e8/13b0523da93d7189d9ab30097cdd2ffe78f88b0cc69f341749dec562b731/graphviz-0.8.4.zip";
557 url = "https://files.pythonhosted.org/packages/21/e8/13b0523da93d7189d9ab30097cdd2ffe78f88b0cc69f341749dec562b731/graphviz-0.8.4.zip";
558 sha256 = "17v8h7j2yz8hy1jf7q8p0ik8dmf32m58lc6v11x7aqc4pnfa2n29";
558 sha256 = "17v8h7j2yz8hy1jf7q8p0ik8dmf32m58lc6v11x7aqc4pnfa2n29";
559 };
559 };
560 meta = {
560 meta = {
561 license = [ pkgs.lib.licenses.mit ];
561 license = [ pkgs.lib.licenses.mit ];
562 };
562 };
563 };
563 };
564 "greenlet" = super.buildPythonPackage {
564 "greenlet" = super.buildPythonPackage {
565 name = "greenlet-0.4.13";
565 name = "greenlet-0.4.13";
566 doCheck = false;
566 doCheck = false;
567 src = fetchurl {
567 src = fetchurl {
568 url = "https://files.pythonhosted.org/packages/13/de/ba92335e9e76040ca7274224942282a80d54f85e342a5e33c5277c7f87eb/greenlet-0.4.13.tar.gz";
568 url = "https://files.pythonhosted.org/packages/13/de/ba92335e9e76040ca7274224942282a80d54f85e342a5e33c5277c7f87eb/greenlet-0.4.13.tar.gz";
569 sha256 = "1r412gfx25jrdiv444prmz5a8igrfabwnwqyr6b52ypq7ga87vqg";
569 sha256 = "1r412gfx25jrdiv444prmz5a8igrfabwnwqyr6b52ypq7ga87vqg";
570 };
570 };
571 meta = {
571 meta = {
572 license = [ pkgs.lib.licenses.mit ];
572 license = [ pkgs.lib.licenses.mit ];
573 };
573 };
574 };
574 };
575 "gunicorn" = super.buildPythonPackage {
575 "gunicorn" = super.buildPythonPackage {
576 name = "gunicorn-19.9.0";
576 name = "gunicorn-19.9.0";
577 doCheck = false;
577 doCheck = false;
578 src = fetchurl {
578 src = fetchurl {
579 url = "https://files.pythonhosted.org/packages/47/52/68ba8e5e8ba251e54006a49441f7ccabca83b6bef5aedacb4890596c7911/gunicorn-19.9.0.tar.gz";
579 url = "https://files.pythonhosted.org/packages/47/52/68ba8e5e8ba251e54006a49441f7ccabca83b6bef5aedacb4890596c7911/gunicorn-19.9.0.tar.gz";
580 sha256 = "1wzlf4xmn6qjirh5w81l6i6kqjnab1n1qqkh7zsj1yb6gh4n49ps";
580 sha256 = "1wzlf4xmn6qjirh5w81l6i6kqjnab1n1qqkh7zsj1yb6gh4n49ps";
581 };
581 };
582 meta = {
582 meta = {
583 license = [ pkgs.lib.licenses.mit ];
583 license = [ pkgs.lib.licenses.mit ];
584 };
584 };
585 };
585 };
586 "html5lib" = super.buildPythonPackage {
586 "html5lib" = super.buildPythonPackage {
587 name = "html5lib-1.0.1";
587 name = "html5lib-1.0.1";
588 doCheck = false;
588 doCheck = false;
589 propagatedBuildInputs = [
589 propagatedBuildInputs = [
590 self."six"
590 self."six"
591 self."webencodings"
591 self."webencodings"
592 ];
592 ];
593 src = fetchurl {
593 src = fetchurl {
594 url = "https://files.pythonhosted.org/packages/85/3e/cf449cf1b5004e87510b9368e7a5f1acd8831c2d6691edd3c62a0823f98f/html5lib-1.0.1.tar.gz";
594 url = "https://files.pythonhosted.org/packages/85/3e/cf449cf1b5004e87510b9368e7a5f1acd8831c2d6691edd3c62a0823f98f/html5lib-1.0.1.tar.gz";
595 sha256 = "0dipzfrycv6j1jw82v9b7d8lzggx3x8xngx6l4xrqkxwvg7hvjv6";
595 sha256 = "0dipzfrycv6j1jw82v9b7d8lzggx3x8xngx6l4xrqkxwvg7hvjv6";
596 };
596 };
597 meta = {
597 meta = {
598 license = [ pkgs.lib.licenses.mit ];
598 license = [ pkgs.lib.licenses.mit ];
599 };
599 };
600 };
600 };
601 "hupper" = super.buildPythonPackage {
601 "hupper" = super.buildPythonPackage {
602 name = "hupper-1.3";
602 name = "hupper-1.3";
603 doCheck = false;
603 doCheck = false;
604 src = fetchurl {
604 src = fetchurl {
605 url = "https://files.pythonhosted.org/packages/51/0c/96335b1f2f32245fb871eea5bb9773196505ddb71fad15190056a282df9e/hupper-1.3.tar.gz";
605 url = "https://files.pythonhosted.org/packages/51/0c/96335b1f2f32245fb871eea5bb9773196505ddb71fad15190056a282df9e/hupper-1.3.tar.gz";
606 sha256 = "1pkyrm9c2crc32ps00k1ahnc5clj3pjwiarc7j0x8aykwih7ff10";
606 sha256 = "1pkyrm9c2crc32ps00k1ahnc5clj3pjwiarc7j0x8aykwih7ff10";
607 };
607 };
608 meta = {
608 meta = {
609 license = [ pkgs.lib.licenses.mit ];
609 license = [ pkgs.lib.licenses.mit ];
610 };
610 };
611 };
611 };
612 "infrae.cache" = super.buildPythonPackage {
612 "infrae.cache" = super.buildPythonPackage {
613 name = "infrae.cache-1.0.1";
613 name = "infrae.cache-1.0.1";
614 doCheck = false;
614 doCheck = false;
615 propagatedBuildInputs = [
615 propagatedBuildInputs = [
616 self."beaker"
616 self."beaker"
617 self."repoze.lru"
617 self."repoze.lru"
618 ];
618 ];
619 src = fetchurl {
619 src = fetchurl {
620 url = "https://files.pythonhosted.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz";
620 url = "https://files.pythonhosted.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz";
621 sha256 = "1dvqsjn8vw253wz9d1pz17j79mf4bs53dvp2qxck2qdp1am1njw4";
621 sha256 = "1dvqsjn8vw253wz9d1pz17j79mf4bs53dvp2qxck2qdp1am1njw4";
622 };
622 };
623 meta = {
623 meta = {
624 license = [ pkgs.lib.licenses.zpl21 ];
624 license = [ pkgs.lib.licenses.zpl21 ];
625 };
625 };
626 };
626 };
627 "invoke" = super.buildPythonPackage {
627 "invoke" = super.buildPythonPackage {
628 name = "invoke-0.13.0";
628 name = "invoke-0.13.0";
629 doCheck = false;
629 doCheck = false;
630 src = fetchurl {
630 src = fetchurl {
631 url = "https://files.pythonhosted.org/packages/47/bf/d07ef52fa1ac645468858bbac7cb95b246a972a045e821493d17d89c81be/invoke-0.13.0.tar.gz";
631 url = "https://files.pythonhosted.org/packages/47/bf/d07ef52fa1ac645468858bbac7cb95b246a972a045e821493d17d89c81be/invoke-0.13.0.tar.gz";
632 sha256 = "0794vhgxfmkh0vzkkg5cfv1w82g3jc3xr18wim29far9qpx9468s";
632 sha256 = "0794vhgxfmkh0vzkkg5cfv1w82g3jc3xr18wim29far9qpx9468s";
633 };
633 };
634 meta = {
634 meta = {
635 license = [ pkgs.lib.licenses.bsdOriginal ];
635 license = [ pkgs.lib.licenses.bsdOriginal ];
636 };
636 };
637 };
637 };
638 "ipaddress" = super.buildPythonPackage {
638 "ipaddress" = super.buildPythonPackage {
639 name = "ipaddress-1.0.22";
639 name = "ipaddress-1.0.22";
640 doCheck = false;
640 doCheck = false;
641 src = fetchurl {
641 src = fetchurl {
642 url = "https://files.pythonhosted.org/packages/97/8d/77b8cedcfbf93676148518036c6b1ce7f8e14bf07e95d7fd4ddcb8cc052f/ipaddress-1.0.22.tar.gz";
642 url = "https://files.pythonhosted.org/packages/97/8d/77b8cedcfbf93676148518036c6b1ce7f8e14bf07e95d7fd4ddcb8cc052f/ipaddress-1.0.22.tar.gz";
643 sha256 = "0b570bm6xqpjwqis15pvdy6lyvvzfndjvkynilcddjj5x98wfimi";
643 sha256 = "0b570bm6xqpjwqis15pvdy6lyvvzfndjvkynilcddjj5x98wfimi";
644 };
644 };
645 meta = {
645 meta = {
646 license = [ pkgs.lib.licenses.psfl ];
646 license = [ pkgs.lib.licenses.psfl ];
647 };
647 };
648 };
648 };
649 "ipdb" = super.buildPythonPackage {
649 "ipdb" = super.buildPythonPackage {
650 name = "ipdb-0.11";
650 name = "ipdb-0.11";
651 doCheck = false;
651 doCheck = false;
652 propagatedBuildInputs = [
652 propagatedBuildInputs = [
653 self."setuptools"
653 self."setuptools"
654 self."ipython"
654 self."ipython"
655 ];
655 ];
656 src = fetchurl {
656 src = fetchurl {
657 url = "https://files.pythonhosted.org/packages/80/fe/4564de08f174f3846364b3add8426d14cebee228f741c27e702b2877e85b/ipdb-0.11.tar.gz";
657 url = "https://files.pythonhosted.org/packages/80/fe/4564de08f174f3846364b3add8426d14cebee228f741c27e702b2877e85b/ipdb-0.11.tar.gz";
658 sha256 = "02m0l8wrhhd3z7dg3czn5ys1g5pxib516hpshdzp7rxzsxgcd0bh";
658 sha256 = "02m0l8wrhhd3z7dg3czn5ys1g5pxib516hpshdzp7rxzsxgcd0bh";
659 };
659 };
660 meta = {
660 meta = {
661 license = [ pkgs.lib.licenses.bsdOriginal ];
661 license = [ pkgs.lib.licenses.bsdOriginal ];
662 };
662 };
663 };
663 };
664 "ipython" = super.buildPythonPackage {
664 "ipython" = super.buildPythonPackage {
665 name = "ipython-5.1.0";
665 name = "ipython-5.1.0";
666 doCheck = false;
666 doCheck = false;
667 propagatedBuildInputs = [
667 propagatedBuildInputs = [
668 self."setuptools"
668 self."setuptools"
669 self."decorator"
669 self."decorator"
670 self."pickleshare"
670 self."pickleshare"
671 self."simplegeneric"
671 self."simplegeneric"
672 self."traitlets"
672 self."traitlets"
673 self."prompt-toolkit"
673 self."prompt-toolkit"
674 self."pygments"
674 self."pygments"
675 self."pexpect"
675 self."pexpect"
676 self."backports.shutil-get-terminal-size"
676 self."backports.shutil-get-terminal-size"
677 self."pathlib2"
677 self."pathlib2"
678 self."pexpect"
678 self."pexpect"
679 ];
679 ];
680 src = fetchurl {
680 src = fetchurl {
681 url = "https://files.pythonhosted.org/packages/89/63/a9292f7cd9d0090a0f995e1167f3f17d5889dcbc9a175261719c513b9848/ipython-5.1.0.tar.gz";
681 url = "https://files.pythonhosted.org/packages/89/63/a9292f7cd9d0090a0f995e1167f3f17d5889dcbc9a175261719c513b9848/ipython-5.1.0.tar.gz";
682 sha256 = "0qdrf6aj9kvjczd5chj1my8y2iq09am9l8bb2a1334a52d76kx3y";
682 sha256 = "0qdrf6aj9kvjczd5chj1my8y2iq09am9l8bb2a1334a52d76kx3y";
683 };
683 };
684 meta = {
684 meta = {
685 license = [ pkgs.lib.licenses.bsdOriginal ];
685 license = [ pkgs.lib.licenses.bsdOriginal ];
686 };
686 };
687 };
687 };
688 "ipython-genutils" = super.buildPythonPackage {
688 "ipython-genutils" = super.buildPythonPackage {
689 name = "ipython-genutils-0.2.0";
689 name = "ipython-genutils-0.2.0";
690 doCheck = false;
690 doCheck = false;
691 src = fetchurl {
691 src = fetchurl {
692 url = "https://files.pythonhosted.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399/ipython_genutils-0.2.0.tar.gz";
692 url = "https://files.pythonhosted.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399/ipython_genutils-0.2.0.tar.gz";
693 sha256 = "1a4bc9y8hnvq6cp08qs4mckgm6i6ajpndp4g496rvvzcfmp12bpb";
693 sha256 = "1a4bc9y8hnvq6cp08qs4mckgm6i6ajpndp4g496rvvzcfmp12bpb";
694 };
694 };
695 meta = {
695 meta = {
696 license = [ pkgs.lib.licenses.bsdOriginal ];
696 license = [ pkgs.lib.licenses.bsdOriginal ];
697 };
697 };
698 };
698 };
699 "iso8601" = super.buildPythonPackage {
699 "iso8601" = super.buildPythonPackage {
700 name = "iso8601-0.1.11";
700 name = "iso8601-0.1.11";
701 doCheck = false;
701 doCheck = false;
702 src = fetchurl {
702 src = fetchurl {
703 url = "https://files.pythonhosted.org/packages/c0/75/c9209ee4d1b5975eb8c2cba4428bde6b61bd55664a98290dd015cdb18e98/iso8601-0.1.11.tar.gz";
703 url = "https://files.pythonhosted.org/packages/c0/75/c9209ee4d1b5975eb8c2cba4428bde6b61bd55664a98290dd015cdb18e98/iso8601-0.1.11.tar.gz";
704 sha256 = "0c7gh3lsdjds262h0v1sqc66l7hqgfwbakn96qrhdbl0i3vm5yz8";
704 sha256 = "0c7gh3lsdjds262h0v1sqc66l7hqgfwbakn96qrhdbl0i3vm5yz8";
705 };
705 };
706 meta = {
706 meta = {
707 license = [ pkgs.lib.licenses.mit ];
707 license = [ pkgs.lib.licenses.mit ];
708 };
708 };
709 };
709 };
710 "itsdangerous" = super.buildPythonPackage {
710 "itsdangerous" = super.buildPythonPackage {
711 name = "itsdangerous-0.24";
711 name = "itsdangerous-0.24";
712 doCheck = false;
712 doCheck = false;
713 src = fetchurl {
713 src = fetchurl {
714 url = "https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz";
714 url = "https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz";
715 sha256 = "06856q6x675ly542ig0plbqcyab6ksfzijlyf1hzhgg3sgwgrcyb";
715 sha256 = "06856q6x675ly542ig0plbqcyab6ksfzijlyf1hzhgg3sgwgrcyb";
716 };
716 };
717 meta = {
717 meta = {
718 license = [ pkgs.lib.licenses.bsdOriginal ];
718 license = [ pkgs.lib.licenses.bsdOriginal ];
719 };
719 };
720 };
720 };
721 "jinja2" = super.buildPythonPackage {
721 "jinja2" = super.buildPythonPackage {
722 name = "jinja2-2.9.6";
722 name = "jinja2-2.9.6";
723 doCheck = false;
723 doCheck = false;
724 propagatedBuildInputs = [
724 propagatedBuildInputs = [
725 self."markupsafe"
725 self."markupsafe"
726 ];
726 ];
727 src = fetchurl {
727 src = fetchurl {
728 url = "https://files.pythonhosted.org/packages/90/61/f820ff0076a2599dd39406dcb858ecb239438c02ce706c8e91131ab9c7f1/Jinja2-2.9.6.tar.gz";
728 url = "https://files.pythonhosted.org/packages/90/61/f820ff0076a2599dd39406dcb858ecb239438c02ce706c8e91131ab9c7f1/Jinja2-2.9.6.tar.gz";
729 sha256 = "1zzrkywhziqffrzks14kzixz7nd4yh2vc0fb04a68vfd2ai03anx";
729 sha256 = "1zzrkywhziqffrzks14kzixz7nd4yh2vc0fb04a68vfd2ai03anx";
730 };
730 };
731 meta = {
731 meta = {
732 license = [ pkgs.lib.licenses.bsdOriginal ];
732 license = [ pkgs.lib.licenses.bsdOriginal ];
733 };
733 };
734 };
734 };
735 "jsonschema" = super.buildPythonPackage {
735 "jsonschema" = super.buildPythonPackage {
736 name = "jsonschema-2.6.0";
736 name = "jsonschema-2.6.0";
737 doCheck = false;
737 doCheck = false;
738 propagatedBuildInputs = [
738 propagatedBuildInputs = [
739 self."functools32"
739 self."functools32"
740 ];
740 ];
741 src = fetchurl {
741 src = fetchurl {
742 url = "https://files.pythonhosted.org/packages/58/b9/171dbb07e18c6346090a37f03c7e74410a1a56123f847efed59af260a298/jsonschema-2.6.0.tar.gz";
742 url = "https://files.pythonhosted.org/packages/58/b9/171dbb07e18c6346090a37f03c7e74410a1a56123f847efed59af260a298/jsonschema-2.6.0.tar.gz";
743 sha256 = "00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg";
743 sha256 = "00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg";
744 };
744 };
745 meta = {
745 meta = {
746 license = [ pkgs.lib.licenses.mit ];
746 license = [ pkgs.lib.licenses.mit ];
747 };
747 };
748 };
748 };
749 "jupyter-client" = super.buildPythonPackage {
749 "jupyter-client" = super.buildPythonPackage {
750 name = "jupyter-client-5.0.0";
750 name = "jupyter-client-5.0.0";
751 doCheck = false;
751 doCheck = false;
752 propagatedBuildInputs = [
752 propagatedBuildInputs = [
753 self."traitlets"
753 self."traitlets"
754 self."jupyter-core"
754 self."jupyter-core"
755 self."pyzmq"
755 self."pyzmq"
756 self."python-dateutil"
756 self."python-dateutil"
757 ];
757 ];
758 src = fetchurl {
758 src = fetchurl {
759 url = "https://files.pythonhosted.org/packages/e5/6f/65412ed462202b90134b7e761b0b7e7f949e07a549c1755475333727b3d0/jupyter_client-5.0.0.tar.gz";
759 url = "https://files.pythonhosted.org/packages/e5/6f/65412ed462202b90134b7e761b0b7e7f949e07a549c1755475333727b3d0/jupyter_client-5.0.0.tar.gz";
760 sha256 = "0nxw4rqk4wsjhc87gjqd7pv89cb9dnimcfnmcmp85bmrvv1gjri7";
760 sha256 = "0nxw4rqk4wsjhc87gjqd7pv89cb9dnimcfnmcmp85bmrvv1gjri7";
761 };
761 };
762 meta = {
762 meta = {
763 license = [ pkgs.lib.licenses.bsdOriginal ];
763 license = [ pkgs.lib.licenses.bsdOriginal ];
764 };
764 };
765 };
765 };
766 "jupyter-core" = super.buildPythonPackage {
766 "jupyter-core" = super.buildPythonPackage {
767 name = "jupyter-core-4.4.0";
767 name = "jupyter-core-4.4.0";
768 doCheck = false;
768 doCheck = false;
769 propagatedBuildInputs = [
769 propagatedBuildInputs = [
770 self."traitlets"
770 self."traitlets"
771 ];
771 ];
772 src = fetchurl {
772 src = fetchurl {
773 url = "https://files.pythonhosted.org/packages/b6/2d/2804f4de3a95583f65e5dcb4d7c8c7183124882323758996e867f47e72af/jupyter_core-4.4.0.tar.gz";
773 url = "https://files.pythonhosted.org/packages/b6/2d/2804f4de3a95583f65e5dcb4d7c8c7183124882323758996e867f47e72af/jupyter_core-4.4.0.tar.gz";
774 sha256 = "1dy083rarba8prn9f9srxq3c7n7vyql02ycrqq306c40lr57aw5s";
774 sha256 = "1dy083rarba8prn9f9srxq3c7n7vyql02ycrqq306c40lr57aw5s";
775 };
775 };
776 meta = {
776 meta = {
777 license = [ pkgs.lib.licenses.bsdOriginal ];
777 license = [ pkgs.lib.licenses.bsdOriginal ];
778 };
778 };
779 };
779 };
780 "kombu" = super.buildPythonPackage {
780 "kombu" = super.buildPythonPackage {
781 name = "kombu-4.2.0";
781 name = "kombu-4.2.0";
782 doCheck = false;
782 doCheck = false;
783 propagatedBuildInputs = [
783 propagatedBuildInputs = [
784 self."amqp"
784 self."amqp"
785 ];
785 ];
786 src = fetchurl {
786 src = fetchurl {
787 url = "https://files.pythonhosted.org/packages/ab/b1/46a7a8babf5e60f3b2ca081a100af8edfcf132078a726375f52a054e70cf/kombu-4.2.0.tar.gz";
787 url = "https://files.pythonhosted.org/packages/ab/b1/46a7a8babf5e60f3b2ca081a100af8edfcf132078a726375f52a054e70cf/kombu-4.2.0.tar.gz";
788 sha256 = "1yz19qlqf0inl1mnwlpq9j6kj9r67clpy0xg99phyg4329rw80fn";
788 sha256 = "1yz19qlqf0inl1mnwlpq9j6kj9r67clpy0xg99phyg4329rw80fn";
789 };
789 };
790 meta = {
790 meta = {
791 license = [ pkgs.lib.licenses.bsdOriginal ];
791 license = [ pkgs.lib.licenses.bsdOriginal ];
792 };
792 };
793 };
793 };
794 "lru-dict" = super.buildPythonPackage {
794 "lru-dict" = super.buildPythonPackage {
795 name = "lru-dict-1.1.6";
795 name = "lru-dict-1.1.6";
796 doCheck = false;
796 doCheck = false;
797 src = fetchurl {
797 src = fetchurl {
798 url = "https://files.pythonhosted.org/packages/00/a5/32ed6e10246cd341ca8cc205acea5d208e4053f48a4dced2b1b31d45ba3f/lru-dict-1.1.6.tar.gz";
798 url = "https://files.pythonhosted.org/packages/00/a5/32ed6e10246cd341ca8cc205acea5d208e4053f48a4dced2b1b31d45ba3f/lru-dict-1.1.6.tar.gz";
799 sha256 = "1k2lhd4dpl6xa6iialbwx4l6bkdzxmzhygms39pvf19x1rk5fm1n";
799 sha256 = "1k2lhd4dpl6xa6iialbwx4l6bkdzxmzhygms39pvf19x1rk5fm1n";
800 };
800 };
801 meta = {
801 meta = {
802 license = [ pkgs.lib.licenses.mit ];
802 license = [ pkgs.lib.licenses.mit ];
803 };
803 };
804 };
804 };
805 "lxml" = super.buildPythonPackage {
805 "lxml" = super.buildPythonPackage {
806 name = "lxml-3.7.3";
806 name = "lxml-3.7.3";
807 doCheck = false;
807 doCheck = false;
808 src = fetchurl {
808 src = fetchurl {
809 url = "https://files.pythonhosted.org/packages/39/e8/a8e0b1fa65dd021d48fe21464f71783655f39a41f218293c1c590d54eb82/lxml-3.7.3.tar.gz";
809 url = "https://files.pythonhosted.org/packages/39/e8/a8e0b1fa65dd021d48fe21464f71783655f39a41f218293c1c590d54eb82/lxml-3.7.3.tar.gz";
810 sha256 = "1iv1jgkqn1hdh1xyxri6g0y1s67h01jzjkw2nhkx3rqylmw2sl5a";
810 sha256 = "1iv1jgkqn1hdh1xyxri6g0y1s67h01jzjkw2nhkx3rqylmw2sl5a";
811 };
811 };
812 meta = {
812 meta = {
813 license = [ pkgs.lib.licenses.bsdOriginal ];
813 license = [ pkgs.lib.licenses.bsdOriginal ];
814 };
814 };
815 };
815 };
816 "mako" = super.buildPythonPackage {
816 "mako" = super.buildPythonPackage {
817 name = "mako-1.0.7";
817 name = "mako-1.0.7";
818 doCheck = false;
818 doCheck = false;
819 propagatedBuildInputs = [
819 propagatedBuildInputs = [
820 self."markupsafe"
820 self."markupsafe"
821 ];
821 ];
822 src = fetchurl {
822 src = fetchurl {
823 url = "https://files.pythonhosted.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz";
823 url = "https://files.pythonhosted.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz";
824 sha256 = "1bi5gnr8r8dva06qpyx4kgjc6spm2k1y908183nbbaylggjzs0jf";
824 sha256 = "1bi5gnr8r8dva06qpyx4kgjc6spm2k1y908183nbbaylggjzs0jf";
825 };
825 };
826 meta = {
826 meta = {
827 license = [ pkgs.lib.licenses.mit ];
827 license = [ pkgs.lib.licenses.mit ];
828 };
828 };
829 };
829 };
830 "markdown" = super.buildPythonPackage {
830 "markdown" = super.buildPythonPackage {
831 name = "markdown-2.6.11";
831 name = "markdown-2.6.11";
832 doCheck = false;
832 doCheck = false;
833 src = fetchurl {
833 src = fetchurl {
834 url = "https://files.pythonhosted.org/packages/b3/73/fc5c850f44af5889192dff783b7b0d8f3fe8d30b65c8e3f78f8f0265fecf/Markdown-2.6.11.tar.gz";
834 url = "https://files.pythonhosted.org/packages/b3/73/fc5c850f44af5889192dff783b7b0d8f3fe8d30b65c8e3f78f8f0265fecf/Markdown-2.6.11.tar.gz";
835 sha256 = "108g80ryzykh8bj0i7jfp71510wrcixdi771lf2asyghgyf8cmm8";
835 sha256 = "108g80ryzykh8bj0i7jfp71510wrcixdi771lf2asyghgyf8cmm8";
836 };
836 };
837 meta = {
837 meta = {
838 license = [ pkgs.lib.licenses.bsdOriginal ];
838 license = [ pkgs.lib.licenses.bsdOriginal ];
839 };
839 };
840 };
840 };
841 "markupsafe" = super.buildPythonPackage {
841 "markupsafe" = super.buildPythonPackage {
842 name = "markupsafe-1.0";
842 name = "markupsafe-1.0";
843 doCheck = false;
843 doCheck = false;
844 src = fetchurl {
844 src = fetchurl {
845 url = "https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz";
845 url = "https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz";
846 sha256 = "0rdn1s8x9ni7ss8rfiacj7x1085lx8mh2zdwqslnw8xc3l4nkgm6";
846 sha256 = "0rdn1s8x9ni7ss8rfiacj7x1085lx8mh2zdwqslnw8xc3l4nkgm6";
847 };
847 };
848 meta = {
848 meta = {
849 license = [ pkgs.lib.licenses.bsdOriginal ];
849 license = [ pkgs.lib.licenses.bsdOriginal ];
850 };
850 };
851 };
851 };
852 "meld3" = super.buildPythonPackage {
852 "meld3" = super.buildPythonPackage {
853 name = "meld3-1.0.2";
853 name = "meld3-1.0.2";
854 doCheck = false;
854 doCheck = false;
855 src = fetchurl {
855 src = fetchurl {
856 url = "https://files.pythonhosted.org/packages/45/a0/317c6422b26c12fe0161e936fc35f36552069ba8e6f7ecbd99bbffe32a5f/meld3-1.0.2.tar.gz";
856 url = "https://files.pythonhosted.org/packages/45/a0/317c6422b26c12fe0161e936fc35f36552069ba8e6f7ecbd99bbffe32a5f/meld3-1.0.2.tar.gz";
857 sha256 = "0n4mkwlpsqnmn0dm0wm5hn9nkda0nafl0jdy5sdl5977znh59dzp";
857 sha256 = "0n4mkwlpsqnmn0dm0wm5hn9nkda0nafl0jdy5sdl5977znh59dzp";
858 };
858 };
859 meta = {
859 meta = {
860 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
860 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
861 };
861 };
862 };
862 };
863 "mistune" = super.buildPythonPackage {
863 "mistune" = super.buildPythonPackage {
864 name = "mistune-0.8.3";
864 name = "mistune-0.8.3";
865 doCheck = false;
865 doCheck = false;
866 src = fetchurl {
866 src = fetchurl {
867 url = "https://files.pythonhosted.org/packages/9d/be/e06d4346cc608a01dec6bf770d7d0303a4fd6db588b318ced18f5f257145/mistune-0.8.3.tar.gz";
867 url = "https://files.pythonhosted.org/packages/9d/be/e06d4346cc608a01dec6bf770d7d0303a4fd6db588b318ced18f5f257145/mistune-0.8.3.tar.gz";
868 sha256 = "06b662p6kf46wh2jsabaqhaq4bz1srh2zxkrnx4yg96azlxw645w";
868 sha256 = "06b662p6kf46wh2jsabaqhaq4bz1srh2zxkrnx4yg96azlxw645w";
869 };
869 };
870 meta = {
870 meta = {
871 license = [ pkgs.lib.licenses.bsdOriginal ];
871 license = [ pkgs.lib.licenses.bsdOriginal ];
872 };
872 };
873 };
873 };
874 "mock" = super.buildPythonPackage {
874 "mock" = super.buildPythonPackage {
875 name = "mock-1.0.1";
875 name = "mock-1.0.1";
876 doCheck = false;
876 doCheck = false;
877 src = fetchurl {
877 src = fetchurl {
878 url = "https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz";
878 url = "https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz";
879 sha256 = "0kzlsbki6q0awf89rc287f3aj8x431lrajf160a70z0ikhnxsfdq";
879 sha256 = "0kzlsbki6q0awf89rc287f3aj8x431lrajf160a70z0ikhnxsfdq";
880 };
880 };
881 meta = {
881 meta = {
882 license = [ pkgs.lib.licenses.bsdOriginal ];
882 license = [ pkgs.lib.licenses.bsdOriginal ];
883 };
883 };
884 };
884 };
885 "more-itertools" = super.buildPythonPackage {
885 "more-itertools" = super.buildPythonPackage {
886 name = "more-itertools-4.3.0";
886 name = "more-itertools-4.3.0";
887 doCheck = false;
887 doCheck = false;
888 propagatedBuildInputs = [
888 propagatedBuildInputs = [
889 self."six"
889 self."six"
890 ];
890 ];
891 src = fetchurl {
891 src = fetchurl {
892 url = "https://files.pythonhosted.org/packages/88/ff/6d485d7362f39880810278bdc906c13300db05485d9c65971dec1142da6a/more-itertools-4.3.0.tar.gz";
892 url = "https://files.pythonhosted.org/packages/88/ff/6d485d7362f39880810278bdc906c13300db05485d9c65971dec1142da6a/more-itertools-4.3.0.tar.gz";
893 sha256 = "17h3na0rdh8xq30w4b9pizgkdxmm51896bxw600x84jflg9vaxn4";
893 sha256 = "17h3na0rdh8xq30w4b9pizgkdxmm51896bxw600x84jflg9vaxn4";
894 };
894 };
895 meta = {
895 meta = {
896 license = [ pkgs.lib.licenses.mit ];
896 license = [ pkgs.lib.licenses.mit ];
897 };
897 };
898 };
898 };
899 "msgpack-python" = super.buildPythonPackage {
899 "msgpack-python" = super.buildPythonPackage {
900 name = "msgpack-python-0.5.6";
900 name = "msgpack-python-0.5.6";
901 doCheck = false;
901 doCheck = false;
902 src = fetchurl {
902 src = fetchurl {
903 url = "https://files.pythonhosted.org/packages/8a/20/6eca772d1a5830336f84aca1d8198e5a3f4715cd1c7fc36d3cc7f7185091/msgpack-python-0.5.6.tar.gz";
903 url = "https://files.pythonhosted.org/packages/8a/20/6eca772d1a5830336f84aca1d8198e5a3f4715cd1c7fc36d3cc7f7185091/msgpack-python-0.5.6.tar.gz";
904 sha256 = "16wh8qgybmfh4pjp8vfv78mdlkxfmcasg78lzlnm6nslsfkci31p";
904 sha256 = "16wh8qgybmfh4pjp8vfv78mdlkxfmcasg78lzlnm6nslsfkci31p";
905 };
905 };
906 meta = {
906 meta = {
907 license = [ pkgs.lib.licenses.asl20 ];
907 license = [ pkgs.lib.licenses.asl20 ];
908 };
908 };
909 };
909 };
910 "mysql-python" = super.buildPythonPackage {
910 "mysql-python" = super.buildPythonPackage {
911 name = "mysql-python-1.2.5";
911 name = "mysql-python-1.2.5";
912 doCheck = false;
912 doCheck = false;
913 src = fetchurl {
913 src = fetchurl {
914 url = "https://files.pythonhosted.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip";
914 url = "https://files.pythonhosted.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip";
915 sha256 = "0x0c2jg0bb3pp84njaqiic050qkyd7ymwhfvhipnimg58yv40441";
915 sha256 = "0x0c2jg0bb3pp84njaqiic050qkyd7ymwhfvhipnimg58yv40441";
916 };
916 };
917 meta = {
917 meta = {
918 license = [ pkgs.lib.licenses.gpl1 ];
918 license = [ pkgs.lib.licenses.gpl1 ];
919 };
919 };
920 };
920 };
921 "nbconvert" = super.buildPythonPackage {
921 "nbconvert" = super.buildPythonPackage {
922 name = "nbconvert-5.3.1";
922 name = "nbconvert-5.3.1";
923 doCheck = false;
923 doCheck = false;
924 propagatedBuildInputs = [
924 propagatedBuildInputs = [
925 self."mistune"
925 self."mistune"
926 self."jinja2"
926 self."jinja2"
927 self."pygments"
927 self."pygments"
928 self."traitlets"
928 self."traitlets"
929 self."jupyter-core"
929 self."jupyter-core"
930 self."nbformat"
930 self."nbformat"
931 self."entrypoints"
931 self."entrypoints"
932 self."bleach"
932 self."bleach"
933 self."pandocfilters"
933 self."pandocfilters"
934 self."testpath"
934 self."testpath"
935 ];
935 ];
936 src = fetchurl {
936 src = fetchurl {
937 url = "https://files.pythonhosted.org/packages/b9/a4/d0a0938ad6f5eeb4dea4e73d255c617ef94b0b2849d51194c9bbdb838412/nbconvert-5.3.1.tar.gz";
937 url = "https://files.pythonhosted.org/packages/b9/a4/d0a0938ad6f5eeb4dea4e73d255c617ef94b0b2849d51194c9bbdb838412/nbconvert-5.3.1.tar.gz";
938 sha256 = "1f9dkvpx186xjm4xab0qbph588mncp4vqk3fmxrsnqs43mks9c8j";
938 sha256 = "1f9dkvpx186xjm4xab0qbph588mncp4vqk3fmxrsnqs43mks9c8j";
939 };
939 };
940 meta = {
940 meta = {
941 license = [ pkgs.lib.licenses.bsdOriginal ];
941 license = [ pkgs.lib.licenses.bsdOriginal ];
942 };
942 };
943 };
943 };
944 "nbformat" = super.buildPythonPackage {
944 "nbformat" = super.buildPythonPackage {
945 name = "nbformat-4.4.0";
945 name = "nbformat-4.4.0";
946 doCheck = false;
946 doCheck = false;
947 propagatedBuildInputs = [
947 propagatedBuildInputs = [
948 self."ipython-genutils"
948 self."ipython-genutils"
949 self."traitlets"
949 self."traitlets"
950 self."jsonschema"
950 self."jsonschema"
951 self."jupyter-core"
951 self."jupyter-core"
952 ];
952 ];
953 src = fetchurl {
953 src = fetchurl {
954 url = "https://files.pythonhosted.org/packages/6e/0e/160754f7ae3e984863f585a3743b0ed1702043a81245907c8fae2d537155/nbformat-4.4.0.tar.gz";
954 url = "https://files.pythonhosted.org/packages/6e/0e/160754f7ae3e984863f585a3743b0ed1702043a81245907c8fae2d537155/nbformat-4.4.0.tar.gz";
955 sha256 = "00nlf08h8yc4q73nphfvfhxrcnilaqanb8z0mdy6nxk0vzq4wjgp";
955 sha256 = "00nlf08h8yc4q73nphfvfhxrcnilaqanb8z0mdy6nxk0vzq4wjgp";
956 };
956 };
957 meta = {
957 meta = {
958 license = [ pkgs.lib.licenses.bsdOriginal ];
958 license = [ pkgs.lib.licenses.bsdOriginal ];
959 };
959 };
960 };
960 };
961 "objgraph" = super.buildPythonPackage {
961 "objgraph" = super.buildPythonPackage {
962 name = "objgraph-3.1.1";
962 name = "objgraph-3.1.1";
963 doCheck = false;
963 doCheck = false;
964 propagatedBuildInputs = [
964 propagatedBuildInputs = [
965 self."graphviz"
965 self."graphviz"
966 ];
966 ];
967 src = fetchurl {
967 src = fetchurl {
968 url = "https://files.pythonhosted.org/packages/be/58/9ca81a20cc837054e94866df1475d899caaa94f3732b8a46006858b015f7/objgraph-3.1.1.tar.gz";
968 url = "https://files.pythonhosted.org/packages/be/58/9ca81a20cc837054e94866df1475d899caaa94f3732b8a46006858b015f7/objgraph-3.1.1.tar.gz";
969 sha256 = "17aq4cwainiwvj8x61j0hx45c313bkwza5fijnmmw8v8glyy2bcc";
969 sha256 = "17aq4cwainiwvj8x61j0hx45c313bkwza5fijnmmw8v8glyy2bcc";
970 };
970 };
971 meta = {
971 meta = {
972 license = [ pkgs.lib.licenses.mit ];
972 license = [ pkgs.lib.licenses.mit ];
973 };
973 };
974 };
974 };
975 "packaging" = super.buildPythonPackage {
975 "packaging" = super.buildPythonPackage {
976 name = "packaging-15.2";
976 name = "packaging-15.2";
977 doCheck = false;
977 doCheck = false;
978 src = fetchurl {
978 src = fetchurl {
979 url = "https://files.pythonhosted.org/packages/24/c4/185da1304f07047dc9e0c46c31db75c0351bd73458ac3efad7da3dbcfbe1/packaging-15.2.tar.gz";
979 url = "https://files.pythonhosted.org/packages/24/c4/185da1304f07047dc9e0c46c31db75c0351bd73458ac3efad7da3dbcfbe1/packaging-15.2.tar.gz";
980 sha256 = "1zn60w84bxvw6wypffka18ca66pa1k2cfrq3cq8fnsfja5m3k4ng";
980 sha256 = "1zn60w84bxvw6wypffka18ca66pa1k2cfrq3cq8fnsfja5m3k4ng";
981 };
981 };
982 meta = {
982 meta = {
983 license = [ pkgs.lib.licenses.asl20 ];
983 license = [ pkgs.lib.licenses.asl20 ];
984 };
984 };
985 };
985 };
986 "pandocfilters" = super.buildPythonPackage {
986 "pandocfilters" = super.buildPythonPackage {
987 name = "pandocfilters-1.4.2";
987 name = "pandocfilters-1.4.2";
988 doCheck = false;
988 doCheck = false;
989 src = fetchurl {
989 src = fetchurl {
990 url = "https://files.pythonhosted.org/packages/4c/ea/236e2584af67bb6df960832731a6e5325fd4441de001767da328c33368ce/pandocfilters-1.4.2.tar.gz";
990 url = "https://files.pythonhosted.org/packages/4c/ea/236e2584af67bb6df960832731a6e5325fd4441de001767da328c33368ce/pandocfilters-1.4.2.tar.gz";
991 sha256 = "1a8d9b7s48gmq9zj0pmbyv2sivn5i7m6mybgpkk4jm5vd7hp1pdk";
991 sha256 = "1a8d9b7s48gmq9zj0pmbyv2sivn5i7m6mybgpkk4jm5vd7hp1pdk";
992 };
992 };
993 meta = {
993 meta = {
994 license = [ pkgs.lib.licenses.bsdOriginal ];
994 license = [ pkgs.lib.licenses.bsdOriginal ];
995 };
995 };
996 };
996 };
997 "paste" = super.buildPythonPackage {
997 "paste" = super.buildPythonPackage {
998 name = "paste-2.0.3";
998 name = "paste-2.0.3";
999 doCheck = false;
999 doCheck = false;
1000 propagatedBuildInputs = [
1000 propagatedBuildInputs = [
1001 self."six"
1001 self."six"
1002 ];
1002 ];
1003 src = fetchurl {
1003 src = fetchurl {
1004 url = "https://files.pythonhosted.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz";
1004 url = "https://files.pythonhosted.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz";
1005 sha256 = "062jk0nlxf6lb2wwj6zc20rlvrwsnikpkh90y0dn8cjch93s6ii3";
1005 sha256 = "062jk0nlxf6lb2wwj6zc20rlvrwsnikpkh90y0dn8cjch93s6ii3";
1006 };
1006 };
1007 meta = {
1007 meta = {
1008 license = [ pkgs.lib.licenses.mit ];
1008 license = [ pkgs.lib.licenses.mit ];
1009 };
1009 };
1010 };
1010 };
1011 "pastedeploy" = super.buildPythonPackage {
1011 "pastedeploy" = super.buildPythonPackage {
1012 name = "pastedeploy-1.5.2";
1012 name = "pastedeploy-1.5.2";
1013 doCheck = false;
1013 doCheck = false;
1014 src = fetchurl {
1014 src = fetchurl {
1015 url = "https://files.pythonhosted.org/packages/0f/90/8e20cdae206c543ea10793cbf4136eb9a8b3f417e04e40a29d72d9922cbd/PasteDeploy-1.5.2.tar.gz";
1015 url = "https://files.pythonhosted.org/packages/0f/90/8e20cdae206c543ea10793cbf4136eb9a8b3f417e04e40a29d72d9922cbd/PasteDeploy-1.5.2.tar.gz";
1016 sha256 = "1jz3m4hq8v6hyhfjz9425nd3nvn52cvbfipdcd72krjmla4qz1fm";
1016 sha256 = "1jz3m4hq8v6hyhfjz9425nd3nvn52cvbfipdcd72krjmla4qz1fm";
1017 };
1017 };
1018 meta = {
1018 meta = {
1019 license = [ pkgs.lib.licenses.mit ];
1019 license = [ pkgs.lib.licenses.mit ];
1020 };
1020 };
1021 };
1021 };
1022 "pastescript" = super.buildPythonPackage {
1022 "pastescript" = super.buildPythonPackage {
1023 name = "pastescript-2.0.2";
1023 name = "pastescript-2.0.2";
1024 doCheck = false;
1024 doCheck = false;
1025 propagatedBuildInputs = [
1025 propagatedBuildInputs = [
1026 self."paste"
1026 self."paste"
1027 self."pastedeploy"
1027 self."pastedeploy"
1028 self."six"
1028 self."six"
1029 ];
1029 ];
1030 src = fetchurl {
1030 src = fetchurl {
1031 url = "https://files.pythonhosted.org/packages/e5/f0/78e766c3dcc61a4f3a6f71dd8c95168ae9c7a31722b5663d19c1fdf62cb6/PasteScript-2.0.2.tar.gz";
1031 url = "https://files.pythonhosted.org/packages/e5/f0/78e766c3dcc61a4f3a6f71dd8c95168ae9c7a31722b5663d19c1fdf62cb6/PasteScript-2.0.2.tar.gz";
1032 sha256 = "1h3nnhn45kf4pbcv669ik4faw04j58k8vbj1hwrc532k0nc28gy0";
1032 sha256 = "1h3nnhn45kf4pbcv669ik4faw04j58k8vbj1hwrc532k0nc28gy0";
1033 };
1033 };
1034 meta = {
1034 meta = {
1035 license = [ pkgs.lib.licenses.mit ];
1035 license = [ pkgs.lib.licenses.mit ];
1036 };
1036 };
1037 };
1037 };
1038 "pathlib2" = super.buildPythonPackage {
1038 "pathlib2" = super.buildPythonPackage {
1039 name = "pathlib2-2.3.0";
1039 name = "pathlib2-2.3.0";
1040 doCheck = false;
1040 doCheck = false;
1041 propagatedBuildInputs = [
1041 propagatedBuildInputs = [
1042 self."six"
1042 self."six"
1043 self."scandir"
1043 self."scandir"
1044 ];
1044 ];
1045 src = fetchurl {
1045 src = fetchurl {
1046 url = "https://files.pythonhosted.org/packages/a1/14/df0deb867c2733f7d857523c10942b3d6612a1b222502fdffa9439943dfb/pathlib2-2.3.0.tar.gz";
1046 url = "https://files.pythonhosted.org/packages/a1/14/df0deb867c2733f7d857523c10942b3d6612a1b222502fdffa9439943dfb/pathlib2-2.3.0.tar.gz";
1047 sha256 = "1cx5gs2v9j2vnzmcrbq5l8fq2mwrr1h6pyf1sjdji2w1bavm09fk";
1047 sha256 = "1cx5gs2v9j2vnzmcrbq5l8fq2mwrr1h6pyf1sjdji2w1bavm09fk";
1048 };
1048 };
1049 meta = {
1049 meta = {
1050 license = [ pkgs.lib.licenses.mit ];
1050 license = [ pkgs.lib.licenses.mit ];
1051 };
1051 };
1052 };
1052 };
1053 "peppercorn" = super.buildPythonPackage {
1053 "peppercorn" = super.buildPythonPackage {
1054 name = "peppercorn-0.5";
1054 name = "peppercorn-0.5";
1055 doCheck = false;
1055 doCheck = false;
1056 src = fetchurl {
1056 src = fetchurl {
1057 url = "https://files.pythonhosted.org/packages/45/ec/a62ec317d1324a01567c5221b420742f094f05ee48097e5157d32be3755c/peppercorn-0.5.tar.gz";
1057 url = "https://files.pythonhosted.org/packages/45/ec/a62ec317d1324a01567c5221b420742f094f05ee48097e5157d32be3755c/peppercorn-0.5.tar.gz";
1058 sha256 = "0jvp144zn7yqk9kbpxc059167mlqk85i5lpvl1niw8gsa5fvl74j";
1058 sha256 = "0jvp144zn7yqk9kbpxc059167mlqk85i5lpvl1niw8gsa5fvl74j";
1059 };
1059 };
1060 meta = {
1060 meta = {
1061 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1061 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1062 };
1062 };
1063 };
1063 };
1064 "pexpect" = super.buildPythonPackage {
1064 "pexpect" = super.buildPythonPackage {
1065 name = "pexpect-4.6.0";
1065 name = "pexpect-4.6.0";
1066 doCheck = false;
1066 doCheck = false;
1067 propagatedBuildInputs = [
1067 propagatedBuildInputs = [
1068 self."ptyprocess"
1068 self."ptyprocess"
1069 ];
1069 ];
1070 src = fetchurl {
1070 src = fetchurl {
1071 url = "https://files.pythonhosted.org/packages/89/43/07d07654ee3e25235d8cea4164cdee0ec39d1fda8e9203156ebe403ffda4/pexpect-4.6.0.tar.gz";
1071 url = "https://files.pythonhosted.org/packages/89/43/07d07654ee3e25235d8cea4164cdee0ec39d1fda8e9203156ebe403ffda4/pexpect-4.6.0.tar.gz";
1072 sha256 = "1fla85g47iaxxpjhp9vkxdnv4pgc7rplfy6ja491smrrk0jqi3ia";
1072 sha256 = "1fla85g47iaxxpjhp9vkxdnv4pgc7rplfy6ja491smrrk0jqi3ia";
1073 };
1073 };
1074 meta = {
1074 meta = {
1075 license = [ pkgs.lib.licenses.isc { fullName = "ISC License (ISCL)"; } ];
1075 license = [ pkgs.lib.licenses.isc { fullName = "ISC License (ISCL)"; } ];
1076 };
1076 };
1077 };
1077 };
1078 "pickleshare" = super.buildPythonPackage {
1078 "pickleshare" = super.buildPythonPackage {
1079 name = "pickleshare-0.7.4";
1079 name = "pickleshare-0.7.4";
1080 doCheck = false;
1080 doCheck = false;
1081 propagatedBuildInputs = [
1081 propagatedBuildInputs = [
1082 self."pathlib2"
1082 self."pathlib2"
1083 ];
1083 ];
1084 src = fetchurl {
1084 src = fetchurl {
1085 url = "https://files.pythonhosted.org/packages/69/fe/dd137d84daa0fd13a709e448138e310d9ea93070620c9db5454e234af525/pickleshare-0.7.4.tar.gz";
1085 url = "https://files.pythonhosted.org/packages/69/fe/dd137d84daa0fd13a709e448138e310d9ea93070620c9db5454e234af525/pickleshare-0.7.4.tar.gz";
1086 sha256 = "0yvk14dzxk7g6qpr7iw23vzqbsr0dh4ij4xynkhnzpfz4xr2bac4";
1086 sha256 = "0yvk14dzxk7g6qpr7iw23vzqbsr0dh4ij4xynkhnzpfz4xr2bac4";
1087 };
1087 };
1088 meta = {
1088 meta = {
1089 license = [ pkgs.lib.licenses.mit ];
1089 license = [ pkgs.lib.licenses.mit ];
1090 };
1090 };
1091 };
1091 };
1092 "plaster" = super.buildPythonPackage {
1092 "plaster" = super.buildPythonPackage {
1093 name = "plaster-1.0";
1093 name = "plaster-1.0";
1094 doCheck = false;
1094 doCheck = false;
1095 propagatedBuildInputs = [
1095 propagatedBuildInputs = [
1096 self."setuptools"
1096 self."setuptools"
1097 ];
1097 ];
1098 src = fetchurl {
1098 src = fetchurl {
1099 url = "https://files.pythonhosted.org/packages/37/e1/56d04382d718d32751017d32f351214384e529b794084eee20bb52405563/plaster-1.0.tar.gz";
1099 url = "https://files.pythonhosted.org/packages/37/e1/56d04382d718d32751017d32f351214384e529b794084eee20bb52405563/plaster-1.0.tar.gz";
1100 sha256 = "1hy8k0nv2mxq94y5aysk6hjk9ryb4bsd13g83m60hcyzxz3wflc3";
1100 sha256 = "1hy8k0nv2mxq94y5aysk6hjk9ryb4bsd13g83m60hcyzxz3wflc3";
1101 };
1101 };
1102 meta = {
1102 meta = {
1103 license = [ pkgs.lib.licenses.mit ];
1103 license = [ pkgs.lib.licenses.mit ];
1104 };
1104 };
1105 };
1105 };
1106 "plaster-pastedeploy" = super.buildPythonPackage {
1106 "plaster-pastedeploy" = super.buildPythonPackage {
1107 name = "plaster-pastedeploy-0.6";
1107 name = "plaster-pastedeploy-0.6";
1108 doCheck = false;
1108 doCheck = false;
1109 propagatedBuildInputs = [
1109 propagatedBuildInputs = [
1110 self."pastedeploy"
1110 self."pastedeploy"
1111 self."plaster"
1111 self."plaster"
1112 ];
1112 ];
1113 src = fetchurl {
1113 src = fetchurl {
1114 url = "https://files.pythonhosted.org/packages/3f/e7/6a6833158d2038ec40085433308a1e164fd1dac595513f6dd556d5669bb8/plaster_pastedeploy-0.6.tar.gz";
1114 url = "https://files.pythonhosted.org/packages/3f/e7/6a6833158d2038ec40085433308a1e164fd1dac595513f6dd556d5669bb8/plaster_pastedeploy-0.6.tar.gz";
1115 sha256 = "1bkggk18f4z2bmsmxyxabvf62znvjwbivzh880419r3ap0616cf2";
1115 sha256 = "1bkggk18f4z2bmsmxyxabvf62znvjwbivzh880419r3ap0616cf2";
1116 };
1116 };
1117 meta = {
1117 meta = {
1118 license = [ pkgs.lib.licenses.mit ];
1118 license = [ pkgs.lib.licenses.mit ];
1119 };
1119 };
1120 };
1120 };
1121 "pluggy" = super.buildPythonPackage {
1121 "pluggy" = super.buildPythonPackage {
1122 name = "pluggy-0.6.0";
1122 name = "pluggy-0.6.0";
1123 doCheck = false;
1123 doCheck = false;
1124 src = fetchurl {
1124 src = fetchurl {
1125 url = "https://files.pythonhosted.org/packages/11/bf/cbeb8cdfaffa9f2ea154a30ae31a9d04a1209312e2919138b4171a1f8199/pluggy-0.6.0.tar.gz";
1125 url = "https://files.pythonhosted.org/packages/11/bf/cbeb8cdfaffa9f2ea154a30ae31a9d04a1209312e2919138b4171a1f8199/pluggy-0.6.0.tar.gz";
1126 sha256 = "1zqckndfn85l1cd8pndw212zg1bq9fkg1nnj32kp2mppppsyg2kz";
1126 sha256 = "1zqckndfn85l1cd8pndw212zg1bq9fkg1nnj32kp2mppppsyg2kz";
1127 };
1127 };
1128 meta = {
1128 meta = {
1129 license = [ pkgs.lib.licenses.mit ];
1129 license = [ pkgs.lib.licenses.mit ];
1130 };
1130 };
1131 };
1131 };
1132 "prompt-toolkit" = super.buildPythonPackage {
1132 "prompt-toolkit" = super.buildPythonPackage {
1133 name = "prompt-toolkit-1.0.15";
1133 name = "prompt-toolkit-1.0.15";
1134 doCheck = false;
1134 doCheck = false;
1135 propagatedBuildInputs = [
1135 propagatedBuildInputs = [
1136 self."six"
1136 self."six"
1137 self."wcwidth"
1137 self."wcwidth"
1138 ];
1138 ];
1139 src = fetchurl {
1139 src = fetchurl {
1140 url = "https://files.pythonhosted.org/packages/8a/ad/cf6b128866e78ad6d7f1dc5b7f99885fb813393d9860778b2984582e81b5/prompt_toolkit-1.0.15.tar.gz";
1140 url = "https://files.pythonhosted.org/packages/8a/ad/cf6b128866e78ad6d7f1dc5b7f99885fb813393d9860778b2984582e81b5/prompt_toolkit-1.0.15.tar.gz";
1141 sha256 = "05v9h5nydljwpj5nm8n804ms0glajwfy1zagrzqrg91wk3qqi1c5";
1141 sha256 = "05v9h5nydljwpj5nm8n804ms0glajwfy1zagrzqrg91wk3qqi1c5";
1142 };
1142 };
1143 meta = {
1143 meta = {
1144 license = [ pkgs.lib.licenses.bsdOriginal ];
1144 license = [ pkgs.lib.licenses.bsdOriginal ];
1145 };
1145 };
1146 };
1146 };
1147 "psutil" = super.buildPythonPackage {
1147 "psutil" = super.buildPythonPackage {
1148 name = "psutil-5.4.6";
1148 name = "psutil-5.4.6";
1149 doCheck = false;
1149 doCheck = false;
1150 src = fetchurl {
1150 src = fetchurl {
1151 url = "https://files.pythonhosted.org/packages/51/9e/0f8f5423ce28c9109807024f7bdde776ed0b1161de20b408875de7e030c3/psutil-5.4.6.tar.gz";
1151 url = "https://files.pythonhosted.org/packages/51/9e/0f8f5423ce28c9109807024f7bdde776ed0b1161de20b408875de7e030c3/psutil-5.4.6.tar.gz";
1152 sha256 = "1xmw4qi6hnrhw81xqzkvmsm9im7j2vkk4v26ycjwq2jczqsmlvk8";
1152 sha256 = "1xmw4qi6hnrhw81xqzkvmsm9im7j2vkk4v26ycjwq2jczqsmlvk8";
1153 };
1153 };
1154 meta = {
1154 meta = {
1155 license = [ pkgs.lib.licenses.bsdOriginal ];
1155 license = [ pkgs.lib.licenses.bsdOriginal ];
1156 };
1156 };
1157 };
1157 };
1158 "psycopg2" = super.buildPythonPackage {
1158 "psycopg2" = super.buildPythonPackage {
1159 name = "psycopg2-2.7.4";
1159 name = "psycopg2-2.7.4";
1160 doCheck = false;
1160 doCheck = false;
1161 src = fetchurl {
1161 src = fetchurl {
1162 url = "https://files.pythonhosted.org/packages/74/83/51580322ed0e82cba7ad8e0af590b8fb2cf11bd5aaa1ed872661bd36f462/psycopg2-2.7.4.tar.gz";
1162 url = "https://files.pythonhosted.org/packages/74/83/51580322ed0e82cba7ad8e0af590b8fb2cf11bd5aaa1ed872661bd36f462/psycopg2-2.7.4.tar.gz";
1163 sha256 = "02b2yaf1hlwb91xkscbzmajpfj5z3d8yikzh5r48fs8gss8i3xcb";
1163 sha256 = "02b2yaf1hlwb91xkscbzmajpfj5z3d8yikzh5r48fs8gss8i3xcb";
1164 };
1164 };
1165 meta = {
1165 meta = {
1166 license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
1166 license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
1167 };
1167 };
1168 };
1168 };
1169 "ptyprocess" = super.buildPythonPackage {
1169 "ptyprocess" = super.buildPythonPackage {
1170 name = "ptyprocess-0.6.0";
1170 name = "ptyprocess-0.6.0";
1171 doCheck = false;
1171 doCheck = false;
1172 src = fetchurl {
1172 src = fetchurl {
1173 url = "https://files.pythonhosted.org/packages/7d/2d/e4b8733cf79b7309d84c9081a4ab558c89d8c89da5961bf4ddb050ca1ce0/ptyprocess-0.6.0.tar.gz";
1173 url = "https://files.pythonhosted.org/packages/7d/2d/e4b8733cf79b7309d84c9081a4ab558c89d8c89da5961bf4ddb050ca1ce0/ptyprocess-0.6.0.tar.gz";
1174 sha256 = "1h4lcd3w5nrxnsk436ar7fwkiy5rfn5wj2xwy9l0r4mdqnf2jgwj";
1174 sha256 = "1h4lcd3w5nrxnsk436ar7fwkiy5rfn5wj2xwy9l0r4mdqnf2jgwj";
1175 };
1175 };
1176 meta = {
1176 meta = {
1177 license = [ ];
1177 license = [ ];
1178 };
1178 };
1179 };
1179 };
1180 "py" = super.buildPythonPackage {
1180 "py" = super.buildPythonPackage {
1181 name = "py-1.5.3";
1181 name = "py-1.5.3";
1182 doCheck = false;
1182 doCheck = false;
1183 src = fetchurl {
1183 src = fetchurl {
1184 url = "https://files.pythonhosted.org/packages/f7/84/b4c6e84672c4ceb94f727f3da8344037b62cee960d80e999b1cd9b832d83/py-1.5.3.tar.gz";
1184 url = "https://files.pythonhosted.org/packages/f7/84/b4c6e84672c4ceb94f727f3da8344037b62cee960d80e999b1cd9b832d83/py-1.5.3.tar.gz";
1185 sha256 = "10gq2lckvgwlk9w6yzijhzkarx44hsaknd0ypa08wlnpjnsgmj99";
1185 sha256 = "10gq2lckvgwlk9w6yzijhzkarx44hsaknd0ypa08wlnpjnsgmj99";
1186 };
1186 };
1187 meta = {
1187 meta = {
1188 license = [ pkgs.lib.licenses.mit ];
1188 license = [ pkgs.lib.licenses.mit ];
1189 };
1189 };
1190 };
1190 };
1191 "py-bcrypt" = super.buildPythonPackage {
1191 "py-bcrypt" = super.buildPythonPackage {
1192 name = "py-bcrypt-0.4";
1192 name = "py-bcrypt-0.4";
1193 doCheck = false;
1193 doCheck = false;
1194 src = fetchurl {
1194 src = fetchurl {
1195 url = "https://files.pythonhosted.org/packages/68/b1/1c3068c5c4d2e35c48b38dcc865301ebfdf45f54507086ac65ced1fd3b3d/py-bcrypt-0.4.tar.gz";
1195 url = "https://files.pythonhosted.org/packages/68/b1/1c3068c5c4d2e35c48b38dcc865301ebfdf45f54507086ac65ced1fd3b3d/py-bcrypt-0.4.tar.gz";
1196 sha256 = "0y6smdggwi5s72v6p1nn53dg6w05hna3d264cq6kas0lap73p8az";
1196 sha256 = "0y6smdggwi5s72v6p1nn53dg6w05hna3d264cq6kas0lap73p8az";
1197 };
1197 };
1198 meta = {
1198 meta = {
1199 license = [ pkgs.lib.licenses.bsdOriginal ];
1199 license = [ pkgs.lib.licenses.bsdOriginal ];
1200 };
1200 };
1201 };
1201 };
1202 "py-gfm" = super.buildPythonPackage {
1202 "py-gfm" = super.buildPythonPackage {
1203 name = "py-gfm-0.1.3";
1203 name = "py-gfm-0.1.3";
1204 doCheck = false;
1204 doCheck = false;
1205 propagatedBuildInputs = [
1205 propagatedBuildInputs = [
1206 self."setuptools"
1206 self."setuptools"
1207 self."markdown"
1207 self."markdown"
1208 ];
1208 ];
1209 src = fetchurl {
1209 src = fetchurl {
1210 url = "https://files.pythonhosted.org/packages/12/e4/6b3d8678da04f97d7490d8264d8de51c2dc9fb91209ccee9c515c95e14c5/py-gfm-0.1.3.tar.gz";
1210 url = "https://files.pythonhosted.org/packages/12/e4/6b3d8678da04f97d7490d8264d8de51c2dc9fb91209ccee9c515c95e14c5/py-gfm-0.1.3.tar.gz";
1211 sha256 = "162ggwwj0af9g3s1k8m4bfwbvis03x9pinnf35mj79pb90rf81zi";
1211 sha256 = "162ggwwj0af9g3s1k8m4bfwbvis03x9pinnf35mj79pb90rf81zi";
1212 };
1212 };
1213 meta = {
1213 meta = {
1214 license = [ pkgs.lib.licenses.bsdOriginal ];
1214 license = [ pkgs.lib.licenses.bsdOriginal ];
1215 };
1215 };
1216 };
1216 };
1217 "pyasn1" = super.buildPythonPackage {
1217 "pyasn1" = super.buildPythonPackage {
1218 name = "pyasn1-0.4.4";
1218 name = "pyasn1-0.4.4";
1219 doCheck = false;
1219 doCheck = false;
1220 src = fetchurl {
1220 src = fetchurl {
1221 url = "https://files.pythonhosted.org/packages/10/46/059775dc8e50f722d205452bced4b3cc965d27e8c3389156acd3b1123ae3/pyasn1-0.4.4.tar.gz";
1221 url = "https://files.pythonhosted.org/packages/10/46/059775dc8e50f722d205452bced4b3cc965d27e8c3389156acd3b1123ae3/pyasn1-0.4.4.tar.gz";
1222 sha256 = "0drilmx5j25aplfr5wrml0030cs5fgxp9yp94fhllxgx28yjm3zm";
1222 sha256 = "0drilmx5j25aplfr5wrml0030cs5fgxp9yp94fhllxgx28yjm3zm";
1223 };
1223 };
1224 meta = {
1224 meta = {
1225 license = [ pkgs.lib.licenses.bsdOriginal ];
1225 license = [ pkgs.lib.licenses.bsdOriginal ];
1226 };
1226 };
1227 };
1227 };
1228 "pyasn1-modules" = super.buildPythonPackage {
1228 "pyasn1-modules" = super.buildPythonPackage {
1229 name = "pyasn1-modules-0.2.2";
1229 name = "pyasn1-modules-0.2.2";
1230 doCheck = false;
1230 doCheck = false;
1231 propagatedBuildInputs = [
1231 propagatedBuildInputs = [
1232 self."pyasn1"
1232 self."pyasn1"
1233 ];
1233 ];
1234 src = fetchurl {
1234 src = fetchurl {
1235 url = "https://files.pythonhosted.org/packages/37/33/74ebdc52be534e683dc91faf263931bc00ae05c6073909fde53999088541/pyasn1-modules-0.2.2.tar.gz";
1235 url = "https://files.pythonhosted.org/packages/37/33/74ebdc52be534e683dc91faf263931bc00ae05c6073909fde53999088541/pyasn1-modules-0.2.2.tar.gz";
1236 sha256 = "0ivm850yi7ajjbi8j115qpsj95bgxdsx48nbjzg0zip788c3xkx0";
1236 sha256 = "0ivm850yi7ajjbi8j115qpsj95bgxdsx48nbjzg0zip788c3xkx0";
1237 };
1237 };
1238 meta = {
1238 meta = {
1239 license = [ pkgs.lib.licenses.bsdOriginal ];
1239 license = [ pkgs.lib.licenses.bsdOriginal ];
1240 };
1240 };
1241 };
1241 };
1242 "pycrypto" = super.buildPythonPackage {
1242 "pycrypto" = super.buildPythonPackage {
1243 name = "pycrypto-2.6.1";
1243 name = "pycrypto-2.6.1";
1244 doCheck = false;
1244 doCheck = false;
1245 src = fetchurl {
1245 src = fetchurl {
1246 url = "https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz";
1246 url = "https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz";
1247 sha256 = "0g0ayql5b9mkjam8hym6zyg6bv77lbh66rv1fyvgqb17kfc1xkpj";
1247 sha256 = "0g0ayql5b9mkjam8hym6zyg6bv77lbh66rv1fyvgqb17kfc1xkpj";
1248 };
1248 };
1249 meta = {
1249 meta = {
1250 license = [ pkgs.lib.licenses.publicDomain ];
1250 license = [ pkgs.lib.licenses.publicDomain ];
1251 };
1251 };
1252 };
1252 };
1253 "pycurl" = super.buildPythonPackage {
1253 "pycurl" = super.buildPythonPackage {
1254 name = "pycurl-7.19.5";
1254 name = "pycurl-7.43.0.2";
1255 doCheck = false;
1255 doCheck = false;
1256 src = fetchurl {
1256 src = fetchurl {
1257 url = "https://files.pythonhosted.org/packages/6c/48/13bad289ef6f4869b1d8fc11ae54de8cfb3cc4a2eb9f7419c506f763be46/pycurl-7.19.5.tar.gz";
1257 url = "https://files.pythonhosted.org/packages/e8/e4/0dbb8735407189f00b33d84122b9be52c790c7c3b25286826f4e1bdb7bde/pycurl-7.43.0.2.tar.gz";
1258 sha256 = "0hqsap82zklhi5fxhc69kxrwzb0g9566f7sdpz7f9gyxkmyam839";
1258 sha256 = "1915kb04k1j4y6k1dx1sgnbddxrl9r1n4q928if2lkrdm73xy30g";
1259 };
1259 };
1260 meta = {
1260 meta = {
1261 license = [ pkgs.lib.licenses.mit { fullName = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1261 license = [ pkgs.lib.licenses.mit { fullName = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1262 };
1262 };
1263 };
1263 };
1264 "pyflakes" = super.buildPythonPackage {
1264 "pyflakes" = super.buildPythonPackage {
1265 name = "pyflakes-0.8.1";
1265 name = "pyflakes-0.8.1";
1266 doCheck = false;
1266 doCheck = false;
1267 src = fetchurl {
1267 src = fetchurl {
1268 url = "https://files.pythonhosted.org/packages/75/22/a90ec0252f4f87f3ffb6336504de71fe16a49d69c4538dae2f12b9360a38/pyflakes-0.8.1.tar.gz";
1268 url = "https://files.pythonhosted.org/packages/75/22/a90ec0252f4f87f3ffb6336504de71fe16a49d69c4538dae2f12b9360a38/pyflakes-0.8.1.tar.gz";
1269 sha256 = "0sbpq6pqm1i9wqi41mlfrsc5rk92jv4mskvlyxmnhlbdnc80ma1z";
1269 sha256 = "0sbpq6pqm1i9wqi41mlfrsc5rk92jv4mskvlyxmnhlbdnc80ma1z";
1270 };
1270 };
1271 meta = {
1271 meta = {
1272 license = [ pkgs.lib.licenses.mit ];
1272 license = [ pkgs.lib.licenses.mit ];
1273 };
1273 };
1274 };
1274 };
1275 "pygments" = super.buildPythonPackage {
1275 "pygments" = super.buildPythonPackage {
1276 name = "pygments-2.2.0";
1276 name = "pygments-2.2.0";
1277 doCheck = false;
1277 doCheck = false;
1278 src = fetchurl {
1278 src = fetchurl {
1279 url = "https://files.pythonhosted.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz";
1279 url = "https://files.pythonhosted.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz";
1280 sha256 = "1k78qdvir1yb1c634nkv6rbga8wv4289xarghmsbbvzhvr311bnv";
1280 sha256 = "1k78qdvir1yb1c634nkv6rbga8wv4289xarghmsbbvzhvr311bnv";
1281 };
1281 };
1282 meta = {
1282 meta = {
1283 license = [ pkgs.lib.licenses.bsdOriginal ];
1283 license = [ pkgs.lib.licenses.bsdOriginal ];
1284 };
1284 };
1285 };
1285 };
1286 "pygments-markdown-lexer" = super.buildPythonPackage {
1286 "pygments-markdown-lexer" = super.buildPythonPackage {
1287 name = "pygments-markdown-lexer-0.1.0.dev39";
1287 name = "pygments-markdown-lexer-0.1.0.dev39";
1288 doCheck = false;
1288 doCheck = false;
1289 propagatedBuildInputs = [
1289 propagatedBuildInputs = [
1290 self."pygments"
1290 self."pygments"
1291 ];
1291 ];
1292 src = fetchurl {
1292 src = fetchurl {
1293 url = "https://files.pythonhosted.org/packages/c3/12/674cdee66635d638cedb2c5d9c85ce507b7b2f91bdba29e482f1b1160ff6/pygments-markdown-lexer-0.1.0.dev39.zip";
1293 url = "https://files.pythonhosted.org/packages/c3/12/674cdee66635d638cedb2c5d9c85ce507b7b2f91bdba29e482f1b1160ff6/pygments-markdown-lexer-0.1.0.dev39.zip";
1294 sha256 = "1pzb5wy23q3fhs0rqzasjnw6hdzwjngpakb73i98cn0b8lk8q4jc";
1294 sha256 = "1pzb5wy23q3fhs0rqzasjnw6hdzwjngpakb73i98cn0b8lk8q4jc";
1295 };
1295 };
1296 meta = {
1296 meta = {
1297 license = [ pkgs.lib.licenses.asl20 ];
1297 license = [ pkgs.lib.licenses.asl20 ];
1298 };
1298 };
1299 };
1299 };
1300 "pymysql" = super.buildPythonPackage {
1300 "pymysql" = super.buildPythonPackage {
1301 name = "pymysql-0.8.1";
1301 name = "pymysql-0.8.1";
1302 doCheck = false;
1302 doCheck = false;
1303 src = fetchurl {
1303 src = fetchurl {
1304 url = "https://files.pythonhosted.org/packages/44/39/6bcb83cae0095a31b6be4511707fdf2009d3e29903a55a0494d3a9a2fac0/PyMySQL-0.8.1.tar.gz";
1304 url = "https://files.pythonhosted.org/packages/44/39/6bcb83cae0095a31b6be4511707fdf2009d3e29903a55a0494d3a9a2fac0/PyMySQL-0.8.1.tar.gz";
1305 sha256 = "0a96crz55bw4h6myh833skrli7b0ck89m3x673y2z2ryy7zrpq9l";
1305 sha256 = "0a96crz55bw4h6myh833skrli7b0ck89m3x673y2z2ryy7zrpq9l";
1306 };
1306 };
1307 meta = {
1307 meta = {
1308 license = [ pkgs.lib.licenses.mit ];
1308 license = [ pkgs.lib.licenses.mit ];
1309 };
1309 };
1310 };
1310 };
1311 "pyotp" = super.buildPythonPackage {
1311 "pyotp" = super.buildPythonPackage {
1312 name = "pyotp-2.2.6";
1312 name = "pyotp-2.2.6";
1313 doCheck = false;
1313 doCheck = false;
1314 src = fetchurl {
1314 src = fetchurl {
1315 url = "https://files.pythonhosted.org/packages/67/69/131f5ad63de40c30f3be88d891e4a2ea1b69398528db99bc1e5c543422fa/pyotp-2.2.6.tar.gz";
1315 url = "https://files.pythonhosted.org/packages/67/69/131f5ad63de40c30f3be88d891e4a2ea1b69398528db99bc1e5c543422fa/pyotp-2.2.6.tar.gz";
1316 sha256 = "0sdxxvr3j4j0pk26v258jpxhgpbnpmyqhvzhl24hsd50j7fk14fx";
1316 sha256 = "0sdxxvr3j4j0pk26v258jpxhgpbnpmyqhvzhl24hsd50j7fk14fx";
1317 };
1317 };
1318 meta = {
1318 meta = {
1319 license = [ pkgs.lib.licenses.bsdOriginal ];
1319 license = [ pkgs.lib.licenses.bsdOriginal ];
1320 };
1320 };
1321 };
1321 };
1322 "pyparsing" = super.buildPythonPackage {
1322 "pyparsing" = super.buildPythonPackage {
1323 name = "pyparsing-1.5.7";
1323 name = "pyparsing-1.5.7";
1324 doCheck = false;
1324 doCheck = false;
1325 src = fetchurl {
1325 src = fetchurl {
1326 url = "https://files.pythonhosted.org/packages/6f/2c/47457771c02a8ff0f302b695e094ec309e30452232bd79198ee94fda689f/pyparsing-1.5.7.tar.gz";
1326 url = "https://files.pythonhosted.org/packages/6f/2c/47457771c02a8ff0f302b695e094ec309e30452232bd79198ee94fda689f/pyparsing-1.5.7.tar.gz";
1327 sha256 = "17z7ws076z977sclj628fvwrp8y9j2rvdjcsq42v129n1gwi8vk4";
1327 sha256 = "17z7ws076z977sclj628fvwrp8y9j2rvdjcsq42v129n1gwi8vk4";
1328 };
1328 };
1329 meta = {
1329 meta = {
1330 license = [ pkgs.lib.licenses.mit ];
1330 license = [ pkgs.lib.licenses.mit ];
1331 };
1331 };
1332 };
1332 };
1333 "pyramid" = super.buildPythonPackage {
1333 "pyramid" = super.buildPythonPackage {
1334 name = "pyramid-1.9.2";
1334 name = "pyramid-1.9.2";
1335 doCheck = false;
1335 doCheck = false;
1336 propagatedBuildInputs = [
1336 propagatedBuildInputs = [
1337 self."setuptools"
1337 self."setuptools"
1338 self."webob"
1338 self."webob"
1339 self."repoze.lru"
1339 self."repoze.lru"
1340 self."zope.interface"
1340 self."zope.interface"
1341 self."zope.deprecation"
1341 self."zope.deprecation"
1342 self."venusian"
1342 self."venusian"
1343 self."translationstring"
1343 self."translationstring"
1344 self."pastedeploy"
1344 self."pastedeploy"
1345 self."plaster"
1345 self."plaster"
1346 self."plaster-pastedeploy"
1346 self."plaster-pastedeploy"
1347 self."hupper"
1347 self."hupper"
1348 ];
1348 ];
1349 src = fetchurl {
1349 src = fetchurl {
1350 url = "https://files.pythonhosted.org/packages/a0/c1/b321d07cfc4870541989ad131c86a1d593bfe802af0eca9718a0dadfb97a/pyramid-1.9.2.tar.gz";
1350 url = "https://files.pythonhosted.org/packages/a0/c1/b321d07cfc4870541989ad131c86a1d593bfe802af0eca9718a0dadfb97a/pyramid-1.9.2.tar.gz";
1351 sha256 = "09drsl0346nchgxp2j7sa5hlk7mkhfld9wvbd0wicacrp26a92fg";
1351 sha256 = "09drsl0346nchgxp2j7sa5hlk7mkhfld9wvbd0wicacrp26a92fg";
1352 };
1352 };
1353 meta = {
1353 meta = {
1354 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1354 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1355 };
1355 };
1356 };
1356 };
1357 "pyramid-beaker" = super.buildPythonPackage {
1357 "pyramid-beaker" = super.buildPythonPackage {
1358 name = "pyramid-beaker-0.8";
1358 name = "pyramid-beaker-0.8";
1359 doCheck = false;
1359 doCheck = false;
1360 propagatedBuildInputs = [
1360 propagatedBuildInputs = [
1361 self."pyramid"
1361 self."pyramid"
1362 self."beaker"
1362 self."beaker"
1363 ];
1363 ];
1364 src = fetchurl {
1364 src = fetchurl {
1365 url = "https://files.pythonhosted.org/packages/d9/6e/b85426e00fd3d57f4545f74e1c3828552d8700f13ededeef9233f7bca8be/pyramid_beaker-0.8.tar.gz";
1365 url = "https://files.pythonhosted.org/packages/d9/6e/b85426e00fd3d57f4545f74e1c3828552d8700f13ededeef9233f7bca8be/pyramid_beaker-0.8.tar.gz";
1366 sha256 = "0hflx3qkcdml1mwpq53sz46s7jickpfn0zy0ns2c7j445j66bp3p";
1366 sha256 = "0hflx3qkcdml1mwpq53sz46s7jickpfn0zy0ns2c7j445j66bp3p";
1367 };
1367 };
1368 meta = {
1368 meta = {
1369 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1369 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1370 };
1370 };
1371 };
1371 };
1372 "pyramid-debugtoolbar" = super.buildPythonPackage {
1372 "pyramid-debugtoolbar" = super.buildPythonPackage {
1373 name = "pyramid-debugtoolbar-4.4";
1373 name = "pyramid-debugtoolbar-4.4";
1374 doCheck = false;
1374 doCheck = false;
1375 propagatedBuildInputs = [
1375 propagatedBuildInputs = [
1376 self."pyramid"
1376 self."pyramid"
1377 self."pyramid-mako"
1377 self."pyramid-mako"
1378 self."repoze.lru"
1378 self."repoze.lru"
1379 self."pygments"
1379 self."pygments"
1380 self."ipaddress"
1380 self."ipaddress"
1381 ];
1381 ];
1382 src = fetchurl {
1382 src = fetchurl {
1383 url = "https://files.pythonhosted.org/packages/00/6f/c04eb4e715a7a5a4b24079ab7ffd1dceb1f70b2e24fc17686a2922dbac0a/pyramid_debugtoolbar-4.4.tar.gz";
1383 url = "https://files.pythonhosted.org/packages/00/6f/c04eb4e715a7a5a4b24079ab7ffd1dceb1f70b2e24fc17686a2922dbac0a/pyramid_debugtoolbar-4.4.tar.gz";
1384 sha256 = "17p7nxvapvy2hab1rah3ndq2kbs4v83pixj8x2n4m7008ai9lxsz";
1384 sha256 = "17p7nxvapvy2hab1rah3ndq2kbs4v83pixj8x2n4m7008ai9lxsz";
1385 };
1385 };
1386 meta = {
1386 meta = {
1387 license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ];
1387 license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ];
1388 };
1388 };
1389 };
1389 };
1390 "pyramid-jinja2" = super.buildPythonPackage {
1390 "pyramid-jinja2" = super.buildPythonPackage {
1391 name = "pyramid-jinja2-2.7";
1391 name = "pyramid-jinja2-2.7";
1392 doCheck = false;
1392 doCheck = false;
1393 propagatedBuildInputs = [
1393 propagatedBuildInputs = [
1394 self."pyramid"
1394 self."pyramid"
1395 self."zope.deprecation"
1395 self."zope.deprecation"
1396 self."jinja2"
1396 self."jinja2"
1397 self."markupsafe"
1397 self."markupsafe"
1398 ];
1398 ];
1399 src = fetchurl {
1399 src = fetchurl {
1400 url = "https://files.pythonhosted.org/packages/d8/80/d60a7233823de22ce77bd864a8a83736a1fe8b49884b08303a2e68b2c853/pyramid_jinja2-2.7.tar.gz";
1400 url = "https://files.pythonhosted.org/packages/d8/80/d60a7233823de22ce77bd864a8a83736a1fe8b49884b08303a2e68b2c853/pyramid_jinja2-2.7.tar.gz";
1401 sha256 = "1sz5s0pp5jqhf4w22w9527yz8hgdi4mhr6apd6vw1gm5clghh8aw";
1401 sha256 = "1sz5s0pp5jqhf4w22w9527yz8hgdi4mhr6apd6vw1gm5clghh8aw";
1402 };
1402 };
1403 meta = {
1403 meta = {
1404 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1404 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1405 };
1405 };
1406 };
1406 };
1407 "pyramid-mako" = super.buildPythonPackage {
1407 "pyramid-mako" = super.buildPythonPackage {
1408 name = "pyramid-mako-1.0.2";
1408 name = "pyramid-mako-1.0.2";
1409 doCheck = false;
1409 doCheck = false;
1410 propagatedBuildInputs = [
1410 propagatedBuildInputs = [
1411 self."pyramid"
1411 self."pyramid"
1412 self."mako"
1412 self."mako"
1413 ];
1413 ];
1414 src = fetchurl {
1414 src = fetchurl {
1415 url = "https://files.pythonhosted.org/packages/f1/92/7e69bcf09676d286a71cb3bbb887b16595b96f9ba7adbdc239ffdd4b1eb9/pyramid_mako-1.0.2.tar.gz";
1415 url = "https://files.pythonhosted.org/packages/f1/92/7e69bcf09676d286a71cb3bbb887b16595b96f9ba7adbdc239ffdd4b1eb9/pyramid_mako-1.0.2.tar.gz";
1416 sha256 = "18gk2vliq8z4acblsl6yzgbvnr9rlxjlcqir47km7kvlk1xri83d";
1416 sha256 = "18gk2vliq8z4acblsl6yzgbvnr9rlxjlcqir47km7kvlk1xri83d";
1417 };
1417 };
1418 meta = {
1418 meta = {
1419 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1419 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1420 };
1420 };
1421 };
1421 };
1422 "pysqlite" = super.buildPythonPackage {
1422 "pysqlite" = super.buildPythonPackage {
1423 name = "pysqlite-2.8.3";
1423 name = "pysqlite-2.8.3";
1424 doCheck = false;
1424 doCheck = false;
1425 src = fetchurl {
1425 src = fetchurl {
1426 url = "https://files.pythonhosted.org/packages/42/02/981b6703e3c83c5b25a829c6e77aad059f9481b0bbacb47e6e8ca12bd731/pysqlite-2.8.3.tar.gz";
1426 url = "https://files.pythonhosted.org/packages/42/02/981b6703e3c83c5b25a829c6e77aad059f9481b0bbacb47e6e8ca12bd731/pysqlite-2.8.3.tar.gz";
1427 sha256 = "1424gwq9sil2ffmnizk60q36vydkv8rxs6m7xs987kz8cdc37lqp";
1427 sha256 = "1424gwq9sil2ffmnizk60q36vydkv8rxs6m7xs987kz8cdc37lqp";
1428 };
1428 };
1429 meta = {
1429 meta = {
1430 license = [ { fullName = "zlib/libpng License"; } { fullName = "zlib/libpng license"; } ];
1430 license = [ { fullName = "zlib/libpng License"; } { fullName = "zlib/libpng license"; } ];
1431 };
1431 };
1432 };
1432 };
1433 "pytest" = super.buildPythonPackage {
1433 "pytest" = super.buildPythonPackage {
1434 name = "pytest-3.6.0";
1434 name = "pytest-3.6.0";
1435 doCheck = false;
1435 doCheck = false;
1436 propagatedBuildInputs = [
1436 propagatedBuildInputs = [
1437 self."py"
1437 self."py"
1438 self."six"
1438 self."six"
1439 self."setuptools"
1439 self."setuptools"
1440 self."attrs"
1440 self."attrs"
1441 self."more-itertools"
1441 self."more-itertools"
1442 self."atomicwrites"
1442 self."atomicwrites"
1443 self."pluggy"
1443 self."pluggy"
1444 self."funcsigs"
1444 self."funcsigs"
1445 ];
1445 ];
1446 src = fetchurl {
1446 src = fetchurl {
1447 url = "https://files.pythonhosted.org/packages/67/6a/5bcdc22f8dbada1d2910d6e1a3a03f6b14306c78f81122890735b28be4bf/pytest-3.6.0.tar.gz";
1447 url = "https://files.pythonhosted.org/packages/67/6a/5bcdc22f8dbada1d2910d6e1a3a03f6b14306c78f81122890735b28be4bf/pytest-3.6.0.tar.gz";
1448 sha256 = "0bdfazvjjbxssqzyvkb3m2x2in7xv56ipr899l00s87k7815sm9r";
1448 sha256 = "0bdfazvjjbxssqzyvkb3m2x2in7xv56ipr899l00s87k7815sm9r";
1449 };
1449 };
1450 meta = {
1450 meta = {
1451 license = [ pkgs.lib.licenses.mit ];
1451 license = [ pkgs.lib.licenses.mit ];
1452 };
1452 };
1453 };
1453 };
1454 "pytest-cov" = super.buildPythonPackage {
1454 "pytest-cov" = super.buildPythonPackage {
1455 name = "pytest-cov-2.5.1";
1455 name = "pytest-cov-2.5.1";
1456 doCheck = false;
1456 doCheck = false;
1457 propagatedBuildInputs = [
1457 propagatedBuildInputs = [
1458 self."pytest"
1458 self."pytest"
1459 self."coverage"
1459 self."coverage"
1460 ];
1460 ];
1461 src = fetchurl {
1461 src = fetchurl {
1462 url = "https://files.pythonhosted.org/packages/24/b4/7290d65b2f3633db51393bdf8ae66309b37620bc3ec116c5e357e3e37238/pytest-cov-2.5.1.tar.gz";
1462 url = "https://files.pythonhosted.org/packages/24/b4/7290d65b2f3633db51393bdf8ae66309b37620bc3ec116c5e357e3e37238/pytest-cov-2.5.1.tar.gz";
1463 sha256 = "0bbfpwdh9k3636bxc88vz9fa7vf4akchgn513ql1vd0xy4n7bah3";
1463 sha256 = "0bbfpwdh9k3636bxc88vz9fa7vf4akchgn513ql1vd0xy4n7bah3";
1464 };
1464 };
1465 meta = {
1465 meta = {
1466 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ];
1466 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ];
1467 };
1467 };
1468 };
1468 };
1469 "pytest-profiling" = super.buildPythonPackage {
1469 "pytest-profiling" = super.buildPythonPackage {
1470 name = "pytest-profiling-1.3.0";
1470 name = "pytest-profiling-1.3.0";
1471 doCheck = false;
1471 doCheck = false;
1472 propagatedBuildInputs = [
1472 propagatedBuildInputs = [
1473 self."six"
1473 self."six"
1474 self."pytest"
1474 self."pytest"
1475 self."gprof2dot"
1475 self."gprof2dot"
1476 ];
1476 ];
1477 src = fetchurl {
1477 src = fetchurl {
1478 url = "https://files.pythonhosted.org/packages/f5/34/4626126e041a51ef50a80d0619519b18d20aef249aac25b0d0fdd47e57ee/pytest-profiling-1.3.0.tar.gz";
1478 url = "https://files.pythonhosted.org/packages/f5/34/4626126e041a51ef50a80d0619519b18d20aef249aac25b0d0fdd47e57ee/pytest-profiling-1.3.0.tar.gz";
1479 sha256 = "08r5afx5z22yvpmsnl91l4amsy1yxn8qsmm61mhp06mz8zjs51kb";
1479 sha256 = "08r5afx5z22yvpmsnl91l4amsy1yxn8qsmm61mhp06mz8zjs51kb";
1480 };
1480 };
1481 meta = {
1481 meta = {
1482 license = [ pkgs.lib.licenses.mit ];
1482 license = [ pkgs.lib.licenses.mit ];
1483 };
1483 };
1484 };
1484 };
1485 "pytest-runner" = super.buildPythonPackage {
1485 "pytest-runner" = super.buildPythonPackage {
1486 name = "pytest-runner-4.2";
1486 name = "pytest-runner-4.2";
1487 doCheck = false;
1487 doCheck = false;
1488 src = fetchurl {
1488 src = fetchurl {
1489 url = "https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz";
1489 url = "https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz";
1490 sha256 = "1gkpyphawxz38ni1gdq1fmwyqcg02m7ypzqvv46z06crwdxi2gyj";
1490 sha256 = "1gkpyphawxz38ni1gdq1fmwyqcg02m7ypzqvv46z06crwdxi2gyj";
1491 };
1491 };
1492 meta = {
1492 meta = {
1493 license = [ pkgs.lib.licenses.mit ];
1493 license = [ pkgs.lib.licenses.mit ];
1494 };
1494 };
1495 };
1495 };
1496 "pytest-sugar" = super.buildPythonPackage {
1496 "pytest-sugar" = super.buildPythonPackage {
1497 name = "pytest-sugar-0.9.1";
1497 name = "pytest-sugar-0.9.1";
1498 doCheck = false;
1498 doCheck = false;
1499 propagatedBuildInputs = [
1499 propagatedBuildInputs = [
1500 self."pytest"
1500 self."pytest"
1501 self."termcolor"
1501 self."termcolor"
1502 ];
1502 ];
1503 src = fetchurl {
1503 src = fetchurl {
1504 url = "https://files.pythonhosted.org/packages/3e/6a/a3f909083079d03bde11d06ab23088886bbe25f2c97fbe4bb865e2bf05bc/pytest-sugar-0.9.1.tar.gz";
1504 url = "https://files.pythonhosted.org/packages/3e/6a/a3f909083079d03bde11d06ab23088886bbe25f2c97fbe4bb865e2bf05bc/pytest-sugar-0.9.1.tar.gz";
1505 sha256 = "0b4av40dv30727m54v211r0nzwjp2ajkjgxix6j484qjmwpw935b";
1505 sha256 = "0b4av40dv30727m54v211r0nzwjp2ajkjgxix6j484qjmwpw935b";
1506 };
1506 };
1507 meta = {
1507 meta = {
1508 license = [ pkgs.lib.licenses.bsdOriginal ];
1508 license = [ pkgs.lib.licenses.bsdOriginal ];
1509 };
1509 };
1510 };
1510 };
1511 "pytest-timeout" = super.buildPythonPackage {
1511 "pytest-timeout" = super.buildPythonPackage {
1512 name = "pytest-timeout-1.2.1";
1512 name = "pytest-timeout-1.2.1";
1513 doCheck = false;
1513 doCheck = false;
1514 propagatedBuildInputs = [
1514 propagatedBuildInputs = [
1515 self."pytest"
1515 self."pytest"
1516 ];
1516 ];
1517 src = fetchurl {
1517 src = fetchurl {
1518 url = "https://files.pythonhosted.org/packages/be/e9/a9106b8bc87521c6813060f50f7d1fdc15665bc1bbbe71c0ffc1c571aaa2/pytest-timeout-1.2.1.tar.gz";
1518 url = "https://files.pythonhosted.org/packages/be/e9/a9106b8bc87521c6813060f50f7d1fdc15665bc1bbbe71c0ffc1c571aaa2/pytest-timeout-1.2.1.tar.gz";
1519 sha256 = "1kdp6qbh5v1168l99rba5yfzvy05gmzkmkhldgp36p9xcdjd5dv8";
1519 sha256 = "1kdp6qbh5v1168l99rba5yfzvy05gmzkmkhldgp36p9xcdjd5dv8";
1520 };
1520 };
1521 meta = {
1521 meta = {
1522 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
1522 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
1523 };
1523 };
1524 };
1524 };
1525 "python-dateutil" = super.buildPythonPackage {
1525 "python-dateutil" = super.buildPythonPackage {
1526 name = "python-dateutil-2.7.3";
1526 name = "python-dateutil-2.7.3";
1527 doCheck = false;
1527 doCheck = false;
1528 propagatedBuildInputs = [
1528 propagatedBuildInputs = [
1529 self."six"
1529 self."six"
1530 ];
1530 ];
1531 src = fetchurl {
1531 src = fetchurl {
1532 url = "https://files.pythonhosted.org/packages/a0/b0/a4e3241d2dee665fea11baec21389aec6886655cd4db7647ddf96c3fad15/python-dateutil-2.7.3.tar.gz";
1532 url = "https://files.pythonhosted.org/packages/a0/b0/a4e3241d2dee665fea11baec21389aec6886655cd4db7647ddf96c3fad15/python-dateutil-2.7.3.tar.gz";
1533 sha256 = "1f7h54lg0w2ckch7592xpjkh8dg87k2br256h0iw49zn6bg02w72";
1533 sha256 = "1f7h54lg0w2ckch7592xpjkh8dg87k2br256h0iw49zn6bg02w72";
1534 };
1534 };
1535 meta = {
1535 meta = {
1536 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.asl20 { fullName = "Dual License"; } ];
1536 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.asl20 { fullName = "Dual License"; } ];
1537 };
1537 };
1538 };
1538 };
1539 "python-editor" = super.buildPythonPackage {
1539 "python-editor" = super.buildPythonPackage {
1540 name = "python-editor-1.0.3";
1540 name = "python-editor-1.0.3";
1541 doCheck = false;
1541 doCheck = false;
1542 src = fetchurl {
1542 src = fetchurl {
1543 url = "https://files.pythonhosted.org/packages/65/1e/adf6e000ea5dc909aa420352d6ba37f16434c8a3c2fa030445411a1ed545/python-editor-1.0.3.tar.gz";
1543 url = "https://files.pythonhosted.org/packages/65/1e/adf6e000ea5dc909aa420352d6ba37f16434c8a3c2fa030445411a1ed545/python-editor-1.0.3.tar.gz";
1544 sha256 = "0rf5xz8vw93v7mhdcvind7fkykipzga430wkcd7wk892xsn6dh53";
1544 sha256 = "0rf5xz8vw93v7mhdcvind7fkykipzga430wkcd7wk892xsn6dh53";
1545 };
1545 };
1546 meta = {
1546 meta = {
1547 license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ];
1547 license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ];
1548 };
1548 };
1549 };
1549 };
1550 "python-ldap" = super.buildPythonPackage {
1550 "python-ldap" = super.buildPythonPackage {
1551 name = "python-ldap-3.1.0";
1551 name = "python-ldap-3.1.0";
1552 doCheck = false;
1552 doCheck = false;
1553 propagatedBuildInputs = [
1553 propagatedBuildInputs = [
1554 self."pyasn1"
1554 self."pyasn1"
1555 self."pyasn1-modules"
1555 self."pyasn1-modules"
1556 ];
1556 ];
1557 src = fetchurl {
1557 src = fetchurl {
1558 url = "https://files.pythonhosted.org/packages/7f/1c/28d721dff2fcd2fef9d55b40df63a00be26ec8a11e8c6fc612ae642f9cfd/python-ldap-3.1.0.tar.gz";
1558 url = "https://files.pythonhosted.org/packages/7f/1c/28d721dff2fcd2fef9d55b40df63a00be26ec8a11e8c6fc612ae642f9cfd/python-ldap-3.1.0.tar.gz";
1559 sha256 = "1i97nwfnraylyn0myxlf3vciicrf5h6fymrcff9c00k581wmx5s1";
1559 sha256 = "1i97nwfnraylyn0myxlf3vciicrf5h6fymrcff9c00k581wmx5s1";
1560 };
1560 };
1561 meta = {
1561 meta = {
1562 license = [ pkgs.lib.licenses.psfl ];
1562 license = [ pkgs.lib.licenses.psfl ];
1563 };
1563 };
1564 };
1564 };
1565 "python-memcached" = super.buildPythonPackage {
1565 "python-memcached" = super.buildPythonPackage {
1566 name = "python-memcached-1.59";
1566 name = "python-memcached-1.59";
1567 doCheck = false;
1567 doCheck = false;
1568 propagatedBuildInputs = [
1568 propagatedBuildInputs = [
1569 self."six"
1569 self."six"
1570 ];
1570 ];
1571 src = fetchurl {
1571 src = fetchurl {
1572 url = "https://files.pythonhosted.org/packages/90/59/5faf6e3cd8a568dd4f737ddae4f2e54204fd8c51f90bf8df99aca6c22318/python-memcached-1.59.tar.gz";
1572 url = "https://files.pythonhosted.org/packages/90/59/5faf6e3cd8a568dd4f737ddae4f2e54204fd8c51f90bf8df99aca6c22318/python-memcached-1.59.tar.gz";
1573 sha256 = "0kvyapavbirk2x3n1jx4yb9nyigrj1s3x15nm3qhpvhkpqvqdqm2";
1573 sha256 = "0kvyapavbirk2x3n1jx4yb9nyigrj1s3x15nm3qhpvhkpqvqdqm2";
1574 };
1574 };
1575 meta = {
1575 meta = {
1576 license = [ pkgs.lib.licenses.psfl ];
1576 license = [ pkgs.lib.licenses.psfl ];
1577 };
1577 };
1578 };
1578 };
1579 "python-pam" = super.buildPythonPackage {
1579 "python-pam" = super.buildPythonPackage {
1580 name = "python-pam-1.8.4";
1580 name = "python-pam-1.8.4";
1581 doCheck = false;
1581 doCheck = false;
1582 src = fetchurl {
1582 src = fetchurl {
1583 url = "https://files.pythonhosted.org/packages/01/16/544d01cae9f28e0292dbd092b6b8b0bf222b528f362ee768a5bed2140111/python-pam-1.8.4.tar.gz";
1583 url = "https://files.pythonhosted.org/packages/01/16/544d01cae9f28e0292dbd092b6b8b0bf222b528f362ee768a5bed2140111/python-pam-1.8.4.tar.gz";
1584 sha256 = "16whhc0vr7gxsbzvsnq65nq8fs3wwmx755cavm8kkczdkz4djmn8";
1584 sha256 = "16whhc0vr7gxsbzvsnq65nq8fs3wwmx755cavm8kkczdkz4djmn8";
1585 };
1585 };
1586 meta = {
1586 meta = {
1587 license = [ { fullName = "License :: OSI Approved :: MIT License"; } pkgs.lib.licenses.mit ];
1587 license = [ { fullName = "License :: OSI Approved :: MIT License"; } pkgs.lib.licenses.mit ];
1588 };
1588 };
1589 };
1589 };
1590 "pytz" = super.buildPythonPackage {
1590 "pytz" = super.buildPythonPackage {
1591 name = "pytz-2018.4";
1591 name = "pytz-2018.4";
1592 doCheck = false;
1592 doCheck = false;
1593 src = fetchurl {
1593 src = fetchurl {
1594 url = "https://files.pythonhosted.org/packages/10/76/52efda4ef98e7544321fd8d5d512e11739c1df18b0649551aeccfb1c8376/pytz-2018.4.tar.gz";
1594 url = "https://files.pythonhosted.org/packages/10/76/52efda4ef98e7544321fd8d5d512e11739c1df18b0649551aeccfb1c8376/pytz-2018.4.tar.gz";
1595 sha256 = "0jgpqx3kk2rhv81j1izjxvmx8d0x7hzs1857pgqnixic5wq2ar60";
1595 sha256 = "0jgpqx3kk2rhv81j1izjxvmx8d0x7hzs1857pgqnixic5wq2ar60";
1596 };
1596 };
1597 meta = {
1597 meta = {
1598 license = [ pkgs.lib.licenses.mit ];
1598 license = [ pkgs.lib.licenses.mit ];
1599 };
1599 };
1600 };
1600 };
1601 "pyzmq" = super.buildPythonPackage {
1601 "pyzmq" = super.buildPythonPackage {
1602 name = "pyzmq-14.6.0";
1602 name = "pyzmq-14.6.0";
1603 doCheck = false;
1603 doCheck = false;
1604 src = fetchurl {
1604 src = fetchurl {
1605 url = "https://files.pythonhosted.org/packages/8a/3b/5463d5a9d712cd8bbdac335daece0d69f6a6792da4e3dd89956c0db4e4e6/pyzmq-14.6.0.tar.gz";
1605 url = "https://files.pythonhosted.org/packages/8a/3b/5463d5a9d712cd8bbdac335daece0d69f6a6792da4e3dd89956c0db4e4e6/pyzmq-14.6.0.tar.gz";
1606 sha256 = "1frmbjykvhmdg64g7sn20c9fpamrsfxwci1nhhg8q7jgz5pq0ikp";
1606 sha256 = "1frmbjykvhmdg64g7sn20c9fpamrsfxwci1nhhg8q7jgz5pq0ikp";
1607 };
1607 };
1608 meta = {
1608 meta = {
1609 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "LGPL+BSD"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1609 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "LGPL+BSD"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1610 };
1610 };
1611 };
1611 };
1612 "redis" = super.buildPythonPackage {
1612 "redis" = super.buildPythonPackage {
1613 name = "redis-2.10.6";
1613 name = "redis-2.10.6";
1614 doCheck = false;
1614 doCheck = false;
1615 src = fetchurl {
1615 src = fetchurl {
1616 url = "https://files.pythonhosted.org/packages/09/8d/6d34b75326bf96d4139a2ddd8e74b80840f800a0a79f9294399e212cb9a7/redis-2.10.6.tar.gz";
1616 url = "https://files.pythonhosted.org/packages/09/8d/6d34b75326bf96d4139a2ddd8e74b80840f800a0a79f9294399e212cb9a7/redis-2.10.6.tar.gz";
1617 sha256 = "03vcgklykny0g0wpvqmy8p6azi2s078317wgb2xjv5m2rs9sjb52";
1617 sha256 = "03vcgklykny0g0wpvqmy8p6azi2s078317wgb2xjv5m2rs9sjb52";
1618 };
1618 };
1619 meta = {
1619 meta = {
1620 license = [ pkgs.lib.licenses.mit ];
1620 license = [ pkgs.lib.licenses.mit ];
1621 };
1621 };
1622 };
1622 };
1623 "repoze.lru" = super.buildPythonPackage {
1623 "repoze.lru" = super.buildPythonPackage {
1624 name = "repoze.lru-0.7";
1624 name = "repoze.lru-0.7";
1625 doCheck = false;
1625 doCheck = false;
1626 src = fetchurl {
1626 src = fetchurl {
1627 url = "https://files.pythonhosted.org/packages/12/bc/595a77c4b5e204847fdf19268314ef59c85193a9dc9f83630fc459c0fee5/repoze.lru-0.7.tar.gz";
1627 url = "https://files.pythonhosted.org/packages/12/bc/595a77c4b5e204847fdf19268314ef59c85193a9dc9f83630fc459c0fee5/repoze.lru-0.7.tar.gz";
1628 sha256 = "0xzz1aw2smy8hdszrq8yhnklx6w1r1mf55061kalw3iq35gafa84";
1628 sha256 = "0xzz1aw2smy8hdszrq8yhnklx6w1r1mf55061kalw3iq35gafa84";
1629 };
1629 };
1630 meta = {
1630 meta = {
1631 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1631 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1632 };
1632 };
1633 };
1633 };
1634 "requests" = super.buildPythonPackage {
1634 "requests" = super.buildPythonPackage {
1635 name = "requests-2.9.1";
1635 name = "requests-2.9.1";
1636 doCheck = false;
1636 doCheck = false;
1637 src = fetchurl {
1637 src = fetchurl {
1638 url = "https://files.pythonhosted.org/packages/f9/6d/07c44fb1ebe04d069459a189e7dab9e4abfe9432adcd4477367c25332748/requests-2.9.1.tar.gz";
1638 url = "https://files.pythonhosted.org/packages/f9/6d/07c44fb1ebe04d069459a189e7dab9e4abfe9432adcd4477367c25332748/requests-2.9.1.tar.gz";
1639 sha256 = "0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5";
1639 sha256 = "0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5";
1640 };
1640 };
1641 meta = {
1641 meta = {
1642 license = [ pkgs.lib.licenses.asl20 ];
1642 license = [ pkgs.lib.licenses.asl20 ];
1643 };
1643 };
1644 };
1644 };
1645 "rhodecode-enterprise-ce" = super.buildPythonPackage {
1645 "rhodecode-enterprise-ce" = super.buildPythonPackage {
1646 name = "rhodecode-enterprise-ce-4.13.0";
1646 name = "rhodecode-enterprise-ce-4.13.0";
1647 buildInputs = [
1647 buildInputs = [
1648 self."pytest"
1648 self."pytest"
1649 self."py"
1649 self."py"
1650 self."pytest-cov"
1650 self."pytest-cov"
1651 self."pytest-sugar"
1651 self."pytest-sugar"
1652 self."pytest-runner"
1652 self."pytest-runner"
1653 self."pytest-profiling"
1653 self."pytest-profiling"
1654 self."gprof2dot"
1654 self."gprof2dot"
1655 self."pytest-timeout"
1655 self."pytest-timeout"
1656 self."mock"
1656 self."mock"
1657 self."webtest"
1657 self."webtest"
1658 self."cov-core"
1658 self."cov-core"
1659 self."coverage"
1659 self."coverage"
1660 self."configobj"
1660 self."configobj"
1661 ];
1661 ];
1662 doCheck = true;
1662 doCheck = true;
1663 propagatedBuildInputs = [
1663 propagatedBuildInputs = [
1664 self."setuptools-scm"
1664 self."setuptools-scm"
1665 self."amqp"
1665 self."amqp"
1666 self."authomatic"
1666 self."authomatic"
1667 self."babel"
1667 self."babel"
1668 self."beaker"
1668 self."beaker"
1669 self."celery"
1669 self."celery"
1670 self."chameleon"
1670 self."chameleon"
1671 self."channelstream"
1671 self."channelstream"
1672 self."click"
1672 self."click"
1673 self."colander"
1673 self."colander"
1674 self."configobj"
1674 self."configobj"
1675 self."cssselect"
1675 self."cssselect"
1676 self."decorator"
1676 self."decorator"
1677 self."deform"
1677 self."deform"
1678 self."docutils"
1678 self."docutils"
1679 self."dogpile.cache"
1679 self."dogpile.cache"
1680 self."dogpile.core"
1680 self."dogpile.core"
1681 self."ecdsa"
1681 self."ecdsa"
1682 self."formencode"
1682 self."formencode"
1683 self."future"
1683 self."future"
1684 self."futures"
1684 self."futures"
1685 self."gnureadline"
1685 self."gnureadline"
1686 self."infrae.cache"
1686 self."infrae.cache"
1687 self."iso8601"
1687 self."iso8601"
1688 self."itsdangerous"
1688 self."itsdangerous"
1689 self."jinja2"
1689 self."jinja2"
1690 self."billiard"
1690 self."billiard"
1691 self."kombu"
1691 self."kombu"
1692 self."lxml"
1692 self."lxml"
1693 self."lru-dict"
1693 self."lru-dict"
1694 self."mako"
1694 self."mako"
1695 self."markdown"
1695 self."markdown"
1696 self."markupsafe"
1696 self."markupsafe"
1697 self."msgpack-python"
1697 self."msgpack-python"
1698 self."mysql-python"
1698 self."mysql-python"
1699 self."pymysql"
1699 self."pymysql"
1700 self."pyotp"
1700 self."pyotp"
1701 self."objgraph"
1701 self."objgraph"
1702 self."packaging"
1702 self."packaging"
1703 self."paste"
1703 self."paste"
1704 self."pastedeploy"
1704 self."pastedeploy"
1705 self."pastescript"
1705 self."pastescript"
1706 self."pathlib2"
1706 self."pathlib2"
1707 self."peppercorn"
1707 self."peppercorn"
1708 self."psutil"
1708 self."psutil"
1709 self."psycopg2"
1709 self."psycopg2"
1710 self."py-bcrypt"
1710 self."py-bcrypt"
1711 self."pycrypto"
1711 self."pycrypto"
1712 self."pycurl"
1712 self."pycurl"
1713 self."pyflakes"
1713 self."pyflakes"
1714 self."pygments-markdown-lexer"
1714 self."pygments-markdown-lexer"
1715 self."pygments"
1715 self."pygments"
1716 self."pyparsing"
1716 self."pyparsing"
1717 self."pyramid-beaker"
1717 self."pyramid-beaker"
1718 self."pyramid-debugtoolbar"
1718 self."pyramid-debugtoolbar"
1719 self."pyramid-jinja2"
1719 self."pyramid-jinja2"
1720 self."pyramid-mako"
1720 self."pyramid-mako"
1721 self."pyramid"
1721 self."pyramid"
1722 self."pysqlite"
1722 self."pysqlite"
1723 self."python-dateutil"
1723 self."python-dateutil"
1724 self."python-ldap"
1724 self."python-ldap"
1725 self."python-memcached"
1725 self."python-memcached"
1726 self."python-pam"
1726 self."python-pam"
1727 self."pytz"
1727 self."pytz"
1728 self."tzlocal"
1728 self."tzlocal"
1729 self."pyzmq"
1729 self."pyzmq"
1730 self."py-gfm"
1730 self."py-gfm"
1731 self."redis"
1731 self."redis"
1732 self."repoze.lru"
1732 self."repoze.lru"
1733 self."requests"
1733 self."requests"
1734 self."routes"
1734 self."routes"
1735 self."setproctitle"
1735 self."setproctitle"
1736 self."simplejson"
1736 self."simplejson"
1737 self."six"
1737 self."six"
1738 self."sqlalchemy"
1738 self."sqlalchemy"
1739 self."sshpubkeys"
1739 self."sshpubkeys"
1740 self."subprocess32"
1740 self."subprocess32"
1741 self."supervisor"
1741 self."supervisor"
1742 self."tempita"
1742 self."tempita"
1743 self."translationstring"
1743 self."translationstring"
1744 self."trollius"
1744 self."trollius"
1745 self."urllib3"
1745 self."urllib3"
1746 self."urlobject"
1746 self."urlobject"
1747 self."venusian"
1747 self."venusian"
1748 self."weberror"
1748 self."weberror"
1749 self."webhelpers2"
1749 self."webhelpers2"
1750 self."webhelpers"
1750 self."webhelpers"
1751 self."webob"
1751 self."webob"
1752 self."whoosh"
1752 self."whoosh"
1753 self."wsgiref"
1753 self."wsgiref"
1754 self."zope.cachedescriptors"
1754 self."zope.cachedescriptors"
1755 self."zope.deprecation"
1755 self."zope.deprecation"
1756 self."zope.event"
1756 self."zope.event"
1757 self."zope.interface"
1757 self."zope.interface"
1758 self."nbconvert"
1758 self."nbconvert"
1759 self."bleach"
1759 self."bleach"
1760 self."nbformat"
1760 self."nbformat"
1761 self."jupyter-client"
1761 self."jupyter-client"
1762 self."alembic"
1762 self."alembic"
1763 self."invoke"
1763 self."invoke"
1764 self."bumpversion"
1764 self."bumpversion"
1765 self."gevent"
1765 self."gevent"
1766 self."greenlet"
1766 self."greenlet"
1767 self."gunicorn"
1767 self."gunicorn"
1768 self."waitress"
1768 self."waitress"
1769 self."ipdb"
1769 self."ipdb"
1770 self."ipython"
1770 self."ipython"
1771 self."cprofilev"
1771 self."cprofilev"
1772 self."bottle"
1772 self."bottle"
1773 self."rhodecode-tools"
1773 self."rhodecode-tools"
1774 self."appenlight-client"
1774 self."appenlight-client"
1775 self."pytest"
1775 self."pytest"
1776 self."py"
1776 self."py"
1777 self."pytest-cov"
1777 self."pytest-cov"
1778 self."pytest-sugar"
1778 self."pytest-sugar"
1779 self."pytest-runner"
1779 self."pytest-runner"
1780 self."pytest-profiling"
1780 self."pytest-profiling"
1781 self."gprof2dot"
1781 self."gprof2dot"
1782 self."pytest-timeout"
1782 self."pytest-timeout"
1783 self."mock"
1783 self."mock"
1784 self."webtest"
1784 self."webtest"
1785 self."cov-core"
1785 self."cov-core"
1786 self."coverage"
1786 self."coverage"
1787 ];
1787 ];
1788 src = ./.;
1788 src = ./.;
1789 meta = {
1789 meta = {
1790 license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ];
1790 license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ];
1791 };
1791 };
1792 };
1792 };
1793 "rhodecode-tools" = super.buildPythonPackage {
1793 "rhodecode-tools" = super.buildPythonPackage {
1794 name = "rhodecode-tools-0.15.0";
1794 name = "rhodecode-tools-0.15.0";
1795 doCheck = false;
1795 doCheck = false;
1796 propagatedBuildInputs = [
1796 propagatedBuildInputs = [
1797 self."click"
1797 self."click"
1798 self."future"
1798 self."future"
1799 self."six"
1799 self."six"
1800 self."mako"
1800 self."mako"
1801 self."markupsafe"
1801 self."markupsafe"
1802 self."requests"
1802 self."requests"
1803 self."elasticsearch"
1803 self."elasticsearch"
1804 self."elasticsearch-dsl"
1804 self."elasticsearch-dsl"
1805 self."urllib3"
1805 self."urllib3"
1806 self."whoosh"
1806 self."whoosh"
1807 ];
1807 ];
1808 src = fetchurl {
1808 src = fetchurl {
1809 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.15.0.tar.gz?md5=1046043b8c8d52480f7bca63185729b5";
1809 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.15.0.tar.gz?md5=1046043b8c8d52480f7bca63185729b5";
1810 sha256 = "0wywbpwy5m793a0z217ydzh7aivl7g7ijmyrg3wm70fnr5id93fx";
1810 sha256 = "0wywbpwy5m793a0z217ydzh7aivl7g7ijmyrg3wm70fnr5id93fx";
1811 };
1811 };
1812 meta = {
1812 meta = {
1813 license = [ { fullName = "AGPLv3 and Proprietary"; } ];
1813 license = [ { fullName = "AGPLv3 and Proprietary"; } ];
1814 };
1814 };
1815 };
1815 };
1816 "routes" = super.buildPythonPackage {
1816 "routes" = super.buildPythonPackage {
1817 name = "routes-2.4.1";
1817 name = "routes-2.4.1";
1818 doCheck = false;
1818 doCheck = false;
1819 propagatedBuildInputs = [
1819 propagatedBuildInputs = [
1820 self."six"
1820 self."six"
1821 self."repoze.lru"
1821 self."repoze.lru"
1822 ];
1822 ];
1823 src = fetchurl {
1823 src = fetchurl {
1824 url = "https://files.pythonhosted.org/packages/33/38/ea827837e68d9c7dde4cff7ec122a93c319f0effc08ce92a17095576603f/Routes-2.4.1.tar.gz";
1824 url = "https://files.pythonhosted.org/packages/33/38/ea827837e68d9c7dde4cff7ec122a93c319f0effc08ce92a17095576603f/Routes-2.4.1.tar.gz";
1825 sha256 = "1zamff3m0kc4vyfniyhxpkkcqv1rrgnmh37ykxv34nna1ws47vi6";
1825 sha256 = "1zamff3m0kc4vyfniyhxpkkcqv1rrgnmh37ykxv34nna1ws47vi6";
1826 };
1826 };
1827 meta = {
1827 meta = {
1828 license = [ pkgs.lib.licenses.mit ];
1828 license = [ pkgs.lib.licenses.mit ];
1829 };
1829 };
1830 };
1830 };
1831 "scandir" = super.buildPythonPackage {
1831 "scandir" = super.buildPythonPackage {
1832 name = "scandir-1.7";
1832 name = "scandir-1.7";
1833 doCheck = false;
1833 doCheck = false;
1834 src = fetchurl {
1834 src = fetchurl {
1835 url = "https://files.pythonhosted.org/packages/13/bb/e541b74230bbf7a20a3949a2ee6631be299378a784f5445aa5d0047c192b/scandir-1.7.tar.gz";
1835 url = "https://files.pythonhosted.org/packages/13/bb/e541b74230bbf7a20a3949a2ee6631be299378a784f5445aa5d0047c192b/scandir-1.7.tar.gz";
1836 sha256 = "0gbnhjzg42rj87ljv9kb648rfxph69ly3c8r9841dxy4d7l5pmdj";
1836 sha256 = "0gbnhjzg42rj87ljv9kb648rfxph69ly3c8r9841dxy4d7l5pmdj";
1837 };
1837 };
1838 meta = {
1838 meta = {
1839 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "New BSD License"; } ];
1839 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "New BSD License"; } ];
1840 };
1840 };
1841 };
1841 };
1842 "setproctitle" = super.buildPythonPackage {
1842 "setproctitle" = super.buildPythonPackage {
1843 name = "setproctitle-1.1.10";
1843 name = "setproctitle-1.1.10";
1844 doCheck = false;
1844 doCheck = false;
1845 src = fetchurl {
1845 src = fetchurl {
1846 url = "https://files.pythonhosted.org/packages/5a/0d/dc0d2234aacba6cf1a729964383e3452c52096dc695581248b548786f2b3/setproctitle-1.1.10.tar.gz";
1846 url = "https://files.pythonhosted.org/packages/5a/0d/dc0d2234aacba6cf1a729964383e3452c52096dc695581248b548786f2b3/setproctitle-1.1.10.tar.gz";
1847 sha256 = "163kplw9dcrw0lffq1bvli5yws3rngpnvrxrzdw89pbphjjvg0v2";
1847 sha256 = "163kplw9dcrw0lffq1bvli5yws3rngpnvrxrzdw89pbphjjvg0v2";
1848 };
1848 };
1849 meta = {
1849 meta = {
1850 license = [ pkgs.lib.licenses.bsdOriginal ];
1850 license = [ pkgs.lib.licenses.bsdOriginal ];
1851 };
1851 };
1852 };
1852 };
1853 "setuptools-scm" = super.buildPythonPackage {
1853 "setuptools-scm" = super.buildPythonPackage {
1854 name = "setuptools-scm-2.1.0";
1854 name = "setuptools-scm-2.1.0";
1855 doCheck = false;
1855 doCheck = false;
1856 src = fetchurl {
1856 src = fetchurl {
1857 url = "https://files.pythonhosted.org/packages/e5/62/f9e1ac314464eb5945c97542acb6bf6f3381dfa5d7a658de7730c36f31a1/setuptools_scm-2.1.0.tar.gz";
1857 url = "https://files.pythonhosted.org/packages/e5/62/f9e1ac314464eb5945c97542acb6bf6f3381dfa5d7a658de7730c36f31a1/setuptools_scm-2.1.0.tar.gz";
1858 sha256 = "0yb364cgk15sfw3x8ln4ssh98z1dj6n8iiz4r2rw1cfsxhgi8rx7";
1858 sha256 = "0yb364cgk15sfw3x8ln4ssh98z1dj6n8iiz4r2rw1cfsxhgi8rx7";
1859 };
1859 };
1860 meta = {
1860 meta = {
1861 license = [ pkgs.lib.licenses.mit ];
1861 license = [ pkgs.lib.licenses.mit ];
1862 };
1862 };
1863 };
1863 };
1864 "simplegeneric" = super.buildPythonPackage {
1864 "simplegeneric" = super.buildPythonPackage {
1865 name = "simplegeneric-0.8.1";
1865 name = "simplegeneric-0.8.1";
1866 doCheck = false;
1866 doCheck = false;
1867 src = fetchurl {
1867 src = fetchurl {
1868 url = "https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip";
1868 url = "https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip";
1869 sha256 = "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw";
1869 sha256 = "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw";
1870 };
1870 };
1871 meta = {
1871 meta = {
1872 license = [ pkgs.lib.licenses.zpl21 ];
1872 license = [ pkgs.lib.licenses.zpl21 ];
1873 };
1873 };
1874 };
1874 };
1875 "simplejson" = super.buildPythonPackage {
1875 "simplejson" = super.buildPythonPackage {
1876 name = "simplejson-3.11.1";
1876 name = "simplejson-3.11.1";
1877 doCheck = false;
1877 doCheck = false;
1878 src = fetchurl {
1878 src = fetchurl {
1879 url = "https://files.pythonhosted.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df/simplejson-3.11.1.tar.gz";
1879 url = "https://files.pythonhosted.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df/simplejson-3.11.1.tar.gz";
1880 sha256 = "1rr58dppsq73p0qcd9bsw066cdd3v63sqv7j6sqni8frvm4jv8h1";
1880 sha256 = "1rr58dppsq73p0qcd9bsw066cdd3v63sqv7j6sqni8frvm4jv8h1";
1881 };
1881 };
1882 meta = {
1882 meta = {
1883 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
1883 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
1884 };
1884 };
1885 };
1885 };
1886 "six" = super.buildPythonPackage {
1886 "six" = super.buildPythonPackage {
1887 name = "six-1.11.0";
1887 name = "six-1.11.0";
1888 doCheck = false;
1888 doCheck = false;
1889 src = fetchurl {
1889 src = fetchurl {
1890 url = "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz";
1890 url = "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz";
1891 sha256 = "1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h";
1891 sha256 = "1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h";
1892 };
1892 };
1893 meta = {
1893 meta = {
1894 license = [ pkgs.lib.licenses.mit ];
1894 license = [ pkgs.lib.licenses.mit ];
1895 };
1895 };
1896 };
1896 };
1897 "sqlalchemy" = super.buildPythonPackage {
1897 "sqlalchemy" = super.buildPythonPackage {
1898 name = "sqlalchemy-1.1.18";
1898 name = "sqlalchemy-1.1.18";
1899 doCheck = false;
1899 doCheck = false;
1900 src = fetchurl {
1900 src = fetchurl {
1901 url = "https://files.pythonhosted.org/packages/cc/4d/96d93ff77cd67aca7618e402191eee3490d8f5f245d6ab7622d35fe504f4/SQLAlchemy-1.1.18.tar.gz";
1901 url = "https://files.pythonhosted.org/packages/cc/4d/96d93ff77cd67aca7618e402191eee3490d8f5f245d6ab7622d35fe504f4/SQLAlchemy-1.1.18.tar.gz";
1902 sha256 = "1ab4ysip6irajfbxl9wy27kv76miaz8h6759hfx92499z4dcf3lb";
1902 sha256 = "1ab4ysip6irajfbxl9wy27kv76miaz8h6759hfx92499z4dcf3lb";
1903 };
1903 };
1904 meta = {
1904 meta = {
1905 license = [ pkgs.lib.licenses.mit ];
1905 license = [ pkgs.lib.licenses.mit ];
1906 };
1906 };
1907 };
1907 };
1908 "sshpubkeys" = super.buildPythonPackage {
1908 "sshpubkeys" = super.buildPythonPackage {
1909 name = "sshpubkeys-2.2.0";
1909 name = "sshpubkeys-2.2.0";
1910 doCheck = false;
1910 doCheck = false;
1911 propagatedBuildInputs = [
1911 propagatedBuildInputs = [
1912 self."pycrypto"
1912 self."pycrypto"
1913 self."ecdsa"
1913 self."ecdsa"
1914 ];
1914 ];
1915 src = fetchurl {
1915 src = fetchurl {
1916 url = "https://files.pythonhosted.org/packages/27/da/337fabeb3dca6b62039a93ceaa636f25065e0ae92b575b1235342076cf0a/sshpubkeys-2.2.0.tar.gz";
1916 url = "https://files.pythonhosted.org/packages/27/da/337fabeb3dca6b62039a93ceaa636f25065e0ae92b575b1235342076cf0a/sshpubkeys-2.2.0.tar.gz";
1917 sha256 = "0r4kpwzmg96a2x56pllik7dmc3fnqk189v3sfgsi07q2ryrhr6xm";
1917 sha256 = "0r4kpwzmg96a2x56pllik7dmc3fnqk189v3sfgsi07q2ryrhr6xm";
1918 };
1918 };
1919 meta = {
1919 meta = {
1920 license = [ pkgs.lib.licenses.bsdOriginal ];
1920 license = [ pkgs.lib.licenses.bsdOriginal ];
1921 };
1921 };
1922 };
1922 };
1923 "subprocess32" = super.buildPythonPackage {
1923 "subprocess32" = super.buildPythonPackage {
1924 name = "subprocess32-3.5.1";
1924 name = "subprocess32-3.5.1";
1925 doCheck = false;
1925 doCheck = false;
1926 src = fetchurl {
1926 src = fetchurl {
1927 url = "https://files.pythonhosted.org/packages/de/fb/fd3e91507021e2aecdb081d1b920082628d6b8869ead845e3e87b3d2e2ca/subprocess32-3.5.1.tar.gz";
1927 url = "https://files.pythonhosted.org/packages/de/fb/fd3e91507021e2aecdb081d1b920082628d6b8869ead845e3e87b3d2e2ca/subprocess32-3.5.1.tar.gz";
1928 sha256 = "0wgi3bfnssid1g6h0v803z3k1wjal6il16nr3r9c587cfzwfkv0q";
1928 sha256 = "0wgi3bfnssid1g6h0v803z3k1wjal6il16nr3r9c587cfzwfkv0q";
1929 };
1929 };
1930 meta = {
1930 meta = {
1931 license = [ pkgs.lib.licenses.psfl ];
1931 license = [ pkgs.lib.licenses.psfl ];
1932 };
1932 };
1933 };
1933 };
1934 "supervisor" = super.buildPythonPackage {
1934 "supervisor" = super.buildPythonPackage {
1935 name = "supervisor-3.3.4";
1935 name = "supervisor-3.3.4";
1936 doCheck = false;
1936 doCheck = false;
1937 propagatedBuildInputs = [
1937 propagatedBuildInputs = [
1938 self."meld3"
1938 self."meld3"
1939 ];
1939 ];
1940 src = fetchurl {
1940 src = fetchurl {
1941 url = "https://files.pythonhosted.org/packages/44/60/698e54b4a4a9b956b2d709b4b7b676119c833d811d53ee2500f1b5e96dc3/supervisor-3.3.4.tar.gz";
1941 url = "https://files.pythonhosted.org/packages/44/60/698e54b4a4a9b956b2d709b4b7b676119c833d811d53ee2500f1b5e96dc3/supervisor-3.3.4.tar.gz";
1942 sha256 = "0wp62z9xprvz2krg02xnbwcnq6pxfq3byd8cxx8c2d8xznih28i1";
1942 sha256 = "0wp62z9xprvz2krg02xnbwcnq6pxfq3byd8cxx8c2d8xznih28i1";
1943 };
1943 };
1944 meta = {
1944 meta = {
1945 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1945 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1946 };
1946 };
1947 };
1947 };
1948 "tempita" = super.buildPythonPackage {
1948 "tempita" = super.buildPythonPackage {
1949 name = "tempita-0.5.2";
1949 name = "tempita-0.5.2";
1950 doCheck = false;
1950 doCheck = false;
1951 src = fetchurl {
1951 src = fetchurl {
1952 url = "https://files.pythonhosted.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz";
1952 url = "https://files.pythonhosted.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz";
1953 sha256 = "177wwq45slfyajd8csy477bmdmzipyw0dm7i85k3akb7m85wzkna";
1953 sha256 = "177wwq45slfyajd8csy477bmdmzipyw0dm7i85k3akb7m85wzkna";
1954 };
1954 };
1955 meta = {
1955 meta = {
1956 license = [ pkgs.lib.licenses.mit ];
1956 license = [ pkgs.lib.licenses.mit ];
1957 };
1957 };
1958 };
1958 };
1959 "termcolor" = super.buildPythonPackage {
1959 "termcolor" = super.buildPythonPackage {
1960 name = "termcolor-1.1.0";
1960 name = "termcolor-1.1.0";
1961 doCheck = false;
1961 doCheck = false;
1962 src = fetchurl {
1962 src = fetchurl {
1963 url = "https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz";
1963 url = "https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz";
1964 sha256 = "0fv1vq14rpqwgazxg4981904lfyp84mnammw7y046491cv76jv8x";
1964 sha256 = "0fv1vq14rpqwgazxg4981904lfyp84mnammw7y046491cv76jv8x";
1965 };
1965 };
1966 meta = {
1966 meta = {
1967 license = [ pkgs.lib.licenses.mit ];
1967 license = [ pkgs.lib.licenses.mit ];
1968 };
1968 };
1969 };
1969 };
1970 "testpath" = super.buildPythonPackage {
1970 "testpath" = super.buildPythonPackage {
1971 name = "testpath-0.3.1";
1971 name = "testpath-0.3.1";
1972 doCheck = false;
1972 doCheck = false;
1973 src = fetchurl {
1973 src = fetchurl {
1974 url = "https://files.pythonhosted.org/packages/f4/8b/b71e9ee10e5f751e9d959bc750ab122ba04187f5aa52aabdc4e63b0e31a7/testpath-0.3.1.tar.gz";
1974 url = "https://files.pythonhosted.org/packages/f4/8b/b71e9ee10e5f751e9d959bc750ab122ba04187f5aa52aabdc4e63b0e31a7/testpath-0.3.1.tar.gz";
1975 sha256 = "02bnmkvm6a8a1p5kcygylcd19v2s040qw3zp1n8ab3bqkj1kflqd";
1975 sha256 = "02bnmkvm6a8a1p5kcygylcd19v2s040qw3zp1n8ab3bqkj1kflqd";
1976 };
1976 };
1977 meta = {
1977 meta = {
1978 license = [ ];
1978 license = [ ];
1979 };
1979 };
1980 };
1980 };
1981 "traitlets" = super.buildPythonPackage {
1981 "traitlets" = super.buildPythonPackage {
1982 name = "traitlets-4.3.2";
1982 name = "traitlets-4.3.2";
1983 doCheck = false;
1983 doCheck = false;
1984 propagatedBuildInputs = [
1984 propagatedBuildInputs = [
1985 self."ipython-genutils"
1985 self."ipython-genutils"
1986 self."six"
1986 self."six"
1987 self."decorator"
1987 self."decorator"
1988 self."enum34"
1988 self."enum34"
1989 ];
1989 ];
1990 src = fetchurl {
1990 src = fetchurl {
1991 url = "https://files.pythonhosted.org/packages/a5/98/7f5ef2fe9e9e071813aaf9cb91d1a732e0a68b6c44a32b38cb8e14c3f069/traitlets-4.3.2.tar.gz";
1991 url = "https://files.pythonhosted.org/packages/a5/98/7f5ef2fe9e9e071813aaf9cb91d1a732e0a68b6c44a32b38cb8e14c3f069/traitlets-4.3.2.tar.gz";
1992 sha256 = "0dbq7sx26xqz5ixs711k5nc88p8a0nqyz6162pwks5dpcz9d4jww";
1992 sha256 = "0dbq7sx26xqz5ixs711k5nc88p8a0nqyz6162pwks5dpcz9d4jww";
1993 };
1993 };
1994 meta = {
1994 meta = {
1995 license = [ pkgs.lib.licenses.bsdOriginal ];
1995 license = [ pkgs.lib.licenses.bsdOriginal ];
1996 };
1996 };
1997 };
1997 };
1998 "translationstring" = super.buildPythonPackage {
1998 "translationstring" = super.buildPythonPackage {
1999 name = "translationstring-1.3";
1999 name = "translationstring-1.3";
2000 doCheck = false;
2000 doCheck = false;
2001 src = fetchurl {
2001 src = fetchurl {
2002 url = "https://files.pythonhosted.org/packages/5e/eb/bee578cc150b44c653b63f5ebe258b5d0d812ddac12497e5f80fcad5d0b4/translationstring-1.3.tar.gz";
2002 url = "https://files.pythonhosted.org/packages/5e/eb/bee578cc150b44c653b63f5ebe258b5d0d812ddac12497e5f80fcad5d0b4/translationstring-1.3.tar.gz";
2003 sha256 = "0bdpcnd9pv0131dl08h4zbcwmgc45lyvq3pa224xwan5b3x4rr2f";
2003 sha256 = "0bdpcnd9pv0131dl08h4zbcwmgc45lyvq3pa224xwan5b3x4rr2f";
2004 };
2004 };
2005 meta = {
2005 meta = {
2006 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
2006 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
2007 };
2007 };
2008 };
2008 };
2009 "trollius" = super.buildPythonPackage {
2009 "trollius" = super.buildPythonPackage {
2010 name = "trollius-1.0.4";
2010 name = "trollius-1.0.4";
2011 doCheck = false;
2011 doCheck = false;
2012 propagatedBuildInputs = [
2012 propagatedBuildInputs = [
2013 self."futures"
2013 self."futures"
2014 ];
2014 ];
2015 src = fetchurl {
2015 src = fetchurl {
2016 url = "https://files.pythonhosted.org/packages/aa/e6/4141db437f55e6ee7a3fb69663239e3fde7841a811b4bef293145ad6c836/trollius-1.0.4.tar.gz";
2016 url = "https://files.pythonhosted.org/packages/aa/e6/4141db437f55e6ee7a3fb69663239e3fde7841a811b4bef293145ad6c836/trollius-1.0.4.tar.gz";
2017 sha256 = "0xny8y12x3wrflmyn6xi8a7n3m3ac80fgmgzphx5jbbaxkjcm148";
2017 sha256 = "0xny8y12x3wrflmyn6xi8a7n3m3ac80fgmgzphx5jbbaxkjcm148";
2018 };
2018 };
2019 meta = {
2019 meta = {
2020 license = [ pkgs.lib.licenses.asl20 ];
2020 license = [ pkgs.lib.licenses.asl20 ];
2021 };
2021 };
2022 };
2022 };
2023 "tzlocal" = super.buildPythonPackage {
2023 "tzlocal" = super.buildPythonPackage {
2024 name = "tzlocal-1.5.1";
2024 name = "tzlocal-1.5.1";
2025 doCheck = false;
2025 doCheck = false;
2026 propagatedBuildInputs = [
2026 propagatedBuildInputs = [
2027 self."pytz"
2027 self."pytz"
2028 ];
2028 ];
2029 src = fetchurl {
2029 src = fetchurl {
2030 url = "https://files.pythonhosted.org/packages/cb/89/e3687d3ed99bc882793f82634e9824e62499fdfdc4b1ae39e211c5b05017/tzlocal-1.5.1.tar.gz";
2030 url = "https://files.pythonhosted.org/packages/cb/89/e3687d3ed99bc882793f82634e9824e62499fdfdc4b1ae39e211c5b05017/tzlocal-1.5.1.tar.gz";
2031 sha256 = "0kiciwiqx0bv0fbc913idxibc4ygg4cb7f8rcpd9ij2shi4bigjf";
2031 sha256 = "0kiciwiqx0bv0fbc913idxibc4ygg4cb7f8rcpd9ij2shi4bigjf";
2032 };
2032 };
2033 meta = {
2033 meta = {
2034 license = [ pkgs.lib.licenses.mit ];
2034 license = [ pkgs.lib.licenses.mit ];
2035 };
2035 };
2036 };
2036 };
2037 "urllib3" = super.buildPythonPackage {
2037 "urllib3" = super.buildPythonPackage {
2038 name = "urllib3-1.21";
2038 name = "urllib3-1.21";
2039 doCheck = false;
2039 doCheck = false;
2040 src = fetchurl {
2040 src = fetchurl {
2041 url = "https://files.pythonhosted.org/packages/34/95/7b28259d0006ed681c424cd71a668363265eac92b67dddd018eb9a22bff8/urllib3-1.21.tar.gz";
2041 url = "https://files.pythonhosted.org/packages/34/95/7b28259d0006ed681c424cd71a668363265eac92b67dddd018eb9a22bff8/urllib3-1.21.tar.gz";
2042 sha256 = "0irnj4wvh2y36s4q3l2vas9qr9m766w6w418nb490j3mf8a8zw6h";
2042 sha256 = "0irnj4wvh2y36s4q3l2vas9qr9m766w6w418nb490j3mf8a8zw6h";
2043 };
2043 };
2044 meta = {
2044 meta = {
2045 license = [ pkgs.lib.licenses.mit ];
2045 license = [ pkgs.lib.licenses.mit ];
2046 };
2046 };
2047 };
2047 };
2048 "urlobject" = super.buildPythonPackage {
2048 "urlobject" = super.buildPythonPackage {
2049 name = "urlobject-2.4.3";
2049 name = "urlobject-2.4.3";
2050 doCheck = false;
2050 doCheck = false;
2051 src = fetchurl {
2051 src = fetchurl {
2052 url = "https://files.pythonhosted.org/packages/e2/b8/1d0a916f4b34c4618846e6da0e4eeaa8fcb4a2f39e006434fe38acb74b34/URLObject-2.4.3.tar.gz";
2052 url = "https://files.pythonhosted.org/packages/e2/b8/1d0a916f4b34c4618846e6da0e4eeaa8fcb4a2f39e006434fe38acb74b34/URLObject-2.4.3.tar.gz";
2053 sha256 = "1ahc8ficzfvr2avln71immfh4ls0zyv6cdaa5xmkdj5rd87f5cj7";
2053 sha256 = "1ahc8ficzfvr2avln71immfh4ls0zyv6cdaa5xmkdj5rd87f5cj7";
2054 };
2054 };
2055 meta = {
2055 meta = {
2056 license = [ pkgs.lib.licenses.publicDomain ];
2056 license = [ pkgs.lib.licenses.publicDomain ];
2057 };
2057 };
2058 };
2058 };
2059 "venusian" = super.buildPythonPackage {
2059 "venusian" = super.buildPythonPackage {
2060 name = "venusian-1.1.0";
2060 name = "venusian-1.1.0";
2061 doCheck = false;
2061 doCheck = false;
2062 src = fetchurl {
2062 src = fetchurl {
2063 url = "https://files.pythonhosted.org/packages/38/24/b4b470ab9e0a2e2e9b9030c7735828c8934b4c6b45befd1bb713ec2aeb2d/venusian-1.1.0.tar.gz";
2063 url = "https://files.pythonhosted.org/packages/38/24/b4b470ab9e0a2e2e9b9030c7735828c8934b4c6b45befd1bb713ec2aeb2d/venusian-1.1.0.tar.gz";
2064 sha256 = "0zapz131686qm0gazwy8bh11vr57pr89jbwbl50s528sqy9f80lr";
2064 sha256 = "0zapz131686qm0gazwy8bh11vr57pr89jbwbl50s528sqy9f80lr";
2065 };
2065 };
2066 meta = {
2066 meta = {
2067 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
2067 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
2068 };
2068 };
2069 };
2069 };
2070 "vine" = super.buildPythonPackage {
2070 "vine" = super.buildPythonPackage {
2071 name = "vine-1.1.4";
2071 name = "vine-1.1.4";
2072 doCheck = false;
2072 doCheck = false;
2073 src = fetchurl {
2073 src = fetchurl {
2074 url = "https://files.pythonhosted.org/packages/32/23/36284986e011f3c130d802c3c66abd8f1aef371eae110ddf80c5ae22e1ff/vine-1.1.4.tar.gz";
2074 url = "https://files.pythonhosted.org/packages/32/23/36284986e011f3c130d802c3c66abd8f1aef371eae110ddf80c5ae22e1ff/vine-1.1.4.tar.gz";
2075 sha256 = "0wkskb2hb494v9gixqnf4bl972p4ibcmxdykzpwjlfa5picns4aj";
2075 sha256 = "0wkskb2hb494v9gixqnf4bl972p4ibcmxdykzpwjlfa5picns4aj";
2076 };
2076 };
2077 meta = {
2077 meta = {
2078 license = [ pkgs.lib.licenses.bsdOriginal ];
2078 license = [ pkgs.lib.licenses.bsdOriginal ];
2079 };
2079 };
2080 };
2080 };
2081 "waitress" = super.buildPythonPackage {
2081 "waitress" = super.buildPythonPackage {
2082 name = "waitress-1.1.0";
2082 name = "waitress-1.1.0";
2083 doCheck = false;
2083 doCheck = false;
2084 src = fetchurl {
2084 src = fetchurl {
2085 url = "https://files.pythonhosted.org/packages/3c/68/1c10dd5c556872ceebe88483b0436140048d39de83a84a06a8baa8136f4f/waitress-1.1.0.tar.gz";
2085 url = "https://files.pythonhosted.org/packages/3c/68/1c10dd5c556872ceebe88483b0436140048d39de83a84a06a8baa8136f4f/waitress-1.1.0.tar.gz";
2086 sha256 = "1a85gyji0kajc3p0s1pwwfm06w4wfxjkvvl4rnrz3h164kbd6g6k";
2086 sha256 = "1a85gyji0kajc3p0s1pwwfm06w4wfxjkvvl4rnrz3h164kbd6g6k";
2087 };
2087 };
2088 meta = {
2088 meta = {
2089 license = [ pkgs.lib.licenses.zpl21 ];
2089 license = [ pkgs.lib.licenses.zpl21 ];
2090 };
2090 };
2091 };
2091 };
2092 "wcwidth" = super.buildPythonPackage {
2092 "wcwidth" = super.buildPythonPackage {
2093 name = "wcwidth-0.1.7";
2093 name = "wcwidth-0.1.7";
2094 doCheck = false;
2094 doCheck = false;
2095 src = fetchurl {
2095 src = fetchurl {
2096 url = "https://files.pythonhosted.org/packages/55/11/e4a2bb08bb450fdbd42cc709dd40de4ed2c472cf0ccb9e64af22279c5495/wcwidth-0.1.7.tar.gz";
2096 url = "https://files.pythonhosted.org/packages/55/11/e4a2bb08bb450fdbd42cc709dd40de4ed2c472cf0ccb9e64af22279c5495/wcwidth-0.1.7.tar.gz";
2097 sha256 = "0pn6dflzm609m4r3i8ik5ni9ijjbb5fa3vg1n7hn6vkd49r77wrx";
2097 sha256 = "0pn6dflzm609m4r3i8ik5ni9ijjbb5fa3vg1n7hn6vkd49r77wrx";
2098 };
2098 };
2099 meta = {
2099 meta = {
2100 license = [ pkgs.lib.licenses.mit ];
2100 license = [ pkgs.lib.licenses.mit ];
2101 };
2101 };
2102 };
2102 };
2103 "webencodings" = super.buildPythonPackage {
2103 "webencodings" = super.buildPythonPackage {
2104 name = "webencodings-0.5.1";
2104 name = "webencodings-0.5.1";
2105 doCheck = false;
2105 doCheck = false;
2106 src = fetchurl {
2106 src = fetchurl {
2107 url = "https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz";
2107 url = "https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz";
2108 sha256 = "08qrgrc4hrximb2gqnl69g01s93rhf2842jfxdjljc1dbwj1qsmk";
2108 sha256 = "08qrgrc4hrximb2gqnl69g01s93rhf2842jfxdjljc1dbwj1qsmk";
2109 };
2109 };
2110 meta = {
2110 meta = {
2111 license = [ pkgs.lib.licenses.bsdOriginal ];
2111 license = [ pkgs.lib.licenses.bsdOriginal ];
2112 };
2112 };
2113 };
2113 };
2114 "weberror" = super.buildPythonPackage {
2114 "weberror" = super.buildPythonPackage {
2115 name = "weberror-0.10.3";
2115 name = "weberror-0.10.3";
2116 doCheck = false;
2116 doCheck = false;
2117 propagatedBuildInputs = [
2117 propagatedBuildInputs = [
2118 self."webob"
2118 self."webob"
2119 self."tempita"
2119 self."tempita"
2120 self."pygments"
2120 self."pygments"
2121 self."paste"
2121 self."paste"
2122 ];
2122 ];
2123 src = fetchurl {
2123 src = fetchurl {
2124 url = "https://files.pythonhosted.org/packages/35/76/e7e5c2ce7e9c7f31b54c1ff295a495886d1279a002557d74dd8957346a79/WebError-0.10.3.tar.gz";
2124 url = "https://files.pythonhosted.org/packages/35/76/e7e5c2ce7e9c7f31b54c1ff295a495886d1279a002557d74dd8957346a79/WebError-0.10.3.tar.gz";
2125 sha256 = "0frg4kvycqpj5bi8asfqfs6bxsr2cvjvb6b56c4d1ai1z57kbjx6";
2125 sha256 = "0frg4kvycqpj5bi8asfqfs6bxsr2cvjvb6b56c4d1ai1z57kbjx6";
2126 };
2126 };
2127 meta = {
2127 meta = {
2128 license = [ pkgs.lib.licenses.mit ];
2128 license = [ pkgs.lib.licenses.mit ];
2129 };
2129 };
2130 };
2130 };
2131 "webhelpers" = super.buildPythonPackage {
2131 "webhelpers" = super.buildPythonPackage {
2132 name = "webhelpers-1.3";
2132 name = "webhelpers-1.3";
2133 doCheck = false;
2133 doCheck = false;
2134 propagatedBuildInputs = [
2134 propagatedBuildInputs = [
2135 self."markupsafe"
2135 self."markupsafe"
2136 ];
2136 ];
2137 src = fetchurl {
2137 src = fetchurl {
2138 url = "https://files.pythonhosted.org/packages/ee/68/4d07672821d514184357f1552f2dad923324f597e722de3b016ca4f7844f/WebHelpers-1.3.tar.gz";
2138 url = "https://files.pythonhosted.org/packages/ee/68/4d07672821d514184357f1552f2dad923324f597e722de3b016ca4f7844f/WebHelpers-1.3.tar.gz";
2139 sha256 = "10x5i82qdkrvyw18gsybwggfhfpl869siaab89vnndi9x62g51pa";
2139 sha256 = "10x5i82qdkrvyw18gsybwggfhfpl869siaab89vnndi9x62g51pa";
2140 };
2140 };
2141 meta = {
2141 meta = {
2142 license = [ pkgs.lib.licenses.bsdOriginal ];
2142 license = [ pkgs.lib.licenses.bsdOriginal ];
2143 };
2143 };
2144 };
2144 };
2145 "webhelpers2" = super.buildPythonPackage {
2145 "webhelpers2" = super.buildPythonPackage {
2146 name = "webhelpers2-2.0";
2146 name = "webhelpers2-2.0";
2147 doCheck = false;
2147 doCheck = false;
2148 propagatedBuildInputs = [
2148 propagatedBuildInputs = [
2149 self."markupsafe"
2149 self."markupsafe"
2150 self."six"
2150 self."six"
2151 ];
2151 ];
2152 src = fetchurl {
2152 src = fetchurl {
2153 url = "https://files.pythonhosted.org/packages/ff/30/56342c6ea522439e3662427c8d7b5e5b390dff4ff2dc92d8afcb8ab68b75/WebHelpers2-2.0.tar.gz";
2153 url = "https://files.pythonhosted.org/packages/ff/30/56342c6ea522439e3662427c8d7b5e5b390dff4ff2dc92d8afcb8ab68b75/WebHelpers2-2.0.tar.gz";
2154 sha256 = "0aphva1qmxh83n01p53f5fd43m4srzbnfbz5ajvbx9aj2aipwmcs";
2154 sha256 = "0aphva1qmxh83n01p53f5fd43m4srzbnfbz5ajvbx9aj2aipwmcs";
2155 };
2155 };
2156 meta = {
2156 meta = {
2157 license = [ pkgs.lib.licenses.mit ];
2157 license = [ pkgs.lib.licenses.mit ];
2158 };
2158 };
2159 };
2159 };
2160 "webob" = super.buildPythonPackage {
2160 "webob" = super.buildPythonPackage {
2161 name = "webob-1.7.4";
2161 name = "webob-1.7.4";
2162 doCheck = false;
2162 doCheck = false;
2163 src = fetchurl {
2163 src = fetchurl {
2164 url = "https://files.pythonhosted.org/packages/75/34/731e23f52371852dfe7490a61644826ba7fe70fd52a377aaca0f4956ba7f/WebOb-1.7.4.tar.gz";
2164 url = "https://files.pythonhosted.org/packages/75/34/731e23f52371852dfe7490a61644826ba7fe70fd52a377aaca0f4956ba7f/WebOb-1.7.4.tar.gz";
2165 sha256 = "1na01ljg04z40il7vcrn8g29vaw7nvg1xvhk64cr4jys5wcay44d";
2165 sha256 = "1na01ljg04z40il7vcrn8g29vaw7nvg1xvhk64cr4jys5wcay44d";
2166 };
2166 };
2167 meta = {
2167 meta = {
2168 license = [ pkgs.lib.licenses.mit ];
2168 license = [ pkgs.lib.licenses.mit ];
2169 };
2169 };
2170 };
2170 };
2171 "webtest" = super.buildPythonPackage {
2171 "webtest" = super.buildPythonPackage {
2172 name = "webtest-2.0.29";
2172 name = "webtest-2.0.29";
2173 doCheck = false;
2173 doCheck = false;
2174 propagatedBuildInputs = [
2174 propagatedBuildInputs = [
2175 self."six"
2175 self."six"
2176 self."webob"
2176 self."webob"
2177 self."waitress"
2177 self."waitress"
2178 self."beautifulsoup4"
2178 self."beautifulsoup4"
2179 ];
2179 ];
2180 src = fetchurl {
2180 src = fetchurl {
2181 url = "https://files.pythonhosted.org/packages/94/de/8f94738be649997da99c47b104aa3c3984ecec51a1d8153ed09638253d56/WebTest-2.0.29.tar.gz";
2181 url = "https://files.pythonhosted.org/packages/94/de/8f94738be649997da99c47b104aa3c3984ecec51a1d8153ed09638253d56/WebTest-2.0.29.tar.gz";
2182 sha256 = "0bcj1ica5lnmj5zbvk46x28kgphcsgh7sfnwjmn0cr94mhawrg6v";
2182 sha256 = "0bcj1ica5lnmj5zbvk46x28kgphcsgh7sfnwjmn0cr94mhawrg6v";
2183 };
2183 };
2184 meta = {
2184 meta = {
2185 license = [ pkgs.lib.licenses.mit ];
2185 license = [ pkgs.lib.licenses.mit ];
2186 };
2186 };
2187 };
2187 };
2188 "whoosh" = super.buildPythonPackage {
2188 "whoosh" = super.buildPythonPackage {
2189 name = "whoosh-2.7.4";
2189 name = "whoosh-2.7.4";
2190 doCheck = false;
2190 doCheck = false;
2191 src = fetchurl {
2191 src = fetchurl {
2192 url = "https://files.pythonhosted.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/Whoosh-2.7.4.tar.gz";
2192 url = "https://files.pythonhosted.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/Whoosh-2.7.4.tar.gz";
2193 sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw";
2193 sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw";
2194 };
2194 };
2195 meta = {
2195 meta = {
2196 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd2 ];
2196 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd2 ];
2197 };
2197 };
2198 };
2198 };
2199 "ws4py" = super.buildPythonPackage {
2199 "ws4py" = super.buildPythonPackage {
2200 name = "ws4py-0.5.1";
2200 name = "ws4py-0.5.1";
2201 doCheck = false;
2201 doCheck = false;
2202 src = fetchurl {
2202 src = fetchurl {
2203 url = "https://files.pythonhosted.org/packages/53/20/4019a739b2eefe9282d3822ef6a225250af964b117356971bd55e274193c/ws4py-0.5.1.tar.gz";
2203 url = "https://files.pythonhosted.org/packages/53/20/4019a739b2eefe9282d3822ef6a225250af964b117356971bd55e274193c/ws4py-0.5.1.tar.gz";
2204 sha256 = "10slbbf2jm4hpr92jx7kh7mhf48sjl01v2w4d8z3f1p0ybbp7l19";
2204 sha256 = "10slbbf2jm4hpr92jx7kh7mhf48sjl01v2w4d8z3f1p0ybbp7l19";
2205 };
2205 };
2206 meta = {
2206 meta = {
2207 license = [ pkgs.lib.licenses.bsdOriginal ];
2207 license = [ pkgs.lib.licenses.bsdOriginal ];
2208 };
2208 };
2209 };
2209 };
2210 "wsgiref" = super.buildPythonPackage {
2210 "wsgiref" = super.buildPythonPackage {
2211 name = "wsgiref-0.1.2";
2211 name = "wsgiref-0.1.2";
2212 doCheck = false;
2212 doCheck = false;
2213 src = fetchurl {
2213 src = fetchurl {
2214 url = "https://files.pythonhosted.org/packages/41/9e/309259ce8dff8c596e8c26df86dbc4e848b9249fd36797fd60be456f03fc/wsgiref-0.1.2.zip";
2214 url = "https://files.pythonhosted.org/packages/41/9e/309259ce8dff8c596e8c26df86dbc4e848b9249fd36797fd60be456f03fc/wsgiref-0.1.2.zip";
2215 sha256 = "0y8fyjmpq7vwwm4x732w97qbkw78rjwal5409k04cw4m03411rn7";
2215 sha256 = "0y8fyjmpq7vwwm4x732w97qbkw78rjwal5409k04cw4m03411rn7";
2216 };
2216 };
2217 meta = {
2217 meta = {
2218 license = [ { fullName = "PSF or ZPL"; } ];
2218 license = [ { fullName = "PSF or ZPL"; } ];
2219 };
2219 };
2220 };
2220 };
2221 "zope.cachedescriptors" = super.buildPythonPackage {
2221 "zope.cachedescriptors" = super.buildPythonPackage {
2222 name = "zope.cachedescriptors-4.3.1";
2222 name = "zope.cachedescriptors-4.3.1";
2223 doCheck = false;
2223 doCheck = false;
2224 propagatedBuildInputs = [
2224 propagatedBuildInputs = [
2225 self."setuptools"
2225 self."setuptools"
2226 ];
2226 ];
2227 src = fetchurl {
2227 src = fetchurl {
2228 url = "https://files.pythonhosted.org/packages/2f/89/ebe1890cc6d3291ebc935558fa764d5fffe571018dbbee200e9db78762cb/zope.cachedescriptors-4.3.1.tar.gz";
2228 url = "https://files.pythonhosted.org/packages/2f/89/ebe1890cc6d3291ebc935558fa764d5fffe571018dbbee200e9db78762cb/zope.cachedescriptors-4.3.1.tar.gz";
2229 sha256 = "0jhr3m5p74c6r7k8iv0005b8bfsialih9d7zl5vx38rf5xq1lk8z";
2229 sha256 = "0jhr3m5p74c6r7k8iv0005b8bfsialih9d7zl5vx38rf5xq1lk8z";
2230 };
2230 };
2231 meta = {
2231 meta = {
2232 license = [ pkgs.lib.licenses.zpl21 ];
2232 license = [ pkgs.lib.licenses.zpl21 ];
2233 };
2233 };
2234 };
2234 };
2235 "zope.deprecation" = super.buildPythonPackage {
2235 "zope.deprecation" = super.buildPythonPackage {
2236 name = "zope.deprecation-4.3.0";
2236 name = "zope.deprecation-4.3.0";
2237 doCheck = false;
2237 doCheck = false;
2238 propagatedBuildInputs = [
2238 propagatedBuildInputs = [
2239 self."setuptools"
2239 self."setuptools"
2240 ];
2240 ];
2241 src = fetchurl {
2241 src = fetchurl {
2242 url = "https://files.pythonhosted.org/packages/a1/18/2dc5e6bfe64fdc3b79411b67464c55bb0b43b127051a20f7f492ab767758/zope.deprecation-4.3.0.tar.gz";
2242 url = "https://files.pythonhosted.org/packages/a1/18/2dc5e6bfe64fdc3b79411b67464c55bb0b43b127051a20f7f492ab767758/zope.deprecation-4.3.0.tar.gz";
2243 sha256 = "095jas41wbxgmw95kwdxqhbc3bgihw2hzj9b3qpdg85apcsf2lkx";
2243 sha256 = "095jas41wbxgmw95kwdxqhbc3bgihw2hzj9b3qpdg85apcsf2lkx";
2244 };
2244 };
2245 meta = {
2245 meta = {
2246 license = [ pkgs.lib.licenses.zpl21 ];
2246 license = [ pkgs.lib.licenses.zpl21 ];
2247 };
2247 };
2248 };
2248 };
2249 "zope.event" = super.buildPythonPackage {
2249 "zope.event" = super.buildPythonPackage {
2250 name = "zope.event-4.3.0";
2250 name = "zope.event-4.3.0";
2251 doCheck = false;
2251 doCheck = false;
2252 propagatedBuildInputs = [
2252 propagatedBuildInputs = [
2253 self."setuptools"
2253 self."setuptools"
2254 ];
2254 ];
2255 src = fetchurl {
2255 src = fetchurl {
2256 url = "https://files.pythonhosted.org/packages/9e/d0/54ba59f19a0635f6591b74be259cf6fbf67e73f4edda27b5cd0cf4d26efa/zope.event-4.3.0.tar.gz";
2256 url = "https://files.pythonhosted.org/packages/9e/d0/54ba59f19a0635f6591b74be259cf6fbf67e73f4edda27b5cd0cf4d26efa/zope.event-4.3.0.tar.gz";
2257 sha256 = "1rrkyx42bcq8dkpj23c2v99kczlrg8d39c06q5qpr0vs4hjfmv70";
2257 sha256 = "1rrkyx42bcq8dkpj23c2v99kczlrg8d39c06q5qpr0vs4hjfmv70";
2258 };
2258 };
2259 meta = {
2259 meta = {
2260 license = [ pkgs.lib.licenses.zpl21 ];
2260 license = [ pkgs.lib.licenses.zpl21 ];
2261 };
2261 };
2262 };
2262 };
2263 "zope.interface" = super.buildPythonPackage {
2263 "zope.interface" = super.buildPythonPackage {
2264 name = "zope.interface-4.5.0";
2264 name = "zope.interface-4.5.0";
2265 doCheck = false;
2265 doCheck = false;
2266 propagatedBuildInputs = [
2266 propagatedBuildInputs = [
2267 self."setuptools"
2267 self."setuptools"
2268 ];
2268 ];
2269 src = fetchurl {
2269 src = fetchurl {
2270 url = "https://files.pythonhosted.org/packages/ac/8a/657532df378c2cd2a1fe6b12be3b4097521570769d4852ec02c24bd3594e/zope.interface-4.5.0.tar.gz";
2270 url = "https://files.pythonhosted.org/packages/ac/8a/657532df378c2cd2a1fe6b12be3b4097521570769d4852ec02c24bd3594e/zope.interface-4.5.0.tar.gz";
2271 sha256 = "0k67m60ij06wkg82n15qgyn96waf4pmrkhv0njpkfzpmv5q89hsp";
2271 sha256 = "0k67m60ij06wkg82n15qgyn96waf4pmrkhv0njpkfzpmv5q89hsp";
2272 };
2272 };
2273 meta = {
2273 meta = {
2274 license = [ pkgs.lib.licenses.zpl21 ];
2274 license = [ pkgs.lib.licenses.zpl21 ];
2275 };
2275 };
2276 };
2276 };
2277
2277
2278 ### Test requirements
2278 ### Test requirements
2279
2279
2280
2280
2281 }
2281 }
@@ -1,52 +1,53 b''
1 { pkgs ? (import <nixpkgs> {})
1 { pkgs ? (import <nixpkgs> {})
2 , pythonPackages ? "python27Packages"
2 , pythonPackages ? "python27Packages"
3 }:
3 }:
4
4
5 with pkgs.lib;
5 with pkgs.lib;
6
6
7 let _pythonPackages = pythonPackages; in
7 let _pythonPackages = pythonPackages; in
8 let
8 let
9 pythonPackages = getAttr _pythonPackages pkgs;
9 pythonPackages = getAttr _pythonPackages pkgs;
10
10
11 pip2nix = import ./nix-common/pip2nix.nix {
11 pip2nix = import ./nix-common/pip2nix.nix {
12 inherit
12 inherit
13 pkgs
13 pkgs
14 pythonPackages;
14 pythonPackages;
15 };
15 };
16
16
17 in
17 in
18
18
19 pkgs.stdenv.mkDerivation {
19 pkgs.stdenv.mkDerivation {
20 name = "pip2nix-generated";
20 name = "pip2nix-generated";
21 buildInputs = [
21 buildInputs = [
22 # Allows to generate python packages
22 # Allows to generate python packages
23 pip2nix.pip2nix
23 pip2nix.pip2nix
24 pythonPackages.pip-tools
24 pythonPackages.pip-tools
25
25
26 # Allows to generate bower dependencies
26 # Allows to generate bower dependencies
27 pkgs.nodePackages.bower2nix
27 pkgs.nodePackages.bower2nix
28
28
29 # Allows to generate node dependencies
29 # Allows to generate node dependencies
30 pkgs.nodePackages.node2nix
30 pkgs.nodePackages.node2nix
31
31
32 # We need mysql_config to be around
32 # We need mysql_config to be around
33 pkgs.mysql
33 pkgs.mysql
34
34
35 # We need postgresql to be around
35 # We need postgresql to be around
36 pkgs.postgresql
36 pkgs.postgresql
37
37
38 # Curl is needed for pycurl
38 # Curl is needed for pycurl
39 pkgs.curl
39 pkgs.curl
40 ];
40 ];
41
41
42 shellHook = ''
42 shellHook = ''
43 runHook preShellHook
43 runHook preShellHook
44 runHook postShellHook
44 runHook postShellHook
45 '';
45 '';
46
46
47 preShellHook = ''
47 preShellHook = ''
48 echo "Starting Generate Shell"
48 echo "Starting Generate Shell"
49 # Custom prompt to distinguish from other dev envs.
49 # Custom prompt to distinguish from other dev envs.
50 export PS1="\n\[\033[1;32m\][Generate-shell:\w]$\[\033[0m\] "
50 export PS1="\n\[\033[1;32m\][Generate-shell:\w]$\[\033[0m\] "
51 export PYCURL_SSL_LIBRARY=openssl
51 '';
52 '';
52 }
53 }
@@ -1,133 +1,133 b''
1 ## dependencies
1 ## dependencies
2
2
3 setuptools-scm==2.1.0
3 setuptools-scm==2.1.0
4 amqp==2.3.1
4 amqp==2.3.1
5 # not released authomatic that has updated some oauth providers
5 # not released authomatic that has updated some oauth providers
6 https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801#egg=authomatic==0.1.0.post1
6 https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801#egg=authomatic==0.1.0.post1
7 babel==1.3
7 babel==1.3
8 beaker==1.9.1
8 beaker==1.9.1
9 celery==4.1.1
9 celery==4.1.1
10 chameleon==2.24
10 chameleon==2.24
11 channelstream==0.5.2
11 channelstream==0.5.2
12 click==6.6
12 click==6.6
13 colander==1.4.0
13 colander==1.4.0
14 # our custom configobj
14 # our custom configobj
15 https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c#egg=configobj==5.0.6
15 https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c#egg=configobj==5.0.6
16 cssselect==1.0.3
16 cssselect==1.0.3
17 decorator==4.1.2
17 decorator==4.1.2
18 deform==2.0.5
18 deform==2.0.5
19 docutils==0.14.0
19 docutils==0.14.0
20 dogpile.cache==0.6.6
20 dogpile.cache==0.6.6
21 dogpile.core==0.4.1
21 dogpile.core==0.4.1
22 ecdsa==0.13
22 ecdsa==0.13
23 formencode==1.2.4
23 formencode==1.2.4
24 future==0.14.3
24 future==0.14.3
25 futures==3.0.2
25 futures==3.0.2
26 gnureadline==6.3.8
26 gnureadline==6.3.8
27 infrae.cache==1.0.1
27 infrae.cache==1.0.1
28 iso8601==0.1.11
28 iso8601==0.1.11
29 itsdangerous==0.24
29 itsdangerous==0.24
30 jinja2==2.9.6
30 jinja2==2.9.6
31 billiard==3.5.0.3
31 billiard==3.5.0.3
32 kombu==4.2.0
32 kombu==4.2.0
33 lxml==3.7.3
33 lxml==3.7.3
34 lru-dict==1.1.6
34 lru-dict==1.1.6
35 mako==1.0.7
35 mako==1.0.7
36 markdown==2.6.11
36 markdown==2.6.11
37 markupsafe==1.0.0
37 markupsafe==1.0.0
38 msgpack-python==0.5.6
38 msgpack-python==0.5.6
39 mysql-python==1.2.5
39 mysql-python==1.2.5
40 pymysql==0.8.1
40 pymysql==0.8.1
41 pyotp==2.2.6
41 pyotp==2.2.6
42 objgraph==3.1.1
42 objgraph==3.1.1
43 packaging==15.2
43 packaging==15.2
44 paste==2.0.3
44 paste==2.0.3
45 pastedeploy==1.5.2
45 pastedeploy==1.5.2
46 pastescript==2.0.2
46 pastescript==2.0.2
47 pathlib2==2.3.0
47 pathlib2==2.3.0
48 peppercorn==0.5
48 peppercorn==0.5
49 psutil==5.4.6
49 psutil==5.4.6
50 psycopg2==2.7.4
50 psycopg2==2.7.4
51 py-bcrypt==0.4
51 py-bcrypt==0.4
52 pycrypto==2.6.1
52 pycrypto==2.6.1
53 pycurl==7.19.5
53 pycurl==7.43.0.2
54 pyflakes==0.8.1
54 pyflakes==0.8.1
55 pygments-markdown-lexer==0.1.0.dev39
55 pygments-markdown-lexer==0.1.0.dev39
56 pygments==2.2.0
56 pygments==2.2.0
57 pyparsing==1.5.7
57 pyparsing==1.5.7
58 pyramid-beaker==0.8
58 pyramid-beaker==0.8
59 pyramid-debugtoolbar==4.4.0
59 pyramid-debugtoolbar==4.4.0
60 pyramid-jinja2==2.7
60 pyramid-jinja2==2.7
61 pyramid-mako==1.0.2
61 pyramid-mako==1.0.2
62 pyramid==1.9.2
62 pyramid==1.9.2
63 pysqlite==2.8.3
63 pysqlite==2.8.3
64 python-dateutil
64 python-dateutil
65 python-ldap==3.1.0
65 python-ldap==3.1.0
66 python-memcached==1.59
66 python-memcached==1.59
67 python-pam==1.8.4
67 python-pam==1.8.4
68 pytz==2018.4
68 pytz==2018.4
69 tzlocal==1.5.1
69 tzlocal==1.5.1
70 pyzmq==14.6.0
70 pyzmq==14.6.0
71 py-gfm==0.1.3
71 py-gfm==0.1.3
72 redis==2.10.6
72 redis==2.10.6
73 repoze.lru==0.7
73 repoze.lru==0.7
74 requests==2.9.1
74 requests==2.9.1
75 routes==2.4.1
75 routes==2.4.1
76 setproctitle==1.1.10
76 setproctitle==1.1.10
77 simplejson==3.11.1
77 simplejson==3.11.1
78 six==1.11.0
78 six==1.11.0
79 sqlalchemy==1.1.18
79 sqlalchemy==1.1.18
80 sshpubkeys==2.2.0
80 sshpubkeys==2.2.0
81 subprocess32==3.5.1
81 subprocess32==3.5.1
82 supervisor==3.3.4
82 supervisor==3.3.4
83 tempita==0.5.2
83 tempita==0.5.2
84 translationstring==1.3
84 translationstring==1.3
85 trollius==1.0.4
85 trollius==1.0.4
86 urllib3==1.21
86 urllib3==1.21
87 urlobject==2.4.3
87 urlobject==2.4.3
88 venusian==1.1.0
88 venusian==1.1.0
89 weberror==0.10.3
89 weberror==0.10.3
90 webhelpers2==2.0
90 webhelpers2==2.0
91 webhelpers==1.3
91 webhelpers==1.3
92 webob==1.7.4
92 webob==1.7.4
93 whoosh==2.7.4
93 whoosh==2.7.4
94 wsgiref==0.1.2
94 wsgiref==0.1.2
95 zope.cachedescriptors==4.3.1
95 zope.cachedescriptors==4.3.1
96 zope.deprecation==4.3.0
96 zope.deprecation==4.3.0
97 zope.event==4.3.0
97 zope.event==4.3.0
98 zope.interface==4.5.0
98 zope.interface==4.5.0
99
99
100
100
101 # IPYTHON RENDERING
101 # IPYTHON RENDERING
102 # entrypoints backport, pypi version doesn't support egg installs
102 # entrypoints backport, pypi version doesn't support egg installs
103 https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313#egg=entrypoints==0.2.2.rhodecode-upstream1
103 https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313#egg=entrypoints==0.2.2.rhodecode-upstream1
104 nbconvert==5.3.1
104 nbconvert==5.3.1
105 bleach==2.1.3
105 bleach==2.1.3
106 nbformat==4.4.0
106 nbformat==4.4.0
107 jupyter_client==5.0.0
107 jupyter_client==5.0.0
108
108
109 ## cli tools
109 ## cli tools
110 alembic==0.9.9
110 alembic==0.9.9
111 invoke==0.13.0
111 invoke==0.13.0
112 bumpversion==0.5.3
112 bumpversion==0.5.3
113
113
114 ## http servers
114 ## http servers
115 gevent==1.3.5
115 gevent==1.3.5
116 greenlet==0.4.13
116 greenlet==0.4.13
117 gunicorn==19.9.0
117 gunicorn==19.9.0
118 waitress==1.1.0
118 waitress==1.1.0
119
119
120 ## debug
120 ## debug
121 ipdb==0.11.0
121 ipdb==0.11.0
122 ipython==5.1.0
122 ipython==5.1.0
123 cprofilev==1.0.7
123 cprofilev==1.0.7
124 bottle==0.12.13
124 bottle==0.12.13
125
125
126 ## rhodecode-tools, special case
126 ## rhodecode-tools, special case
127 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.15.0.tar.gz?md5=1046043b8c8d52480f7bca63185729b5#egg=rhodecode-tools==0.15.0
127 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.15.0.tar.gz?md5=1046043b8c8d52480f7bca63185729b5#egg=rhodecode-tools==0.15.0
128
128
129 ## appenlight
129 ## appenlight
130 appenlight-client==0.6.25
130 appenlight-client==0.6.25
131
131
132 ## test related requirements
132 ## test related requirements
133 -r requirements_test.txt
133 -r requirements_test.txt
@@ -1,245 +1,246 b''
1 # -*- coding: utf-8 -*-
1 # -*- coding: utf-8 -*-
2
2
3 # Copyright (C) 2016-2018 RhodeCode GmbH
3 # Copyright (C) 2016-2018 RhodeCode GmbH
4 #
4 #
5 # This program is free software: you can redistribute it and/or modify
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU Affero General Public License, version 3
6 # it under the terms of the GNU Affero General Public License, version 3
7 # (only), as published by the Free Software Foundation.
7 # (only), as published by the Free Software Foundation.
8 #
8 #
9 # This program is distributed in the hope that it will be useful,
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
12 # GNU General Public License for more details.
13 #
13 #
14 # You should have received a copy of the GNU Affero General Public License
14 # You should have received a copy of the GNU Affero General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
16 #
16 #
17 # This program is dual-licensed. If you wish to learn more about the
17 # This program is dual-licensed. If you wish to learn more about the
18 # RhodeCode Enterprise Edition, including its added features, Support services,
18 # RhodeCode Enterprise Edition, including its added features, Support services,
19 # and proprietary license terms, please see https://rhodecode.com/licenses/
19 # and proprietary license terms, please see https://rhodecode.com/licenses/
20
20
21 """
21 """
22 This serves as a drop in replacement for pycurl. It implements the pycurl Curl
22 This serves as a drop in replacement for pycurl. It implements the pycurl Curl
23 class in a way that is compatible with gevent.
23 class in a way that is compatible with gevent.
24 """
24 """
25
25
26
26
27 import logging
27 import logging
28 import gevent
28 import gevent
29 import pycurl
29 import pycurl
30
30
31 # Import everything from pycurl.
31 # Import everything from pycurl.
32 # This allows us to use this module as a drop in replacement of pycurl.
32 # This allows us to use this module as a drop in replacement of pycurl.
33 from pycurl import * # noqa
33 from pycurl import * # noqa
34
34
35 from gevent import core
35 from gevent import core
36 from gevent.hub import Waiter
36 from gevent.hub import Waiter
37
37
38
38
39 log = logging.getLogger(__name__)
39 log = logging.getLogger(__name__)
40
40
41
41
42 class GeventCurlMulti(object):
42 class GeventCurlMulti(object):
43 """
43 """
44 Wrapper around pycurl.CurlMulti that integrates it into gevent's event
44 Wrapper around pycurl.CurlMulti that integrates it into gevent's event
45 loop.
45 loop.
46
46
47 Parts of this class are a modified version of code copied from the Tornado
47 Parts of this class are a modified version of code copied from the Tornado
48 Web Server project which is licensed under the Apache License, Version 2.0
48 Web Server project which is licensed under the Apache License, Version 2.0
49 (the "License"). To be more specific the code originates from this file:
49 (the "License"). To be more specific the code originates from this file:
50 https://github.com/tornadoweb/tornado/blob/stable/tornado/curl_httpclient.py
50 https://github.com/tornadoweb/tornado/blob/stable/tornado/curl_httpclient.py
51
51
52 This is the original license header of the origin:
52 This is the original license header of the origin:
53
53
54 Copyright 2009 Facebook
54 Copyright 2009 Facebook
55
55
56 Licensed under the Apache License, Version 2.0 (the "License"); you may
56 Licensed under the Apache License, Version 2.0 (the "License"); you may
57 not use this file except in compliance with the License. You may obtain
57 not use this file except in compliance with the License. You may obtain
58 a copy of the License at
58 a copy of the License at
59
59
60 http://www.apache.org/licenses/LICENSE-2.0
60 http://www.apache.org/licenses/LICENSE-2.0
61
61
62 Unless required by applicable law or agreed to in writing, software
62 Unless required by applicable law or agreed to in writing, software
63 distributed under the License is distributed on an "AS IS" BASIS,
63 distributed under the License is distributed on an "AS IS" BASIS,
64 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
64 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
65 implied. See the License for the specific language governing
65 implied. See the License for the specific language governing
66 permissions and limitations under the License.
66 permissions and limitations under the License.
67 """
67 """
68
68
69 def __init__(self, loop=None):
69 def __init__(self, loop=None):
70 self._watchers = {}
70 self._watchers = {}
71 self._timeout = None
71 self._timeout = None
72 self.loop = loop or gevent.get_hub().loop
72 self.loop = loop or gevent.get_hub().loop
73
73
74 # Setup curl's multi instance.
74 # Setup curl's multi instance.
75 self._curl_multi = pycurl.CurlMulti()
75 self._curl_multi = pycurl.CurlMulti()
76 self.setopt(pycurl.M_TIMERFUNCTION, self._set_timeout)
76 self.setopt(pycurl.M_TIMERFUNCTION, self._set_timeout)
77 self.setopt(pycurl.M_SOCKETFUNCTION, self._handle_socket)
77 self.setopt(pycurl.M_SOCKETFUNCTION, self._handle_socket)
78
78
79 def __getattr__(self, item):
79 def __getattr__(self, item):
80 """
80 """
81 The pycurl.CurlMulti class is final and we cannot subclass it.
81 The pycurl.CurlMulti class is final and we cannot subclass it.
82 Therefore we are wrapping it and forward everything to it here.
82 Therefore we are wrapping it and forward everything to it here.
83 """
83 """
84 return getattr(self._curl_multi, item)
84 return getattr(self._curl_multi, item)
85
85
86 def add_handle(self, curl):
86 def add_handle(self, curl):
87 """
87 """
88 Add handle variant that also takes care about the initial invocation of
88 Add handle variant that also takes care about the initial invocation of
89 socket action method. This is done by setting an immediate timeout.
89 socket action method. This is done by setting an immediate timeout.
90 """
90 """
91 result = self._curl_multi.add_handle(curl)
91 result = self._curl_multi.add_handle(curl)
92 self._set_timeout(0)
92 self._set_timeout(0)
93 return result
93 return result
94
94
95 def _handle_socket(self, event, fd, multi, data):
95 def _handle_socket(self, event, fd, multi, data):
96 """
96 """
97 Called by libcurl when it wants to change the file descriptors it cares
97 Called by libcurl when it wants to change the file descriptors it cares
98 about.
98 about.
99 """
99 """
100 event_map = {
100 event_map = {
101 pycurl.POLL_NONE: core.NONE,
101 pycurl.POLL_NONE: core.NONE,
102 pycurl.POLL_IN: core.READ,
102 pycurl.POLL_IN: core.READ,
103 pycurl.POLL_OUT: core.WRITE,
103 pycurl.POLL_OUT: core.WRITE,
104 pycurl.POLL_INOUT: core.READ | core.WRITE
104 pycurl.POLL_INOUT: core.READ | core.WRITE
105 }
105 }
106
106
107 if event == pycurl.POLL_REMOVE:
107 if event == pycurl.POLL_REMOVE:
108 watcher = self._watchers.pop(fd, None)
108 watcher = self._watchers.pop(fd, None)
109 if watcher is not None:
109 if watcher is not None:
110 watcher.stop()
110 watcher.stop()
111 else:
111 else:
112 gloop_event = event_map[event]
112 gloop_event = event_map[event]
113 watcher = self._watchers.get(fd)
113 watcher = self._watchers.get(fd)
114 if watcher is None:
114 if watcher is None:
115 watcher = self.loop.io(fd, gloop_event)
115 watcher = self.loop.io(fd, gloop_event)
116 watcher.start(self._handle_events, fd, pass_events=True)
116 watcher.start(self._handle_events, fd, pass_events=True)
117 self._watchers[fd] = watcher
117 self._watchers[fd] = watcher
118 else:
118 else:
119 if watcher.events != gloop_event:
119 if watcher.events != gloop_event:
120 watcher.stop()
120 watcher.stop()
121 watcher.events = gloop_event
121 watcher.events = gloop_event
122 watcher.start(self._handle_events, fd, pass_events=True)
122 watcher.start(self._handle_events, fd, pass_events=True)
123
123
124 def _set_timeout(self, msecs):
124 def _set_timeout(self, msecs):
125 """
125 """
126 Called by libcurl to schedule a timeout.
126 Called by libcurl to schedule a timeout.
127 """
127 """
128 if self._timeout is not None:
128 if self._timeout is not None:
129 self._timeout.stop()
129 self._timeout.stop()
130 self._timeout = self.loop.timer(msecs/1000.0)
130 self._timeout = self.loop.timer(msecs/1000.0)
131 self._timeout.start(self._handle_timeout)
131 self._timeout.start(self._handle_timeout)
132
132
133 def _handle_events(self, events, fd):
133 def _handle_events(self, events, fd):
134 action = 0
134 action = 0
135 if events & core.READ:
135 if events & core.READ:
136 action |= pycurl.CSELECT_IN
136 action |= pycurl.CSELECT_IN
137 if events & core.WRITE:
137 if events & core.WRITE:
138 action |= pycurl.CSELECT_OUT
138 action |= pycurl.CSELECT_OUT
139 while True:
139 while True:
140 try:
140 try:
141 ret, num_handles = self._curl_multi.socket_action(fd, action)
141 ret, num_handles = self._curl_multi.socket_action(fd, action)
142 except pycurl.error, e:
142 except pycurl.error as e:
143 ret = e.args[0]
143 ret = e.args[0]
144 if ret != pycurl.E_CALL_MULTI_PERFORM:
144 if ret != pycurl.E_CALL_MULTI_PERFORM:
145 break
145 break
146 self._finish_pending_requests()
146 self._finish_pending_requests()
147
147
148 def _handle_timeout(self):
148 def _handle_timeout(self):
149 """
149 """
150 Called by IOLoop when the requested timeout has passed.
150 Called by IOLoop when the requested timeout has passed.
151 """
151 """
152 if self._timeout is not None:
152 if self._timeout is not None:
153 self._timeout.stop()
153 self._timeout.stop()
154 self._timeout = None
154 self._timeout = None
155 while True:
155 while True:
156 try:
156 try:
157 ret, num_handles = self._curl_multi.socket_action(
157 ret, num_handles = self._curl_multi.socket_action(
158 pycurl.SOCKET_TIMEOUT, 0)
158 pycurl.SOCKET_TIMEOUT, 0)
159 except pycurl.error, e:
159 except pycurl.error as e:
160 ret = e.args[0]
160 ret = e.args[0]
161 if ret != pycurl.E_CALL_MULTI_PERFORM:
161 if ret != pycurl.E_CALL_MULTI_PERFORM:
162 break
162 break
163 self._finish_pending_requests()
163 self._finish_pending_requests()
164
164
165 # In theory, we shouldn't have to do this because curl will call
165 # In theory, we shouldn't have to do this because curl will call
166 # _set_timeout whenever the timeout changes. However, sometimes after
166 # _set_timeout whenever the timeout changes. However, sometimes after
167 # _handle_timeout we will need to reschedule immediately even though
167 # _handle_timeout we will need to reschedule immediately even though
168 # nothing has changed from curl's perspective. This is because when
168 # nothing has changed from curl's perspective. This is because when
169 # socket_action is called with SOCKET_TIMEOUT, libcurl decides
169 # socket_action is called with SOCKET_TIMEOUT, libcurl decides
170 # internally which timeouts need to be processed by using a monotonic
170 # internally which timeouts need to be processed by using a monotonic
171 # clock (where available) while tornado uses python's time.time() to
171 # clock (where available) while tornado uses python's time.time() to
172 # decide when timeouts have occurred. When those clocks disagree on
172 # decide when timeouts have occurred. When those clocks disagree on
173 # elapsed time (as they will whenever there is an NTP adjustment),
173 # elapsed time (as they will whenever there is an NTP adjustment),
174 # tornado might call _handle_timeout before libcurl is ready. After
174 # tornado might call _handle_timeout before libcurl is ready. After
175 # each timeout, resync the scheduled timeout with libcurl's current
175 # each timeout, resync the scheduled timeout with libcurl's current
176 # state.
176 # state.
177 new_timeout = self._curl_multi.timeout()
177 new_timeout = self._curl_multi.timeout()
178 if new_timeout >= 0:
178 if new_timeout >= 0:
179 self._set_timeout(new_timeout)
179 self._set_timeout(new_timeout)
180
180
181 def _finish_pending_requests(self):
181 def _finish_pending_requests(self):
182 """
182 """
183 Process any requests that were completed by the last call to
183 Process any requests that were completed by the last call to
184 multi.socket_action.
184 multi.socket_action.
185 """
185 """
186 while True:
186 while True:
187 num_q, ok_list, err_list = self._curl_multi.info_read()
187 num_q, ok_list, err_list = self._curl_multi.info_read()
188 for curl in ok_list:
188 for curl in ok_list:
189 curl.waiter.switch(None)
189 curl.waiter.switch(None)
190 for curl, errnum, errmsg in err_list:
190 for curl, errnum, errmsg in err_list:
191 curl.waiter.throw(Exception('%s %s' % (errnum, errmsg)))
191 curl.waiter.throw(Exception('%s %s' % (errnum, errmsg)))
192 if num_q == 0:
192 if num_q == 0:
193 break
193 break
194
194
195
195
196 class GeventCurl(object):
196 class GeventCurl(object):
197 """
197 """
198 Gevent compatible implementation of the pycurl.Curl class. Essentially a
198 Gevent compatible implementation of the pycurl.Curl class. Essentially a
199 wrapper around pycurl.Curl with a customized perform method. It uses the
199 wrapper around pycurl.Curl with a customized perform method. It uses the
200 GeventCurlMulti class to implement a blocking API to libcurl's "easy"
200 GeventCurlMulti class to implement a blocking API to libcurl's "easy"
201 interface.
201 interface.
202 """
202 """
203
203
204 # Reference to the GeventCurlMulti instance.
204 # Reference to the GeventCurlMulti instance.
205 _multi_instance = None
205 _multi_instance = None
206
206
207 def __init__(self):
207 def __init__(self):
208 self._curl = pycurl.Curl()
208 self._curl = pycurl.Curl()
209
209
210 def __getattr__(self, item):
210 def __getattr__(self, item):
211 """
211 """
212 The pycurl.Curl class is final and we cannot subclass it. Therefore we
212 The pycurl.Curl class is final and we cannot subclass it. Therefore we
213 are wrapping it and forward everything to it here.
213 are wrapping it and forward everything to it here.
214 """
214 """
215 return getattr(self._curl, item)
215 return getattr(self._curl, item)
216
216
217 @property
217 @property
218 def _multi(self):
218 def _multi(self):
219 """
219 """
220 Lazy property that returns the GeventCurlMulti instance. The value is
220 Lazy property that returns the GeventCurlMulti instance. The value is
221 cached as a class attribute. Therefore only one instance per process
221 cached as a class attribute. Therefore only one instance per process
222 exists.
222 exists.
223 """
223 """
224 if GeventCurl._multi_instance is None:
224 if GeventCurl._multi_instance is None:
225 GeventCurl._multi_instance = GeventCurlMulti()
225 GeventCurl._multi_instance = GeventCurlMulti()
226 return GeventCurl._multi_instance
226 return GeventCurl._multi_instance
227
227
228 def perform(self):
228 def perform(self):
229 """
229 """
230 This perform method is compatible with gevent because it uses gevent
230 This perform method is compatible with gevent because it uses gevent
231 synchronization mechanisms to wait for the request to finish.
231 synchronization mechanisms to wait for the request to finish.
232 """
232 """
233 waiter = self._curl.waiter = Waiter()
233 waiter = self._curl.waiter = Waiter()
234 try:
234 try:
235 self._multi.add_handle(self._curl)
235 self._multi.add_handle(self._curl)
236 response = waiter.get()
236 try:
237 return waiter.get()
238 finally:
239 self._multi.remove_handle(self._curl)
237 finally:
240 finally:
238 self._multi.remove_handle(self._curl)
239 del self._curl.waiter
241 del self._curl.waiter
240
242
241 return response
242
243
243 # Curl is originally imported from pycurl. At this point we override it with
244 # Curl is originally imported from pycurl. At this point we override it with
244 # our custom implementation.
245 # our custom implementation.
245 Curl = GeventCurl
246 Curl = GeventCurl
General Comments 0
You need to be logged in to leave comments. Login now