##// END OF EJS Templates
merge with default
marcink -
r3583:6b5dcc2e merge new-ui
parent child Browse files
Show More
@@ -1,2373 +1,2373 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-1.0.5";
8 name = "alembic-1.0.5";
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/1c/65/b8e4f5b2f345bb13b5e0a3fddd892b0b3f0e8ad4880e954fdc6a50d00d84/alembic-1.0.5.tar.gz";
17 url = "https://files.pythonhosted.org/packages/1c/65/b8e4f5b2f345bb13b5e0a3fddd892b0b3f0e8ad4880e954fdc6a50d00d84/alembic-1.0.5.tar.gz";
18 sha256 = "0rpjqp2iq6p49x1nli18ivak1izz547nnjxi110mzrgc1v7dxzz9";
18 sha256 = "0rpjqp2iq6p49x1nli18ivak1izz547nnjxi110mzrgc1v7dxzz9";
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.26";
39 name = "appenlight-client-0.6.26";
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/2e/56/418fc10379b96e795ee39a15e69a730c222818af04c3821fa354eaa859ec/appenlight_client-0.6.26.tar.gz";
47 url = "https://files.pythonhosted.org/packages/2e/56/418fc10379b96e795ee39a15e69a730c222818af04c3821fa354eaa859ec/appenlight_client-0.6.26.tar.gz";
48 sha256 = "0s9xw3sb8s3pk73k78nnq4jil3q4mk6bczfa1fmgfx61kdxl2712";
48 sha256 = "0s9xw3sb8s3pk73k78nnq4jil3q4mk6bczfa1fmgfx61kdxl2712";
49 };
49 };
50 meta = {
50 meta = {
51 license = [ pkgs.lib.licenses.bsdOriginal ];
51 license = [ pkgs.lib.licenses.bsdOriginal ];
52 };
52 };
53 };
53 };
54 "asn1crypto" = super.buildPythonPackage {
54 "asn1crypto" = super.buildPythonPackage {
55 name = "asn1crypto-0.24.0";
55 name = "asn1crypto-0.24.0";
56 doCheck = false;
56 doCheck = false;
57 src = fetchurl {
57 src = fetchurl {
58 url = "https://files.pythonhosted.org/packages/fc/f1/8db7daa71f414ddabfa056c4ef792e1461ff655c2ae2928a2b675bfed6b4/asn1crypto-0.24.0.tar.gz";
58 url = "https://files.pythonhosted.org/packages/fc/f1/8db7daa71f414ddabfa056c4ef792e1461ff655c2ae2928a2b675bfed6b4/asn1crypto-0.24.0.tar.gz";
59 sha256 = "0jaf8rf9dx1lf23xfv2cdd5h52f1qr3w8k63985bc35g3d220p4x";
59 sha256 = "0jaf8rf9dx1lf23xfv2cdd5h52f1qr3w8k63985bc35g3d220p4x";
60 };
60 };
61 meta = {
61 meta = {
62 license = [ pkgs.lib.licenses.mit ];
62 license = [ pkgs.lib.licenses.mit ];
63 };
63 };
64 };
64 };
65 "atomicwrites" = super.buildPythonPackage {
65 "atomicwrites" = super.buildPythonPackage {
66 name = "atomicwrites-1.2.1";
66 name = "atomicwrites-1.2.1";
67 doCheck = false;
67 doCheck = false;
68 src = fetchurl {
68 src = fetchurl {
69 url = "https://files.pythonhosted.org/packages/ac/ed/a311712ef6b4355035489f665e63e1a73f9eb371929e3c98e5efd451069e/atomicwrites-1.2.1.tar.gz";
69 url = "https://files.pythonhosted.org/packages/ac/ed/a311712ef6b4355035489f665e63e1a73f9eb371929e3c98e5efd451069e/atomicwrites-1.2.1.tar.gz";
70 sha256 = "1vmkbw9j0qammwxbxycrs39gvdg4lc2d4lk98kwf8ag2manyi6pc";
70 sha256 = "1vmkbw9j0qammwxbxycrs39gvdg4lc2d4lk98kwf8ag2manyi6pc";
71 };
71 };
72 meta = {
72 meta = {
73 license = [ pkgs.lib.licenses.mit ];
73 license = [ pkgs.lib.licenses.mit ];
74 };
74 };
75 };
75 };
76 "attrs" = super.buildPythonPackage {
76 "attrs" = super.buildPythonPackage {
77 name = "attrs-18.2.0";
77 name = "attrs-18.2.0";
78 doCheck = false;
78 doCheck = false;
79 src = fetchurl {
79 src = fetchurl {
80 url = "https://files.pythonhosted.org/packages/0f/9e/26b1d194aab960063b266170e53c39f73ea0d0d3f5ce23313e0ec8ee9bdf/attrs-18.2.0.tar.gz";
80 url = "https://files.pythonhosted.org/packages/0f/9e/26b1d194aab960063b266170e53c39f73ea0d0d3f5ce23313e0ec8ee9bdf/attrs-18.2.0.tar.gz";
81 sha256 = "0s9ydh058wmmf5v391pym877x4ahxg45dw6a0w4c7s5wgpigdjqh";
81 sha256 = "0s9ydh058wmmf5v391pym877x4ahxg45dw6a0w4c7s5wgpigdjqh";
82 };
82 };
83 meta = {
83 meta = {
84 license = [ pkgs.lib.licenses.mit ];
84 license = [ pkgs.lib.licenses.mit ];
85 };
85 };
86 };
86 };
87 "authomatic" = super.buildPythonPackage {
87 "authomatic" = super.buildPythonPackage {
88 name = "authomatic-0.1.0.post1";
88 name = "authomatic-0.1.0.post1";
89 doCheck = false;
89 doCheck = false;
90 src = fetchurl {
90 src = fetchurl {
91 url = "https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801";
91 url = "https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801";
92 sha256 = "1cgk0a86sbsjbri06gf5z5l4npwkjdxw6fdnwl4vvfmxs2sx9yxw";
92 sha256 = "1cgk0a86sbsjbri06gf5z5l4npwkjdxw6fdnwl4vvfmxs2sx9yxw";
93 };
93 };
94 meta = {
94 meta = {
95 license = [ pkgs.lib.licenses.mit ];
95 license = [ pkgs.lib.licenses.mit ];
96 };
96 };
97 };
97 };
98 "babel" = super.buildPythonPackage {
98 "babel" = super.buildPythonPackage {
99 name = "babel-1.3";
99 name = "babel-1.3";
100 doCheck = false;
100 doCheck = false;
101 propagatedBuildInputs = [
101 propagatedBuildInputs = [
102 self."pytz"
102 self."pytz"
103 ];
103 ];
104 src = fetchurl {
104 src = fetchurl {
105 url = "https://files.pythonhosted.org/packages/33/27/e3978243a03a76398c384c83f7ca879bc6e8f1511233a621fcada135606e/Babel-1.3.tar.gz";
105 url = "https://files.pythonhosted.org/packages/33/27/e3978243a03a76398c384c83f7ca879bc6e8f1511233a621fcada135606e/Babel-1.3.tar.gz";
106 sha256 = "0bnin777lc53nxd1hp3apq410jj5wx92n08h7h4izpl4f4sx00lz";
106 sha256 = "0bnin777lc53nxd1hp3apq410jj5wx92n08h7h4izpl4f4sx00lz";
107 };
107 };
108 meta = {
108 meta = {
109 license = [ pkgs.lib.licenses.bsdOriginal ];
109 license = [ pkgs.lib.licenses.bsdOriginal ];
110 };
110 };
111 };
111 };
112 "backports.shutil-get-terminal-size" = super.buildPythonPackage {
112 "backports.shutil-get-terminal-size" = super.buildPythonPackage {
113 name = "backports.shutil-get-terminal-size-1.0.0";
113 name = "backports.shutil-get-terminal-size-1.0.0";
114 doCheck = false;
114 doCheck = false;
115 src = fetchurl {
115 src = fetchurl {
116 url = "https://files.pythonhosted.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-1.0.0.tar.gz";
116 url = "https://files.pythonhosted.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-1.0.0.tar.gz";
117 sha256 = "107cmn7g3jnbkp826zlj8rrj19fam301qvaqf0f3905f5217lgki";
117 sha256 = "107cmn7g3jnbkp826zlj8rrj19fam301qvaqf0f3905f5217lgki";
118 };
118 };
119 meta = {
119 meta = {
120 license = [ pkgs.lib.licenses.mit ];
120 license = [ pkgs.lib.licenses.mit ];
121 };
121 };
122 };
122 };
123 "beaker" = super.buildPythonPackage {
123 "beaker" = super.buildPythonPackage {
124 name = "beaker-1.9.1";
124 name = "beaker-1.9.1";
125 doCheck = false;
125 doCheck = false;
126 propagatedBuildInputs = [
126 propagatedBuildInputs = [
127 self."funcsigs"
127 self."funcsigs"
128 ];
128 ];
129 src = fetchurl {
129 src = fetchurl {
130 url = "https://files.pythonhosted.org/packages/ca/14/a626188d0d0c7b55dd7cf1902046c2743bd392a7078bb53073e13280eb1e/Beaker-1.9.1.tar.gz";
130 url = "https://files.pythonhosted.org/packages/ca/14/a626188d0d0c7b55dd7cf1902046c2743bd392a7078bb53073e13280eb1e/Beaker-1.9.1.tar.gz";
131 sha256 = "08arsn61r255lhz6hcpn2lsiqpg30clla805ysx06wmbhvb6w9rj";
131 sha256 = "08arsn61r255lhz6hcpn2lsiqpg30clla805ysx06wmbhvb6w9rj";
132 };
132 };
133 meta = {
133 meta = {
134 license = [ pkgs.lib.licenses.bsdOriginal ];
134 license = [ pkgs.lib.licenses.bsdOriginal ];
135 };
135 };
136 };
136 };
137 "beautifulsoup4" = super.buildPythonPackage {
137 "beautifulsoup4" = super.buildPythonPackage {
138 name = "beautifulsoup4-4.6.3";
138 name = "beautifulsoup4-4.6.3";
139 doCheck = false;
139 doCheck = false;
140 src = fetchurl {
140 src = fetchurl {
141 url = "https://files.pythonhosted.org/packages/88/df/86bffad6309f74f3ff85ea69344a078fc30003270c8df6894fca7a3c72ff/beautifulsoup4-4.6.3.tar.gz";
141 url = "https://files.pythonhosted.org/packages/88/df/86bffad6309f74f3ff85ea69344a078fc30003270c8df6894fca7a3c72ff/beautifulsoup4-4.6.3.tar.gz";
142 sha256 = "041dhalzjciw6qyzzq7a2k4h1yvyk76xigp35hv5ibnn448ydy4h";
142 sha256 = "041dhalzjciw6qyzzq7a2k4h1yvyk76xigp35hv5ibnn448ydy4h";
143 };
143 };
144 meta = {
144 meta = {
145 license = [ pkgs.lib.licenses.mit ];
145 license = [ pkgs.lib.licenses.mit ];
146 };
146 };
147 };
147 };
148 "billiard" = super.buildPythonPackage {
148 "billiard" = super.buildPythonPackage {
149 name = "billiard-3.5.0.3";
149 name = "billiard-3.5.0.3";
150 doCheck = false;
150 doCheck = false;
151 src = fetchurl {
151 src = fetchurl {
152 url = "https://files.pythonhosted.org/packages/39/ac/f5571210cca2e4f4532e38aaff242f26c8654c5e2436bee966c230647ccc/billiard-3.5.0.3.tar.gz";
152 url = "https://files.pythonhosted.org/packages/39/ac/f5571210cca2e4f4532e38aaff242f26c8654c5e2436bee966c230647ccc/billiard-3.5.0.3.tar.gz";
153 sha256 = "1riwiiwgb141151md4ykx49qrz749akj5k8g290ji9bsqjyj4yqx";
153 sha256 = "1riwiiwgb141151md4ykx49qrz749akj5k8g290ji9bsqjyj4yqx";
154 };
154 };
155 meta = {
155 meta = {
156 license = [ pkgs.lib.licenses.bsdOriginal ];
156 license = [ pkgs.lib.licenses.bsdOriginal ];
157 };
157 };
158 };
158 };
159 "bleach" = super.buildPythonPackage {
159 "bleach" = super.buildPythonPackage {
160 name = "bleach-3.1.0";
160 name = "bleach-3.1.0";
161 doCheck = false;
161 doCheck = false;
162 propagatedBuildInputs = [
162 propagatedBuildInputs = [
163 self."six"
163 self."six"
164 self."webencodings"
164 self."webencodings"
165 ];
165 ];
166 src = fetchurl {
166 src = fetchurl {
167 url = "https://files.pythonhosted.org/packages/78/5a/0df03e8735cd9c75167528299c738702437589b9c71a849489d00ffa82e8/bleach-3.1.0.tar.gz";
167 url = "https://files.pythonhosted.org/packages/78/5a/0df03e8735cd9c75167528299c738702437589b9c71a849489d00ffa82e8/bleach-3.1.0.tar.gz";
168 sha256 = "1yhrgrhkln8bd6gn3imj69g1h4xqah9gaz9q26crqr6gmmvpzprz";
168 sha256 = "1yhrgrhkln8bd6gn3imj69g1h4xqah9gaz9q26crqr6gmmvpzprz";
169 };
169 };
170 meta = {
170 meta = {
171 license = [ pkgs.lib.licenses.asl20 ];
171 license = [ pkgs.lib.licenses.asl20 ];
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 "cffi" = super.buildPythonPackage {
201 "cffi" = super.buildPythonPackage {
202 name = "cffi-1.12.2";
202 name = "cffi-1.12.2";
203 doCheck = false;
203 doCheck = false;
204 propagatedBuildInputs = [
204 propagatedBuildInputs = [
205 self."pycparser"
205 self."pycparser"
206 ];
206 ];
207 src = fetchurl {
207 src = fetchurl {
208 url = "https://files.pythonhosted.org/packages/64/7c/27367b38e6cc3e1f49f193deb761fe75cda9f95da37b67b422e62281fcac/cffi-1.12.2.tar.gz";
208 url = "https://files.pythonhosted.org/packages/64/7c/27367b38e6cc3e1f49f193deb761fe75cda9f95da37b67b422e62281fcac/cffi-1.12.2.tar.gz";
209 sha256 = "19qfks2djya8vix95bmg3xzipjb8w9b8mbj4j5k2hqkc8j58f4z1";
209 sha256 = "19qfks2djya8vix95bmg3xzipjb8w9b8mbj4j5k2hqkc8j58f4z1";
210 };
210 };
211 meta = {
211 meta = {
212 license = [ pkgs.lib.licenses.mit ];
212 license = [ pkgs.lib.licenses.mit ];
213 };
213 };
214 };
214 };
215 "chameleon" = super.buildPythonPackage {
215 "chameleon" = super.buildPythonPackage {
216 name = "chameleon-2.24";
216 name = "chameleon-2.24";
217 doCheck = false;
217 doCheck = false;
218 src = fetchurl {
218 src = fetchurl {
219 url = "https://files.pythonhosted.org/packages/5a/9e/637379ffa13c5172b5c0e704833ffea6bf51cec7567f93fd6e903d53ed74/Chameleon-2.24.tar.gz";
219 url = "https://files.pythonhosted.org/packages/5a/9e/637379ffa13c5172b5c0e704833ffea6bf51cec7567f93fd6e903d53ed74/Chameleon-2.24.tar.gz";
220 sha256 = "0ykqr7syxfa6h9adjfnsv1gdsca2xzm22vmic8859n0f0j09abj5";
220 sha256 = "0ykqr7syxfa6h9adjfnsv1gdsca2xzm22vmic8859n0f0j09abj5";
221 };
221 };
222 meta = {
222 meta = {
223 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
223 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
224 };
224 };
225 };
225 };
226 "channelstream" = super.buildPythonPackage {
226 "channelstream" = super.buildPythonPackage {
227 name = "channelstream-0.5.2";
227 name = "channelstream-0.5.2";
228 doCheck = false;
228 doCheck = false;
229 propagatedBuildInputs = [
229 propagatedBuildInputs = [
230 self."gevent"
230 self."gevent"
231 self."ws4py"
231 self."ws4py"
232 self."pyramid"
232 self."pyramid"
233 self."pyramid-jinja2"
233 self."pyramid-jinja2"
234 self."itsdangerous"
234 self."itsdangerous"
235 self."requests"
235 self."requests"
236 self."six"
236 self."six"
237 ];
237 ];
238 src = fetchurl {
238 src = fetchurl {
239 url = "https://files.pythonhosted.org/packages/2b/31/29a8e085cf5bf97fa88e7b947adabfc581a18a3463adf77fb6dada34a65f/channelstream-0.5.2.tar.gz";
239 url = "https://files.pythonhosted.org/packages/2b/31/29a8e085cf5bf97fa88e7b947adabfc581a18a3463adf77fb6dada34a65f/channelstream-0.5.2.tar.gz";
240 sha256 = "1qbm4xdl5hfkja683x546bncg3rqq8qv79w1m1a1wd48cqqzb6rm";
240 sha256 = "1qbm4xdl5hfkja683x546bncg3rqq8qv79w1m1a1wd48cqqzb6rm";
241 };
241 };
242 meta = {
242 meta = {
243 license = [ pkgs.lib.licenses.bsdOriginal ];
243 license = [ pkgs.lib.licenses.bsdOriginal ];
244 };
244 };
245 };
245 };
246 "click" = super.buildPythonPackage {
246 "click" = super.buildPythonPackage {
247 name = "click-7.0";
247 name = "click-7.0";
248 doCheck = false;
248 doCheck = false;
249 src = fetchurl {
249 src = fetchurl {
250 url = "https://files.pythonhosted.org/packages/f8/5c/f60e9d8a1e77005f664b76ff8aeaee5bc05d0a91798afd7f53fc998dbc47/Click-7.0.tar.gz";
250 url = "https://files.pythonhosted.org/packages/f8/5c/f60e9d8a1e77005f664b76ff8aeaee5bc05d0a91798afd7f53fc998dbc47/Click-7.0.tar.gz";
251 sha256 = "1mzjixd4vjbjvzb6vylki9w1556a9qmdh35kzmq6cign46av952v";
251 sha256 = "1mzjixd4vjbjvzb6vylki9w1556a9qmdh35kzmq6cign46av952v";
252 };
252 };
253 meta = {
253 meta = {
254 license = [ pkgs.lib.licenses.bsdOriginal ];
254 license = [ pkgs.lib.licenses.bsdOriginal ];
255 };
255 };
256 };
256 };
257 "colander" = super.buildPythonPackage {
257 "colander" = super.buildPythonPackage {
258 name = "colander-1.7.0";
258 name = "colander-1.7.0";
259 doCheck = false;
259 doCheck = false;
260 propagatedBuildInputs = [
260 propagatedBuildInputs = [
261 self."translationstring"
261 self."translationstring"
262 self."iso8601"
262 self."iso8601"
263 self."enum34"
263 self."enum34"
264 ];
264 ];
265 src = fetchurl {
265 src = fetchurl {
266 url = "https://files.pythonhosted.org/packages/db/e4/74ab06f54211917b41865cafc987ce511e35503de48da9bfe9358a1bdc3e/colander-1.7.0.tar.gz";
266 url = "https://files.pythonhosted.org/packages/db/e4/74ab06f54211917b41865cafc987ce511e35503de48da9bfe9358a1bdc3e/colander-1.7.0.tar.gz";
267 sha256 = "1wl1bqab307lbbcjx81i28s3yl6dlm4rf15fxawkjb6j48x1cn6p";
267 sha256 = "1wl1bqab307lbbcjx81i28s3yl6dlm4rf15fxawkjb6j48x1cn6p";
268 };
268 };
269 meta = {
269 meta = {
270 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
270 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
271 };
271 };
272 };
272 };
273 "configobj" = super.buildPythonPackage {
273 "configobj" = super.buildPythonPackage {
274 name = "configobj-5.0.6";
274 name = "configobj-5.0.6";
275 doCheck = false;
275 doCheck = false;
276 propagatedBuildInputs = [
276 propagatedBuildInputs = [
277 self."six"
277 self."six"
278 ];
278 ];
279 src = fetchurl {
279 src = fetchurl {
280 url = "https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c";
280 url = "https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c";
281 sha256 = "1hhcxirwvg58grlfr177b3awhbq8hlx1l3lh69ifl1ki7lfd1s1x";
281 sha256 = "1hhcxirwvg58grlfr177b3awhbq8hlx1l3lh69ifl1ki7lfd1s1x";
282 };
282 };
283 meta = {
283 meta = {
284 license = [ pkgs.lib.licenses.bsdOriginal ];
284 license = [ pkgs.lib.licenses.bsdOriginal ];
285 };
285 };
286 };
286 };
287 "configparser" = super.buildPythonPackage {
287 "configparser" = super.buildPythonPackage {
288 name = "configparser-3.7.3";
288 name = "configparser-3.7.4";
289 doCheck = false;
289 doCheck = false;
290 src = fetchurl {
290 src = fetchurl {
291 url = "https://files.pythonhosted.org/packages/4a/4d/5d4c07cd28476ecad84ea5ad43961e50b6fd74cd24b9b81113650b4de6ee/configparser-3.7.3.tar.gz";
291 url = "https://files.pythonhosted.org/packages/e2/1c/83fd53748d8245cb9a3399f705c251d3fc0ce7df04450aac1cfc49dd6a0f/configparser-3.7.4.tar.gz";
292 sha256 = "0bfg1fn061djhs3aqqprk9sd5sxacj8wc6h6fhck57r7zks4qn97";
292 sha256 = "0xac32886ihs2xg7w1gppcq2sgin5qsm8lqwijs5xifq9w0x0q6s";
293 };
293 };
294 meta = {
294 meta = {
295 license = [ pkgs.lib.licenses.mit ];
295 license = [ pkgs.lib.licenses.mit ];
296 };
296 };
297 };
297 };
298 "cov-core" = super.buildPythonPackage {
298 "cov-core" = super.buildPythonPackage {
299 name = "cov-core-1.15.0";
299 name = "cov-core-1.15.0";
300 doCheck = false;
300 doCheck = false;
301 propagatedBuildInputs = [
301 propagatedBuildInputs = [
302 self."coverage"
302 self."coverage"
303 ];
303 ];
304 src = fetchurl {
304 src = fetchurl {
305 url = "https://files.pythonhosted.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz";
305 url = "https://files.pythonhosted.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz";
306 sha256 = "0k3np9ymh06yv1ib96sb6wfsxjkqhmik8qfsn119vnhga9ywc52a";
306 sha256 = "0k3np9ymh06yv1ib96sb6wfsxjkqhmik8qfsn119vnhga9ywc52a";
307 };
307 };
308 meta = {
308 meta = {
309 license = [ pkgs.lib.licenses.mit ];
309 license = [ pkgs.lib.licenses.mit ];
310 };
310 };
311 };
311 };
312 "coverage" = super.buildPythonPackage {
312 "coverage" = super.buildPythonPackage {
313 name = "coverage-4.5.1";
313 name = "coverage-4.5.1";
314 doCheck = false;
314 doCheck = false;
315 src = fetchurl {
315 src = fetchurl {
316 url = "https://files.pythonhosted.org/packages/35/fe/e7df7289d717426093c68d156e0fd9117c8f4872b6588e8a8928a0f68424/coverage-4.5.1.tar.gz";
316 url = "https://files.pythonhosted.org/packages/35/fe/e7df7289d717426093c68d156e0fd9117c8f4872b6588e8a8928a0f68424/coverage-4.5.1.tar.gz";
317 sha256 = "1wbrzpxka3xd4nmmkc6q0ir343d91kymwsm8pbmwa0d2a7q4ir2n";
317 sha256 = "1wbrzpxka3xd4nmmkc6q0ir343d91kymwsm8pbmwa0d2a7q4ir2n";
318 };
318 };
319 meta = {
319 meta = {
320 license = [ pkgs.lib.licenses.asl20 ];
320 license = [ pkgs.lib.licenses.asl20 ];
321 };
321 };
322 };
322 };
323 "cryptography" = super.buildPythonPackage {
323 "cryptography" = super.buildPythonPackage {
324 name = "cryptography-2.6.1";
324 name = "cryptography-2.6.1";
325 doCheck = false;
325 doCheck = false;
326 propagatedBuildInputs = [
326 propagatedBuildInputs = [
327 self."asn1crypto"
327 self."asn1crypto"
328 self."six"
328 self."six"
329 self."cffi"
329 self."cffi"
330 self."enum34"
330 self."enum34"
331 self."ipaddress"
331 self."ipaddress"
332 ];
332 ];
333 src = fetchurl {
333 src = fetchurl {
334 url = "https://files.pythonhosted.org/packages/07/ca/bc827c5e55918ad223d59d299fff92f3563476c3b00d0a9157d9c0217449/cryptography-2.6.1.tar.gz";
334 url = "https://files.pythonhosted.org/packages/07/ca/bc827c5e55918ad223d59d299fff92f3563476c3b00d0a9157d9c0217449/cryptography-2.6.1.tar.gz";
335 sha256 = "19iwz5avym5zl6jrrrkym1rdaa9h61j20ph4cswsqgv8xg5j3j16";
335 sha256 = "19iwz5avym5zl6jrrrkym1rdaa9h61j20ph4cswsqgv8xg5j3j16";
336 };
336 };
337 meta = {
337 meta = {
338 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "BSD or Apache License, Version 2.0"; } pkgs.lib.licenses.asl20 ];
338 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "BSD or Apache License, Version 2.0"; } pkgs.lib.licenses.asl20 ];
339 };
339 };
340 };
340 };
341 "cssselect" = super.buildPythonPackage {
341 "cssselect" = super.buildPythonPackage {
342 name = "cssselect-1.0.3";
342 name = "cssselect-1.0.3";
343 doCheck = false;
343 doCheck = false;
344 src = fetchurl {
344 src = fetchurl {
345 url = "https://files.pythonhosted.org/packages/52/ea/f31e1d2e9eb130fda2a631e22eac369dc644e8807345fbed5113f2d6f92b/cssselect-1.0.3.tar.gz";
345 url = "https://files.pythonhosted.org/packages/52/ea/f31e1d2e9eb130fda2a631e22eac369dc644e8807345fbed5113f2d6f92b/cssselect-1.0.3.tar.gz";
346 sha256 = "011jqa2jhmydhi0iz4v1w3cr540z5zas8g2bw8brdw4s4b2qnv86";
346 sha256 = "011jqa2jhmydhi0iz4v1w3cr540z5zas8g2bw8brdw4s4b2qnv86";
347 };
347 };
348 meta = {
348 meta = {
349 license = [ pkgs.lib.licenses.bsdOriginal ];
349 license = [ pkgs.lib.licenses.bsdOriginal ];
350 };
350 };
351 };
351 };
352 "decorator" = super.buildPythonPackage {
352 "decorator" = super.buildPythonPackage {
353 name = "decorator-4.1.2";
353 name = "decorator-4.1.2";
354 doCheck = false;
354 doCheck = false;
355 src = fetchurl {
355 src = fetchurl {
356 url = "https://files.pythonhosted.org/packages/bb/e0/f6e41e9091e130bf16d4437dabbac3993908e4d6485ecbc985ef1352db94/decorator-4.1.2.tar.gz";
356 url = "https://files.pythonhosted.org/packages/bb/e0/f6e41e9091e130bf16d4437dabbac3993908e4d6485ecbc985ef1352db94/decorator-4.1.2.tar.gz";
357 sha256 = "1d8npb11kxyi36mrvjdpcjij76l5zfyrz2f820brf0l0rcw4vdkw";
357 sha256 = "1d8npb11kxyi36mrvjdpcjij76l5zfyrz2f820brf0l0rcw4vdkw";
358 };
358 };
359 meta = {
359 meta = {
360 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ];
360 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ];
361 };
361 };
362 };
362 };
363 "deform" = super.buildPythonPackage {
363 "deform" = super.buildPythonPackage {
364 name = "deform-2.0.7";
364 name = "deform-2.0.7";
365 doCheck = false;
365 doCheck = false;
366 propagatedBuildInputs = [
366 propagatedBuildInputs = [
367 self."chameleon"
367 self."chameleon"
368 self."colander"
368 self."colander"
369 self."iso8601"
369 self."iso8601"
370 self."peppercorn"
370 self."peppercorn"
371 self."translationstring"
371 self."translationstring"
372 self."zope.deprecation"
372 self."zope.deprecation"
373 ];
373 ];
374 src = fetchurl {
374 src = fetchurl {
375 url = "https://files.pythonhosted.org/packages/cf/a1/bc234527b8f181de9acd80e796483c00007658d1e32b7de78f1c2e004d9a/deform-2.0.7.tar.gz";
375 url = "https://files.pythonhosted.org/packages/cf/a1/bc234527b8f181de9acd80e796483c00007658d1e32b7de78f1c2e004d9a/deform-2.0.7.tar.gz";
376 sha256 = "0jnpi0zr2hjvbmiz6nm33yqv976dn9lf51vhlzqc0i75xcr9rwig";
376 sha256 = "0jnpi0zr2hjvbmiz6nm33yqv976dn9lf51vhlzqc0i75xcr9rwig";
377 };
377 };
378 meta = {
378 meta = {
379 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
379 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
380 };
380 };
381 };
381 };
382 "defusedxml" = super.buildPythonPackage {
382 "defusedxml" = super.buildPythonPackage {
383 name = "defusedxml-0.5.0";
383 name = "defusedxml-0.5.0";
384 doCheck = false;
384 doCheck = false;
385 src = fetchurl {
385 src = fetchurl {
386 url = "https://files.pythonhosted.org/packages/74/ba/4ba4e89e21b5a2e267d80736ea674609a0a33cc4435a6d748ef04f1f9374/defusedxml-0.5.0.tar.gz";
386 url = "https://files.pythonhosted.org/packages/74/ba/4ba4e89e21b5a2e267d80736ea674609a0a33cc4435a6d748ef04f1f9374/defusedxml-0.5.0.tar.gz";
387 sha256 = "1x54n0h8hl92vvwyymx883fbqpqjwn2mc8fb383bcg3z9zwz5mr4";
387 sha256 = "1x54n0h8hl92vvwyymx883fbqpqjwn2mc8fb383bcg3z9zwz5mr4";
388 };
388 };
389 meta = {
389 meta = {
390 license = [ pkgs.lib.licenses.psfl ];
390 license = [ pkgs.lib.licenses.psfl ];
391 };
391 };
392 };
392 };
393 "dm.xmlsec.binding" = super.buildPythonPackage {
393 "dm.xmlsec.binding" = super.buildPythonPackage {
394 name = "dm.xmlsec.binding-1.3.7";
394 name = "dm.xmlsec.binding-1.3.7";
395 doCheck = false;
395 doCheck = false;
396 propagatedBuildInputs = [
396 propagatedBuildInputs = [
397 self."setuptools"
397 self."setuptools"
398 self."lxml"
398 self."lxml"
399 ];
399 ];
400 src = fetchurl {
400 src = fetchurl {
401 url = "https://files.pythonhosted.org/packages/2c/9e/7651982d50252692991acdae614af821fd6c79bc8dcd598ad71d55be8fc7/dm.xmlsec.binding-1.3.7.tar.gz";
401 url = "https://files.pythonhosted.org/packages/2c/9e/7651982d50252692991acdae614af821fd6c79bc8dcd598ad71d55be8fc7/dm.xmlsec.binding-1.3.7.tar.gz";
402 sha256 = "03jjjscx1pz2nc0dwiw9nia02qbz1c6f0f9zkyr8fmvys2n5jkb3";
402 sha256 = "03jjjscx1pz2nc0dwiw9nia02qbz1c6f0f9zkyr8fmvys2n5jkb3";
403 };
403 };
404 meta = {
404 meta = {
405 license = [ pkgs.lib.licenses.bsdOriginal ];
405 license = [ pkgs.lib.licenses.bsdOriginal ];
406 };
406 };
407 };
407 };
408 "docutils" = super.buildPythonPackage {
408 "docutils" = super.buildPythonPackage {
409 name = "docutils-0.14";
409 name = "docutils-0.14";
410 doCheck = false;
410 doCheck = false;
411 src = fetchurl {
411 src = fetchurl {
412 url = "https://files.pythonhosted.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-0.14.tar.gz";
412 url = "https://files.pythonhosted.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-0.14.tar.gz";
413 sha256 = "0x22fs3pdmr42kvz6c654756wja305qv6cx1zbhwlagvxgr4xrji";
413 sha256 = "0x22fs3pdmr42kvz6c654756wja305qv6cx1zbhwlagvxgr4xrji";
414 };
414 };
415 meta = {
415 meta = {
416 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 ];
416 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 ];
417 };
417 };
418 };
418 };
419 "dogpile.cache" = super.buildPythonPackage {
419 "dogpile.cache" = super.buildPythonPackage {
420 name = "dogpile.cache-0.7.1";
420 name = "dogpile.cache-0.7.1";
421 doCheck = false;
421 doCheck = false;
422 propagatedBuildInputs = [
422 propagatedBuildInputs = [
423 self."decorator"
423 self."decorator"
424 ];
424 ];
425 src = fetchurl {
425 src = fetchurl {
426 url = "https://files.pythonhosted.org/packages/84/3e/dbf1cfc5228f1d3dca80ef714db2c5aaec5cd9efaf54d7e3daef6bc48b19/dogpile.cache-0.7.1.tar.gz";
426 url = "https://files.pythonhosted.org/packages/84/3e/dbf1cfc5228f1d3dca80ef714db2c5aaec5cd9efaf54d7e3daef6bc48b19/dogpile.cache-0.7.1.tar.gz";
427 sha256 = "0caazmrzhnfqb5yrp8myhw61ny637jj69wcngrpbvi31jlcpy6v9";
427 sha256 = "0caazmrzhnfqb5yrp8myhw61ny637jj69wcngrpbvi31jlcpy6v9";
428 };
428 };
429 meta = {
429 meta = {
430 license = [ pkgs.lib.licenses.bsdOriginal ];
430 license = [ pkgs.lib.licenses.bsdOriginal ];
431 };
431 };
432 };
432 };
433 "dogpile.core" = super.buildPythonPackage {
433 "dogpile.core" = super.buildPythonPackage {
434 name = "dogpile.core-0.4.1";
434 name = "dogpile.core-0.4.1";
435 doCheck = false;
435 doCheck = false;
436 src = fetchurl {
436 src = fetchurl {
437 url = "https://files.pythonhosted.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz";
437 url = "https://files.pythonhosted.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz";
438 sha256 = "0xpdvg4kr1isfkrh1rfsh7za4q5a5s6l2kf9wpvndbwf3aqjyrdy";
438 sha256 = "0xpdvg4kr1isfkrh1rfsh7za4q5a5s6l2kf9wpvndbwf3aqjyrdy";
439 };
439 };
440 meta = {
440 meta = {
441 license = [ pkgs.lib.licenses.bsdOriginal ];
441 license = [ pkgs.lib.licenses.bsdOriginal ];
442 };
442 };
443 };
443 };
444 "ecdsa" = super.buildPythonPackage {
444 "ecdsa" = super.buildPythonPackage {
445 name = "ecdsa-0.13";
445 name = "ecdsa-0.13";
446 doCheck = false;
446 doCheck = false;
447 src = fetchurl {
447 src = fetchurl {
448 url = "https://files.pythonhosted.org/packages/f9/e5/99ebb176e47f150ac115ffeda5fedb6a3dbb3c00c74a59fd84ddf12f5857/ecdsa-0.13.tar.gz";
448 url = "https://files.pythonhosted.org/packages/f9/e5/99ebb176e47f150ac115ffeda5fedb6a3dbb3c00c74a59fd84ddf12f5857/ecdsa-0.13.tar.gz";
449 sha256 = "1yj31j0asmrx4an9xvsaj2icdmzy6pw0glfpqrrkrphwdpi1xkv4";
449 sha256 = "1yj31j0asmrx4an9xvsaj2icdmzy6pw0glfpqrrkrphwdpi1xkv4";
450 };
450 };
451 meta = {
451 meta = {
452 license = [ pkgs.lib.licenses.mit ];
452 license = [ pkgs.lib.licenses.mit ];
453 };
453 };
454 };
454 };
455 "elasticsearch" = super.buildPythonPackage {
455 "elasticsearch" = super.buildPythonPackage {
456 name = "elasticsearch-6.3.1";
456 name = "elasticsearch-6.3.1";
457 doCheck = false;
457 doCheck = false;
458 propagatedBuildInputs = [
458 propagatedBuildInputs = [
459 self."urllib3"
459 self."urllib3"
460 ];
460 ];
461 src = fetchurl {
461 src = fetchurl {
462 url = "https://files.pythonhosted.org/packages/9d/ce/c4664e8380e379a9402ecfbaf158e56396da90d520daba21cfa840e0eb71/elasticsearch-6.3.1.tar.gz";
462 url = "https://files.pythonhosted.org/packages/9d/ce/c4664e8380e379a9402ecfbaf158e56396da90d520daba21cfa840e0eb71/elasticsearch-6.3.1.tar.gz";
463 sha256 = "12y93v0yn7a4xmf969239g8gb3l4cdkclfpbk1qc8hx5qkymrnma";
463 sha256 = "12y93v0yn7a4xmf969239g8gb3l4cdkclfpbk1qc8hx5qkymrnma";
464 };
464 };
465 meta = {
465 meta = {
466 license = [ pkgs.lib.licenses.asl20 ];
466 license = [ pkgs.lib.licenses.asl20 ];
467 };
467 };
468 };
468 };
469 "elasticsearch-dsl" = super.buildPythonPackage {
469 "elasticsearch-dsl" = super.buildPythonPackage {
470 name = "elasticsearch-dsl-6.3.1";
470 name = "elasticsearch-dsl-6.3.1";
471 doCheck = false;
471 doCheck = false;
472 propagatedBuildInputs = [
472 propagatedBuildInputs = [
473 self."six"
473 self."six"
474 self."python-dateutil"
474 self."python-dateutil"
475 self."elasticsearch"
475 self."elasticsearch"
476 self."ipaddress"
476 self."ipaddress"
477 ];
477 ];
478 src = fetchurl {
478 src = fetchurl {
479 url = "https://files.pythonhosted.org/packages/4c/0d/1549f50c591db6bb4e66cbcc8d34a6e537c3d89aa426b167c244fd46420a/elasticsearch-dsl-6.3.1.tar.gz";
479 url = "https://files.pythonhosted.org/packages/4c/0d/1549f50c591db6bb4e66cbcc8d34a6e537c3d89aa426b167c244fd46420a/elasticsearch-dsl-6.3.1.tar.gz";
480 sha256 = "1gh8a0shqi105k325hgwb9avrpdjh0mc6mxwfg9ba7g6lssb702z";
480 sha256 = "1gh8a0shqi105k325hgwb9avrpdjh0mc6mxwfg9ba7g6lssb702z";
481 };
481 };
482 meta = {
482 meta = {
483 license = [ pkgs.lib.licenses.asl20 ];
483 license = [ pkgs.lib.licenses.asl20 ];
484 };
484 };
485 };
485 };
486 "elasticsearch1" = super.buildPythonPackage {
486 "elasticsearch1" = super.buildPythonPackage {
487 name = "elasticsearch1-1.10.0";
487 name = "elasticsearch1-1.10.0";
488 doCheck = false;
488 doCheck = false;
489 propagatedBuildInputs = [
489 propagatedBuildInputs = [
490 self."urllib3"
490 self."urllib3"
491 ];
491 ];
492 src = fetchurl {
492 src = fetchurl {
493 url = "https://files.pythonhosted.org/packages/a6/eb/73e75f9681fa71e3157b8ee878534235d57f24ee64f0e77f8d995fb57076/elasticsearch1-1.10.0.tar.gz";
493 url = "https://files.pythonhosted.org/packages/a6/eb/73e75f9681fa71e3157b8ee878534235d57f24ee64f0e77f8d995fb57076/elasticsearch1-1.10.0.tar.gz";
494 sha256 = "0g89444kd5zwql4vbvyrmi2m6l6dcj6ga98j4hqxyyyz6z20aki2";
494 sha256 = "0g89444kd5zwql4vbvyrmi2m6l6dcj6ga98j4hqxyyyz6z20aki2";
495 };
495 };
496 meta = {
496 meta = {
497 license = [ pkgs.lib.licenses.asl20 ];
497 license = [ pkgs.lib.licenses.asl20 ];
498 };
498 };
499 };
499 };
500 "elasticsearch1-dsl" = super.buildPythonPackage {
500 "elasticsearch1-dsl" = super.buildPythonPackage {
501 name = "elasticsearch1-dsl-0.0.12";
501 name = "elasticsearch1-dsl-0.0.12";
502 doCheck = false;
502 doCheck = false;
503 propagatedBuildInputs = [
503 propagatedBuildInputs = [
504 self."six"
504 self."six"
505 self."python-dateutil"
505 self."python-dateutil"
506 self."elasticsearch1"
506 self."elasticsearch1"
507 ];
507 ];
508 src = fetchurl {
508 src = fetchurl {
509 url = "https://files.pythonhosted.org/packages/eb/9d/785342775cb10eddc9b8d7457d618a423b4f0b89d8b2b2d1bc27190d71db/elasticsearch1-dsl-0.0.12.tar.gz";
509 url = "https://files.pythonhosted.org/packages/eb/9d/785342775cb10eddc9b8d7457d618a423b4f0b89d8b2b2d1bc27190d71db/elasticsearch1-dsl-0.0.12.tar.gz";
510 sha256 = "0ig1ly39v93hba0z975wnhbmzwj28w6w1sqlr2g7cn5spp732bhk";
510 sha256 = "0ig1ly39v93hba0z975wnhbmzwj28w6w1sqlr2g7cn5spp732bhk";
511 };
511 };
512 meta = {
512 meta = {
513 license = [ pkgs.lib.licenses.asl20 ];
513 license = [ pkgs.lib.licenses.asl20 ];
514 };
514 };
515 };
515 };
516 "elasticsearch2" = super.buildPythonPackage {
516 "elasticsearch2" = super.buildPythonPackage {
517 name = "elasticsearch2-2.5.0";
517 name = "elasticsearch2-2.5.0";
518 doCheck = false;
518 doCheck = false;
519 propagatedBuildInputs = [
519 propagatedBuildInputs = [
520 self."urllib3"
520 self."urllib3"
521 ];
521 ];
522 src = fetchurl {
522 src = fetchurl {
523 url = "https://files.pythonhosted.org/packages/84/77/63cf63d4ba11d913b5278406f2a37b0712bec6fc85edfb6151a33eaeba25/elasticsearch2-2.5.0.tar.gz";
523 url = "https://files.pythonhosted.org/packages/84/77/63cf63d4ba11d913b5278406f2a37b0712bec6fc85edfb6151a33eaeba25/elasticsearch2-2.5.0.tar.gz";
524 sha256 = "0ky0q16lbvz022yv6q3pix7aamf026p1y994537ccjf0p0dxnbxr";
524 sha256 = "0ky0q16lbvz022yv6q3pix7aamf026p1y994537ccjf0p0dxnbxr";
525 };
525 };
526 meta = {
526 meta = {
527 license = [ pkgs.lib.licenses.asl20 ];
527 license = [ pkgs.lib.licenses.asl20 ];
528 };
528 };
529 };
529 };
530 "entrypoints" = super.buildPythonPackage {
530 "entrypoints" = super.buildPythonPackage {
531 name = "entrypoints-0.2.2";
531 name = "entrypoints-0.2.2";
532 doCheck = false;
532 doCheck = false;
533 propagatedBuildInputs = [
533 propagatedBuildInputs = [
534 self."configparser"
534 self."configparser"
535 ];
535 ];
536 src = fetchurl {
536 src = fetchurl {
537 url = "https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313";
537 url = "https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313";
538 sha256 = "0bihrdp8ahsys437kxdhk52gz6kib8rxjv71i93wkw7594fcaxll";
538 sha256 = "0bihrdp8ahsys437kxdhk52gz6kib8rxjv71i93wkw7594fcaxll";
539 };
539 };
540 meta = {
540 meta = {
541 license = [ pkgs.lib.licenses.mit ];
541 license = [ pkgs.lib.licenses.mit ];
542 };
542 };
543 };
543 };
544 "enum34" = super.buildPythonPackage {
544 "enum34" = super.buildPythonPackage {
545 name = "enum34-1.1.6";
545 name = "enum34-1.1.6";
546 doCheck = false;
546 doCheck = false;
547 src = fetchurl {
547 src = fetchurl {
548 url = "https://files.pythonhosted.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz";
548 url = "https://files.pythonhosted.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz";
549 sha256 = "1cgm5ng2gcfrkrm3hc22brl6chdmv67b9zvva9sfs7gn7dwc9n4a";
549 sha256 = "1cgm5ng2gcfrkrm3hc22brl6chdmv67b9zvva9sfs7gn7dwc9n4a";
550 };
550 };
551 meta = {
551 meta = {
552 license = [ pkgs.lib.licenses.bsdOriginal ];
552 license = [ pkgs.lib.licenses.bsdOriginal ];
553 };
553 };
554 };
554 };
555 "formencode" = super.buildPythonPackage {
555 "formencode" = super.buildPythonPackage {
556 name = "formencode-1.2.4";
556 name = "formencode-1.2.4";
557 doCheck = false;
557 doCheck = false;
558 src = fetchurl {
558 src = fetchurl {
559 url = "https://files.pythonhosted.org/packages/8e/59/0174271a6f004512e0201188593e6d319db139d14cb7490e488bbb078015/FormEncode-1.2.4.tar.gz";
559 url = "https://files.pythonhosted.org/packages/8e/59/0174271a6f004512e0201188593e6d319db139d14cb7490e488bbb078015/FormEncode-1.2.4.tar.gz";
560 sha256 = "1fgy04sdy4yry5xcjls3x3xy30dqwj58ycnkndim819jx0788w42";
560 sha256 = "1fgy04sdy4yry5xcjls3x3xy30dqwj58ycnkndim819jx0788w42";
561 };
561 };
562 meta = {
562 meta = {
563 license = [ pkgs.lib.licenses.psfl ];
563 license = [ pkgs.lib.licenses.psfl ];
564 };
564 };
565 };
565 };
566 "funcsigs" = super.buildPythonPackage {
566 "funcsigs" = super.buildPythonPackage {
567 name = "funcsigs-1.0.2";
567 name = "funcsigs-1.0.2";
568 doCheck = false;
568 doCheck = false;
569 src = fetchurl {
569 src = fetchurl {
570 url = "https://files.pythonhosted.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz";
570 url = "https://files.pythonhosted.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz";
571 sha256 = "0l4g5818ffyfmfs1a924811azhjj8ax9xd1cffr1mzd3ycn0zfx7";
571 sha256 = "0l4g5818ffyfmfs1a924811azhjj8ax9xd1cffr1mzd3ycn0zfx7";
572 };
572 };
573 meta = {
573 meta = {
574 license = [ { fullName = "ASL"; } pkgs.lib.licenses.asl20 ];
574 license = [ { fullName = "ASL"; } pkgs.lib.licenses.asl20 ];
575 };
575 };
576 };
576 };
577 "functools32" = super.buildPythonPackage {
577 "functools32" = super.buildPythonPackage {
578 name = "functools32-3.2.3.post2";
578 name = "functools32-3.2.3.post2";
579 doCheck = false;
579 doCheck = false;
580 src = fetchurl {
580 src = fetchurl {
581 url = "https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz";
581 url = "https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz";
582 sha256 = "0v8ya0b58x47wp216n1zamimv4iw57cxz3xxhzix52jkw3xks9gn";
582 sha256 = "0v8ya0b58x47wp216n1zamimv4iw57cxz3xxhzix52jkw3xks9gn";
583 };
583 };
584 meta = {
584 meta = {
585 license = [ pkgs.lib.licenses.psfl ];
585 license = [ pkgs.lib.licenses.psfl ];
586 };
586 };
587 };
587 };
588 "future" = super.buildPythonPackage {
588 "future" = super.buildPythonPackage {
589 name = "future-0.14.3";
589 name = "future-0.14.3";
590 doCheck = false;
590 doCheck = false;
591 src = fetchurl {
591 src = fetchurl {
592 url = "https://files.pythonhosted.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz";
592 url = "https://files.pythonhosted.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz";
593 sha256 = "1savk7jx7hal032f522c5ajhh8fra6gmnadrj9adv5qxi18pv1b2";
593 sha256 = "1savk7jx7hal032f522c5ajhh8fra6gmnadrj9adv5qxi18pv1b2";
594 };
594 };
595 meta = {
595 meta = {
596 license = [ { fullName = "OSI Approved"; } pkgs.lib.licenses.mit ];
596 license = [ { fullName = "OSI Approved"; } pkgs.lib.licenses.mit ];
597 };
597 };
598 };
598 };
599 "futures" = super.buildPythonPackage {
599 "futures" = super.buildPythonPackage {
600 name = "futures-3.0.2";
600 name = "futures-3.0.2";
601 doCheck = false;
601 doCheck = false;
602 src = fetchurl {
602 src = fetchurl {
603 url = "https://files.pythonhosted.org/packages/f8/e7/fc0fcbeb9193ba2d4de00b065e7fd5aecd0679e93ce95a07322b2b1434f4/futures-3.0.2.tar.gz";
603 url = "https://files.pythonhosted.org/packages/f8/e7/fc0fcbeb9193ba2d4de00b065e7fd5aecd0679e93ce95a07322b2b1434f4/futures-3.0.2.tar.gz";
604 sha256 = "0mz2pbgxbc2nbib1szifi07whjbfs4r02pv2z390z7p410awjgyw";
604 sha256 = "0mz2pbgxbc2nbib1szifi07whjbfs4r02pv2z390z7p410awjgyw";
605 };
605 };
606 meta = {
606 meta = {
607 license = [ pkgs.lib.licenses.bsdOriginal ];
607 license = [ pkgs.lib.licenses.bsdOriginal ];
608 };
608 };
609 };
609 };
610 "gevent" = super.buildPythonPackage {
610 "gevent" = super.buildPythonPackage {
611 name = "gevent-1.4.0";
611 name = "gevent-1.4.0";
612 doCheck = false;
612 doCheck = false;
613 propagatedBuildInputs = [
613 propagatedBuildInputs = [
614 self."greenlet"
614 self."greenlet"
615 ];
615 ];
616 src = fetchurl {
616 src = fetchurl {
617 url = "https://files.pythonhosted.org/packages/ed/27/6c49b70808f569b66ec7fac2e78f076e9b204db9cf5768740cff3d5a07ae/gevent-1.4.0.tar.gz";
617 url = "https://files.pythonhosted.org/packages/ed/27/6c49b70808f569b66ec7fac2e78f076e9b204db9cf5768740cff3d5a07ae/gevent-1.4.0.tar.gz";
618 sha256 = "1lchr4akw2jkm5v4kz7bdm4wv3knkfhbfn9vkkz4s5yrkcxzmdqy";
618 sha256 = "1lchr4akw2jkm5v4kz7bdm4wv3knkfhbfn9vkkz4s5yrkcxzmdqy";
619 };
619 };
620 meta = {
620 meta = {
621 license = [ pkgs.lib.licenses.mit ];
621 license = [ pkgs.lib.licenses.mit ];
622 };
622 };
623 };
623 };
624 "gnureadline" = super.buildPythonPackage {
624 "gnureadline" = super.buildPythonPackage {
625 name = "gnureadline-6.3.8";
625 name = "gnureadline-6.3.8";
626 doCheck = false;
626 doCheck = false;
627 src = fetchurl {
627 src = fetchurl {
628 url = "https://files.pythonhosted.org/packages/50/64/86085c823cd78f9df9d8e33dce0baa71618016f8860460b82cf6610e1eb3/gnureadline-6.3.8.tar.gz";
628 url = "https://files.pythonhosted.org/packages/50/64/86085c823cd78f9df9d8e33dce0baa71618016f8860460b82cf6610e1eb3/gnureadline-6.3.8.tar.gz";
629 sha256 = "0ddhj98x2nv45iz4aadk4b9m0b1kpsn1xhcbypn5cd556knhiqjq";
629 sha256 = "0ddhj98x2nv45iz4aadk4b9m0b1kpsn1xhcbypn5cd556knhiqjq";
630 };
630 };
631 meta = {
631 meta = {
632 license = [ { fullName = "GNU General Public License v3 (GPLv3)"; } pkgs.lib.licenses.gpl1 ];
632 license = [ { fullName = "GNU General Public License v3 (GPLv3)"; } pkgs.lib.licenses.gpl1 ];
633 };
633 };
634 };
634 };
635 "gprof2dot" = super.buildPythonPackage {
635 "gprof2dot" = super.buildPythonPackage {
636 name = "gprof2dot-2017.9.19";
636 name = "gprof2dot-2017.9.19";
637 doCheck = false;
637 doCheck = false;
638 src = fetchurl {
638 src = fetchurl {
639 url = "https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz";
639 url = "https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz";
640 sha256 = "17ih23ld2nzgc3xwgbay911l6lh96jp1zshmskm17n1gg2i7mg6f";
640 sha256 = "17ih23ld2nzgc3xwgbay911l6lh96jp1zshmskm17n1gg2i7mg6f";
641 };
641 };
642 meta = {
642 meta = {
643 license = [ { fullName = "GNU Lesser General Public License v3 or later (LGPLv3+)"; } { fullName = "LGPL"; } ];
643 license = [ { fullName = "GNU Lesser General Public License v3 or later (LGPLv3+)"; } { fullName = "LGPL"; } ];
644 };
644 };
645 };
645 };
646 "greenlet" = super.buildPythonPackage {
646 "greenlet" = super.buildPythonPackage {
647 name = "greenlet-0.4.15";
647 name = "greenlet-0.4.15";
648 doCheck = false;
648 doCheck = false;
649 src = fetchurl {
649 src = fetchurl {
650 url = "https://files.pythonhosted.org/packages/f8/e8/b30ae23b45f69aa3f024b46064c0ac8e5fcb4f22ace0dca8d6f9c8bbe5e7/greenlet-0.4.15.tar.gz";
650 url = "https://files.pythonhosted.org/packages/f8/e8/b30ae23b45f69aa3f024b46064c0ac8e5fcb4f22ace0dca8d6f9c8bbe5e7/greenlet-0.4.15.tar.gz";
651 sha256 = "1g4g1wwc472ds89zmqlpyan3fbnzpa8qm48z3z1y6mlk44z485ll";
651 sha256 = "1g4g1wwc472ds89zmqlpyan3fbnzpa8qm48z3z1y6mlk44z485ll";
652 };
652 };
653 meta = {
653 meta = {
654 license = [ pkgs.lib.licenses.mit ];
654 license = [ pkgs.lib.licenses.mit ];
655 };
655 };
656 };
656 };
657 "gunicorn" = super.buildPythonPackage {
657 "gunicorn" = super.buildPythonPackage {
658 name = "gunicorn-19.9.0";
658 name = "gunicorn-19.9.0";
659 doCheck = false;
659 doCheck = false;
660 src = fetchurl {
660 src = fetchurl {
661 url = "https://files.pythonhosted.org/packages/47/52/68ba8e5e8ba251e54006a49441f7ccabca83b6bef5aedacb4890596c7911/gunicorn-19.9.0.tar.gz";
661 url = "https://files.pythonhosted.org/packages/47/52/68ba8e5e8ba251e54006a49441f7ccabca83b6bef5aedacb4890596c7911/gunicorn-19.9.0.tar.gz";
662 sha256 = "1wzlf4xmn6qjirh5w81l6i6kqjnab1n1qqkh7zsj1yb6gh4n49ps";
662 sha256 = "1wzlf4xmn6qjirh5w81l6i6kqjnab1n1qqkh7zsj1yb6gh4n49ps";
663 };
663 };
664 meta = {
664 meta = {
665 license = [ pkgs.lib.licenses.mit ];
665 license = [ pkgs.lib.licenses.mit ];
666 };
666 };
667 };
667 };
668 "hupper" = super.buildPythonPackage {
668 "hupper" = super.buildPythonPackage {
669 name = "hupper-1.6";
669 name = "hupper-1.6.1";
670 doCheck = false;
670 doCheck = false;
671 src = fetchurl {
671 src = fetchurl {
672 url = "https://files.pythonhosted.org/packages/a4/f7/595756fdfdf896d2c46ae6dc25b1bc97645d0fbf2d6ca547b5b55728eaf3/hupper-1.6.tar.gz";
672 url = "https://files.pythonhosted.org/packages/85/d9/e005d357b11249c5d70ddf5b7adab2e4c0da4e8b0531ff146917a04fe6c0/hupper-1.6.1.tar.gz";
673 sha256 = "0p30l0pk63js0c0hl57c0dvffmawkwhh4yjmfaqyzgwdpdb0g3fc";
673 sha256 = "0d3cvkc8ssgwk54wvhbifj56ry97qi10pfzwfk8vwzzcikbfp3zy";
674 };
674 };
675 meta = {
675 meta = {
676 license = [ pkgs.lib.licenses.mit ];
676 license = [ pkgs.lib.licenses.mit ];
677 };
677 };
678 };
678 };
679 "infrae.cache" = super.buildPythonPackage {
679 "infrae.cache" = super.buildPythonPackage {
680 name = "infrae.cache-1.0.1";
680 name = "infrae.cache-1.0.1";
681 doCheck = false;
681 doCheck = false;
682 propagatedBuildInputs = [
682 propagatedBuildInputs = [
683 self."beaker"
683 self."beaker"
684 self."repoze.lru"
684 self."repoze.lru"
685 ];
685 ];
686 src = fetchurl {
686 src = fetchurl {
687 url = "https://files.pythonhosted.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz";
687 url = "https://files.pythonhosted.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz";
688 sha256 = "1dvqsjn8vw253wz9d1pz17j79mf4bs53dvp2qxck2qdp1am1njw4";
688 sha256 = "1dvqsjn8vw253wz9d1pz17j79mf4bs53dvp2qxck2qdp1am1njw4";
689 };
689 };
690 meta = {
690 meta = {
691 license = [ pkgs.lib.licenses.zpl21 ];
691 license = [ pkgs.lib.licenses.zpl21 ];
692 };
692 };
693 };
693 };
694 "invoke" = super.buildPythonPackage {
694 "invoke" = super.buildPythonPackage {
695 name = "invoke-0.13.0";
695 name = "invoke-0.13.0";
696 doCheck = false;
696 doCheck = false;
697 src = fetchurl {
697 src = fetchurl {
698 url = "https://files.pythonhosted.org/packages/47/bf/d07ef52fa1ac645468858bbac7cb95b246a972a045e821493d17d89c81be/invoke-0.13.0.tar.gz";
698 url = "https://files.pythonhosted.org/packages/47/bf/d07ef52fa1ac645468858bbac7cb95b246a972a045e821493d17d89c81be/invoke-0.13.0.tar.gz";
699 sha256 = "0794vhgxfmkh0vzkkg5cfv1w82g3jc3xr18wim29far9qpx9468s";
699 sha256 = "0794vhgxfmkh0vzkkg5cfv1w82g3jc3xr18wim29far9qpx9468s";
700 };
700 };
701 meta = {
701 meta = {
702 license = [ pkgs.lib.licenses.bsdOriginal ];
702 license = [ pkgs.lib.licenses.bsdOriginal ];
703 };
703 };
704 };
704 };
705 "ipaddress" = super.buildPythonPackage {
705 "ipaddress" = super.buildPythonPackage {
706 name = "ipaddress-1.0.22";
706 name = "ipaddress-1.0.22";
707 doCheck = false;
707 doCheck = false;
708 src = fetchurl {
708 src = fetchurl {
709 url = "https://files.pythonhosted.org/packages/97/8d/77b8cedcfbf93676148518036c6b1ce7f8e14bf07e95d7fd4ddcb8cc052f/ipaddress-1.0.22.tar.gz";
709 url = "https://files.pythonhosted.org/packages/97/8d/77b8cedcfbf93676148518036c6b1ce7f8e14bf07e95d7fd4ddcb8cc052f/ipaddress-1.0.22.tar.gz";
710 sha256 = "0b570bm6xqpjwqis15pvdy6lyvvzfndjvkynilcddjj5x98wfimi";
710 sha256 = "0b570bm6xqpjwqis15pvdy6lyvvzfndjvkynilcddjj5x98wfimi";
711 };
711 };
712 meta = {
712 meta = {
713 license = [ pkgs.lib.licenses.psfl ];
713 license = [ pkgs.lib.licenses.psfl ];
714 };
714 };
715 };
715 };
716 "ipdb" = super.buildPythonPackage {
716 "ipdb" = super.buildPythonPackage {
717 name = "ipdb-0.11";
717 name = "ipdb-0.12";
718 doCheck = false;
718 doCheck = false;
719 propagatedBuildInputs = [
719 propagatedBuildInputs = [
720 self."setuptools"
720 self."setuptools"
721 self."ipython"
721 self."ipython"
722 ];
722 ];
723 src = fetchurl {
723 src = fetchurl {
724 url = "https://files.pythonhosted.org/packages/80/fe/4564de08f174f3846364b3add8426d14cebee228f741c27e702b2877e85b/ipdb-0.11.tar.gz";
724 url = "https://files.pythonhosted.org/packages/6d/43/c3c2e866a8803e196d6209595020a4a6db1a3c5d07c01455669497ae23d0/ipdb-0.12.tar.gz";
725 sha256 = "02m0l8wrhhd3z7dg3czn5ys1g5pxib516hpshdzp7rxzsxgcd0bh";
725 sha256 = "1khr2n7xfy8hg65kj1bsrjq9g7656pp0ybfa8abpbzpdawji3qnw";
726 };
726 };
727 meta = {
727 meta = {
728 license = [ pkgs.lib.licenses.bsdOriginal ];
728 license = [ pkgs.lib.licenses.bsdOriginal ];
729 };
729 };
730 };
730 };
731 "ipython" = super.buildPythonPackage {
731 "ipython" = super.buildPythonPackage {
732 name = "ipython-5.1.0";
732 name = "ipython-5.1.0";
733 doCheck = false;
733 doCheck = false;
734 propagatedBuildInputs = [
734 propagatedBuildInputs = [
735 self."setuptools"
735 self."setuptools"
736 self."decorator"
736 self."decorator"
737 self."pickleshare"
737 self."pickleshare"
738 self."simplegeneric"
738 self."simplegeneric"
739 self."traitlets"
739 self."traitlets"
740 self."prompt-toolkit"
740 self."prompt-toolkit"
741 self."pygments"
741 self."pygments"
742 self."pexpect"
742 self."pexpect"
743 self."backports.shutil-get-terminal-size"
743 self."backports.shutil-get-terminal-size"
744 self."pathlib2"
744 self."pathlib2"
745 self."pexpect"
745 self."pexpect"
746 ];
746 ];
747 src = fetchurl {
747 src = fetchurl {
748 url = "https://files.pythonhosted.org/packages/89/63/a9292f7cd9d0090a0f995e1167f3f17d5889dcbc9a175261719c513b9848/ipython-5.1.0.tar.gz";
748 url = "https://files.pythonhosted.org/packages/89/63/a9292f7cd9d0090a0f995e1167f3f17d5889dcbc9a175261719c513b9848/ipython-5.1.0.tar.gz";
749 sha256 = "0qdrf6aj9kvjczd5chj1my8y2iq09am9l8bb2a1334a52d76kx3y";
749 sha256 = "0qdrf6aj9kvjczd5chj1my8y2iq09am9l8bb2a1334a52d76kx3y";
750 };
750 };
751 meta = {
751 meta = {
752 license = [ pkgs.lib.licenses.bsdOriginal ];
752 license = [ pkgs.lib.licenses.bsdOriginal ];
753 };
753 };
754 };
754 };
755 "ipython-genutils" = super.buildPythonPackage {
755 "ipython-genutils" = super.buildPythonPackage {
756 name = "ipython-genutils-0.2.0";
756 name = "ipython-genutils-0.2.0";
757 doCheck = false;
757 doCheck = false;
758 src = fetchurl {
758 src = fetchurl {
759 url = "https://files.pythonhosted.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399/ipython_genutils-0.2.0.tar.gz";
759 url = "https://files.pythonhosted.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399/ipython_genutils-0.2.0.tar.gz";
760 sha256 = "1a4bc9y8hnvq6cp08qs4mckgm6i6ajpndp4g496rvvzcfmp12bpb";
760 sha256 = "1a4bc9y8hnvq6cp08qs4mckgm6i6ajpndp4g496rvvzcfmp12bpb";
761 };
761 };
762 meta = {
762 meta = {
763 license = [ pkgs.lib.licenses.bsdOriginal ];
763 license = [ pkgs.lib.licenses.bsdOriginal ];
764 };
764 };
765 };
765 };
766 "iso8601" = super.buildPythonPackage {
766 "iso8601" = super.buildPythonPackage {
767 name = "iso8601-0.1.12";
767 name = "iso8601-0.1.12";
768 doCheck = false;
768 doCheck = false;
769 src = fetchurl {
769 src = fetchurl {
770 url = "https://files.pythonhosted.org/packages/45/13/3db24895497345fb44c4248c08b16da34a9eb02643cea2754b21b5ed08b0/iso8601-0.1.12.tar.gz";
770 url = "https://files.pythonhosted.org/packages/45/13/3db24895497345fb44c4248c08b16da34a9eb02643cea2754b21b5ed08b0/iso8601-0.1.12.tar.gz";
771 sha256 = "10nyvvnrhw2w3p09v1ica4lgj6f4g9j3kkfx17qmraiq3w7b5i29";
771 sha256 = "10nyvvnrhw2w3p09v1ica4lgj6f4g9j3kkfx17qmraiq3w7b5i29";
772 };
772 };
773 meta = {
773 meta = {
774 license = [ pkgs.lib.licenses.mit ];
774 license = [ pkgs.lib.licenses.mit ];
775 };
775 };
776 };
776 };
777 "isodate" = super.buildPythonPackage {
777 "isodate" = super.buildPythonPackage {
778 name = "isodate-0.6.0";
778 name = "isodate-0.6.0";
779 doCheck = false;
779 doCheck = false;
780 propagatedBuildInputs = [
780 propagatedBuildInputs = [
781 self."six"
781 self."six"
782 ];
782 ];
783 src = fetchurl {
783 src = fetchurl {
784 url = "https://files.pythonhosted.org/packages/b1/80/fb8c13a4cd38eb5021dc3741a9e588e4d1de88d895c1910c6fc8a08b7a70/isodate-0.6.0.tar.gz";
784 url = "https://files.pythonhosted.org/packages/b1/80/fb8c13a4cd38eb5021dc3741a9e588e4d1de88d895c1910c6fc8a08b7a70/isodate-0.6.0.tar.gz";
785 sha256 = "1n7jkz68kk5pwni540pr5zdh99bf6ywydk1p5pdrqisrawylldif";
785 sha256 = "1n7jkz68kk5pwni540pr5zdh99bf6ywydk1p5pdrqisrawylldif";
786 };
786 };
787 meta = {
787 meta = {
788 license = [ pkgs.lib.licenses.bsdOriginal ];
788 license = [ pkgs.lib.licenses.bsdOriginal ];
789 };
789 };
790 };
790 };
791 "itsdangerous" = super.buildPythonPackage {
791 "itsdangerous" = super.buildPythonPackage {
792 name = "itsdangerous-0.24";
792 name = "itsdangerous-0.24";
793 doCheck = false;
793 doCheck = false;
794 src = fetchurl {
794 src = fetchurl {
795 url = "https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz";
795 url = "https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz";
796 sha256 = "06856q6x675ly542ig0plbqcyab6ksfzijlyf1hzhgg3sgwgrcyb";
796 sha256 = "06856q6x675ly542ig0plbqcyab6ksfzijlyf1hzhgg3sgwgrcyb";
797 };
797 };
798 meta = {
798 meta = {
799 license = [ pkgs.lib.licenses.bsdOriginal ];
799 license = [ pkgs.lib.licenses.bsdOriginal ];
800 };
800 };
801 };
801 };
802 "jinja2" = super.buildPythonPackage {
802 "jinja2" = super.buildPythonPackage {
803 name = "jinja2-2.9.6";
803 name = "jinja2-2.9.6";
804 doCheck = false;
804 doCheck = false;
805 propagatedBuildInputs = [
805 propagatedBuildInputs = [
806 self."markupsafe"
806 self."markupsafe"
807 ];
807 ];
808 src = fetchurl {
808 src = fetchurl {
809 url = "https://files.pythonhosted.org/packages/90/61/f820ff0076a2599dd39406dcb858ecb239438c02ce706c8e91131ab9c7f1/Jinja2-2.9.6.tar.gz";
809 url = "https://files.pythonhosted.org/packages/90/61/f820ff0076a2599dd39406dcb858ecb239438c02ce706c8e91131ab9c7f1/Jinja2-2.9.6.tar.gz";
810 sha256 = "1zzrkywhziqffrzks14kzixz7nd4yh2vc0fb04a68vfd2ai03anx";
810 sha256 = "1zzrkywhziqffrzks14kzixz7nd4yh2vc0fb04a68vfd2ai03anx";
811 };
811 };
812 meta = {
812 meta = {
813 license = [ pkgs.lib.licenses.bsdOriginal ];
813 license = [ pkgs.lib.licenses.bsdOriginal ];
814 };
814 };
815 };
815 };
816 "jsonschema" = super.buildPythonPackage {
816 "jsonschema" = super.buildPythonPackage {
817 name = "jsonschema-2.6.0";
817 name = "jsonschema-2.6.0";
818 doCheck = false;
818 doCheck = false;
819 propagatedBuildInputs = [
819 propagatedBuildInputs = [
820 self."functools32"
820 self."functools32"
821 ];
821 ];
822 src = fetchurl {
822 src = fetchurl {
823 url = "https://files.pythonhosted.org/packages/58/b9/171dbb07e18c6346090a37f03c7e74410a1a56123f847efed59af260a298/jsonschema-2.6.0.tar.gz";
823 url = "https://files.pythonhosted.org/packages/58/b9/171dbb07e18c6346090a37f03c7e74410a1a56123f847efed59af260a298/jsonschema-2.6.0.tar.gz";
824 sha256 = "00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg";
824 sha256 = "00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg";
825 };
825 };
826 meta = {
826 meta = {
827 license = [ pkgs.lib.licenses.mit ];
827 license = [ pkgs.lib.licenses.mit ];
828 };
828 };
829 };
829 };
830 "jupyter-client" = super.buildPythonPackage {
830 "jupyter-client" = super.buildPythonPackage {
831 name = "jupyter-client-5.0.0";
831 name = "jupyter-client-5.0.0";
832 doCheck = false;
832 doCheck = false;
833 propagatedBuildInputs = [
833 propagatedBuildInputs = [
834 self."traitlets"
834 self."traitlets"
835 self."jupyter-core"
835 self."jupyter-core"
836 self."pyzmq"
836 self."pyzmq"
837 self."python-dateutil"
837 self."python-dateutil"
838 ];
838 ];
839 src = fetchurl {
839 src = fetchurl {
840 url = "https://files.pythonhosted.org/packages/e5/6f/65412ed462202b90134b7e761b0b7e7f949e07a549c1755475333727b3d0/jupyter_client-5.0.0.tar.gz";
840 url = "https://files.pythonhosted.org/packages/e5/6f/65412ed462202b90134b7e761b0b7e7f949e07a549c1755475333727b3d0/jupyter_client-5.0.0.tar.gz";
841 sha256 = "0nxw4rqk4wsjhc87gjqd7pv89cb9dnimcfnmcmp85bmrvv1gjri7";
841 sha256 = "0nxw4rqk4wsjhc87gjqd7pv89cb9dnimcfnmcmp85bmrvv1gjri7";
842 };
842 };
843 meta = {
843 meta = {
844 license = [ pkgs.lib.licenses.bsdOriginal ];
844 license = [ pkgs.lib.licenses.bsdOriginal ];
845 };
845 };
846 };
846 };
847 "jupyter-core" = super.buildPythonPackage {
847 "jupyter-core" = super.buildPythonPackage {
848 name = "jupyter-core-4.4.0";
848 name = "jupyter-core-4.4.0";
849 doCheck = false;
849 doCheck = false;
850 propagatedBuildInputs = [
850 propagatedBuildInputs = [
851 self."traitlets"
851 self."traitlets"
852 ];
852 ];
853 src = fetchurl {
853 src = fetchurl {
854 url = "https://files.pythonhosted.org/packages/b6/2d/2804f4de3a95583f65e5dcb4d7c8c7183124882323758996e867f47e72af/jupyter_core-4.4.0.tar.gz";
854 url = "https://files.pythonhosted.org/packages/b6/2d/2804f4de3a95583f65e5dcb4d7c8c7183124882323758996e867f47e72af/jupyter_core-4.4.0.tar.gz";
855 sha256 = "1dy083rarba8prn9f9srxq3c7n7vyql02ycrqq306c40lr57aw5s";
855 sha256 = "1dy083rarba8prn9f9srxq3c7n7vyql02ycrqq306c40lr57aw5s";
856 };
856 };
857 meta = {
857 meta = {
858 license = [ pkgs.lib.licenses.bsdOriginal ];
858 license = [ pkgs.lib.licenses.bsdOriginal ];
859 };
859 };
860 };
860 };
861 "kombu" = super.buildPythonPackage {
861 "kombu" = super.buildPythonPackage {
862 name = "kombu-4.2.1";
862 name = "kombu-4.2.1";
863 doCheck = false;
863 doCheck = false;
864 propagatedBuildInputs = [
864 propagatedBuildInputs = [
865 self."amqp"
865 self."amqp"
866 ];
866 ];
867 src = fetchurl {
867 src = fetchurl {
868 url = "https://files.pythonhosted.org/packages/39/9f/556b988833abede4a80dbd18b2bdf4e8ff4486dd482ed45da961347e8ed2/kombu-4.2.1.tar.gz";
868 url = "https://files.pythonhosted.org/packages/39/9f/556b988833abede4a80dbd18b2bdf4e8ff4486dd482ed45da961347e8ed2/kombu-4.2.1.tar.gz";
869 sha256 = "10lh3hncvw67fz0k5vgbx3yh9gjfpqdlia1f13i28cgnc1nfrbc6";
869 sha256 = "10lh3hncvw67fz0k5vgbx3yh9gjfpqdlia1f13i28cgnc1nfrbc6";
870 };
870 };
871 meta = {
871 meta = {
872 license = [ pkgs.lib.licenses.bsdOriginal ];
872 license = [ pkgs.lib.licenses.bsdOriginal ];
873 };
873 };
874 };
874 };
875 "lxml" = super.buildPythonPackage {
875 "lxml" = super.buildPythonPackage {
876 name = "lxml-4.2.5";
876 name = "lxml-4.2.5";
877 doCheck = false;
877 doCheck = false;
878 src = fetchurl {
878 src = fetchurl {
879 url = "https://files.pythonhosted.org/packages/4b/20/ddf5eb3bd5c57582d2b4652b4bbcf8da301bdfe5d805cb94e805f4d7464d/lxml-4.2.5.tar.gz";
879 url = "https://files.pythonhosted.org/packages/4b/20/ddf5eb3bd5c57582d2b4652b4bbcf8da301bdfe5d805cb94e805f4d7464d/lxml-4.2.5.tar.gz";
880 sha256 = "0zw0y9hs0nflxhl9cs6ipwwh53szi3w2x06wl0k9cylyqac0cwin";
880 sha256 = "0zw0y9hs0nflxhl9cs6ipwwh53szi3w2x06wl0k9cylyqac0cwin";
881 };
881 };
882 meta = {
882 meta = {
883 license = [ pkgs.lib.licenses.bsdOriginal ];
883 license = [ pkgs.lib.licenses.bsdOriginal ];
884 };
884 };
885 };
885 };
886 "mako" = super.buildPythonPackage {
886 "mako" = super.buildPythonPackage {
887 name = "mako-1.0.7";
887 name = "mako-1.0.7";
888 doCheck = false;
888 doCheck = false;
889 propagatedBuildInputs = [
889 propagatedBuildInputs = [
890 self."markupsafe"
890 self."markupsafe"
891 ];
891 ];
892 src = fetchurl {
892 src = fetchurl {
893 url = "https://files.pythonhosted.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz";
893 url = "https://files.pythonhosted.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz";
894 sha256 = "1bi5gnr8r8dva06qpyx4kgjc6spm2k1y908183nbbaylggjzs0jf";
894 sha256 = "1bi5gnr8r8dva06qpyx4kgjc6spm2k1y908183nbbaylggjzs0jf";
895 };
895 };
896 meta = {
896 meta = {
897 license = [ pkgs.lib.licenses.mit ];
897 license = [ pkgs.lib.licenses.mit ];
898 };
898 };
899 };
899 };
900 "markdown" = super.buildPythonPackage {
900 "markdown" = super.buildPythonPackage {
901 name = "markdown-2.6.11";
901 name = "markdown-2.6.11";
902 doCheck = false;
902 doCheck = false;
903 src = fetchurl {
903 src = fetchurl {
904 url = "https://files.pythonhosted.org/packages/b3/73/fc5c850f44af5889192dff783b7b0d8f3fe8d30b65c8e3f78f8f0265fecf/Markdown-2.6.11.tar.gz";
904 url = "https://files.pythonhosted.org/packages/b3/73/fc5c850f44af5889192dff783b7b0d8f3fe8d30b65c8e3f78f8f0265fecf/Markdown-2.6.11.tar.gz";
905 sha256 = "108g80ryzykh8bj0i7jfp71510wrcixdi771lf2asyghgyf8cmm8";
905 sha256 = "108g80ryzykh8bj0i7jfp71510wrcixdi771lf2asyghgyf8cmm8";
906 };
906 };
907 meta = {
907 meta = {
908 license = [ pkgs.lib.licenses.bsdOriginal ];
908 license = [ pkgs.lib.licenses.bsdOriginal ];
909 };
909 };
910 };
910 };
911 "markupsafe" = super.buildPythonPackage {
911 "markupsafe" = super.buildPythonPackage {
912 name = "markupsafe-1.1.0";
912 name = "markupsafe-1.1.0";
913 doCheck = false;
913 doCheck = false;
914 src = fetchurl {
914 src = fetchurl {
915 url = "https://files.pythonhosted.org/packages/ac/7e/1b4c2e05809a4414ebce0892fe1e32c14ace86ca7d50c70f00979ca9b3a3/MarkupSafe-1.1.0.tar.gz";
915 url = "https://files.pythonhosted.org/packages/ac/7e/1b4c2e05809a4414ebce0892fe1e32c14ace86ca7d50c70f00979ca9b3a3/MarkupSafe-1.1.0.tar.gz";
916 sha256 = "1lxirjypbdd3l9jl4vliilhfnhy7c7f2vlldqg1b0i74khn375sf";
916 sha256 = "1lxirjypbdd3l9jl4vliilhfnhy7c7f2vlldqg1b0i74khn375sf";
917 };
917 };
918 meta = {
918 meta = {
919 license = [ pkgs.lib.licenses.bsdOriginal ];
919 license = [ pkgs.lib.licenses.bsdOriginal ];
920 };
920 };
921 };
921 };
922 "meld3" = super.buildPythonPackage {
922 "meld3" = super.buildPythonPackage {
923 name = "meld3-1.0.2";
923 name = "meld3-1.0.2";
924 doCheck = false;
924 doCheck = false;
925 src = fetchurl {
925 src = fetchurl {
926 url = "https://files.pythonhosted.org/packages/45/a0/317c6422b26c12fe0161e936fc35f36552069ba8e6f7ecbd99bbffe32a5f/meld3-1.0.2.tar.gz";
926 url = "https://files.pythonhosted.org/packages/45/a0/317c6422b26c12fe0161e936fc35f36552069ba8e6f7ecbd99bbffe32a5f/meld3-1.0.2.tar.gz";
927 sha256 = "0n4mkwlpsqnmn0dm0wm5hn9nkda0nafl0jdy5sdl5977znh59dzp";
927 sha256 = "0n4mkwlpsqnmn0dm0wm5hn9nkda0nafl0jdy5sdl5977znh59dzp";
928 };
928 };
929 meta = {
929 meta = {
930 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
930 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
931 };
931 };
932 };
932 };
933 "mistune" = super.buildPythonPackage {
933 "mistune" = super.buildPythonPackage {
934 name = "mistune-0.8.4";
934 name = "mistune-0.8.4";
935 doCheck = false;
935 doCheck = false;
936 src = fetchurl {
936 src = fetchurl {
937 url = "https://files.pythonhosted.org/packages/2d/a4/509f6e7783ddd35482feda27bc7f72e65b5e7dc910eca4ab2164daf9c577/mistune-0.8.4.tar.gz";
937 url = "https://files.pythonhosted.org/packages/2d/a4/509f6e7783ddd35482feda27bc7f72e65b5e7dc910eca4ab2164daf9c577/mistune-0.8.4.tar.gz";
938 sha256 = "0vkmsh0x480rni51lhyvigfdf06b9247z868pk3bal1wnnfl58sr";
938 sha256 = "0vkmsh0x480rni51lhyvigfdf06b9247z868pk3bal1wnnfl58sr";
939 };
939 };
940 meta = {
940 meta = {
941 license = [ pkgs.lib.licenses.bsdOriginal ];
941 license = [ pkgs.lib.licenses.bsdOriginal ];
942 };
942 };
943 };
943 };
944 "mock" = super.buildPythonPackage {
944 "mock" = super.buildPythonPackage {
945 name = "mock-1.0.1";
945 name = "mock-1.0.1";
946 doCheck = false;
946 doCheck = false;
947 src = fetchurl {
947 src = fetchurl {
948 url = "https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz";
948 url = "https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz";
949 sha256 = "0kzlsbki6q0awf89rc287f3aj8x431lrajf160a70z0ikhnxsfdq";
949 sha256 = "0kzlsbki6q0awf89rc287f3aj8x431lrajf160a70z0ikhnxsfdq";
950 };
950 };
951 meta = {
951 meta = {
952 license = [ pkgs.lib.licenses.bsdOriginal ];
952 license = [ pkgs.lib.licenses.bsdOriginal ];
953 };
953 };
954 };
954 };
955 "more-itertools" = super.buildPythonPackage {
955 "more-itertools" = super.buildPythonPackage {
956 name = "more-itertools-5.0.0";
956 name = "more-itertools-5.0.0";
957 doCheck = false;
957 doCheck = false;
958 propagatedBuildInputs = [
958 propagatedBuildInputs = [
959 self."six"
959 self."six"
960 ];
960 ];
961 src = fetchurl {
961 src = fetchurl {
962 url = "https://files.pythonhosted.org/packages/dd/26/30fc0d541d9fdf55faf5ba4b0fd68f81d5bd2447579224820ad525934178/more-itertools-5.0.0.tar.gz";
962 url = "https://files.pythonhosted.org/packages/dd/26/30fc0d541d9fdf55faf5ba4b0fd68f81d5bd2447579224820ad525934178/more-itertools-5.0.0.tar.gz";
963 sha256 = "1r12cm6mcdwdzz7d47a6g4l437xsvapdlgyhqay3i2nrlv03da9q";
963 sha256 = "1r12cm6mcdwdzz7d47a6g4l437xsvapdlgyhqay3i2nrlv03da9q";
964 };
964 };
965 meta = {
965 meta = {
966 license = [ pkgs.lib.licenses.mit ];
966 license = [ pkgs.lib.licenses.mit ];
967 };
967 };
968 };
968 };
969 "msgpack-python" = super.buildPythonPackage {
969 "msgpack-python" = super.buildPythonPackage {
970 name = "msgpack-python-0.5.6";
970 name = "msgpack-python-0.5.6";
971 doCheck = false;
971 doCheck = false;
972 src = fetchurl {
972 src = fetchurl {
973 url = "https://files.pythonhosted.org/packages/8a/20/6eca772d1a5830336f84aca1d8198e5a3f4715cd1c7fc36d3cc7f7185091/msgpack-python-0.5.6.tar.gz";
973 url = "https://files.pythonhosted.org/packages/8a/20/6eca772d1a5830336f84aca1d8198e5a3f4715cd1c7fc36d3cc7f7185091/msgpack-python-0.5.6.tar.gz";
974 sha256 = "16wh8qgybmfh4pjp8vfv78mdlkxfmcasg78lzlnm6nslsfkci31p";
974 sha256 = "16wh8qgybmfh4pjp8vfv78mdlkxfmcasg78lzlnm6nslsfkci31p";
975 };
975 };
976 meta = {
976 meta = {
977 license = [ pkgs.lib.licenses.asl20 ];
977 license = [ pkgs.lib.licenses.asl20 ];
978 };
978 };
979 };
979 };
980 "mysql-python" = super.buildPythonPackage {
980 "mysql-python" = super.buildPythonPackage {
981 name = "mysql-python-1.2.5";
981 name = "mysql-python-1.2.5";
982 doCheck = false;
982 doCheck = false;
983 src = fetchurl {
983 src = fetchurl {
984 url = "https://files.pythonhosted.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip";
984 url = "https://files.pythonhosted.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip";
985 sha256 = "0x0c2jg0bb3pp84njaqiic050qkyd7ymwhfvhipnimg58yv40441";
985 sha256 = "0x0c2jg0bb3pp84njaqiic050qkyd7ymwhfvhipnimg58yv40441";
986 };
986 };
987 meta = {
987 meta = {
988 license = [ pkgs.lib.licenses.gpl1 ];
988 license = [ pkgs.lib.licenses.gpl1 ];
989 };
989 };
990 };
990 };
991 "nbconvert" = super.buildPythonPackage {
991 "nbconvert" = super.buildPythonPackage {
992 name = "nbconvert-5.3.1";
992 name = "nbconvert-5.3.1";
993 doCheck = false;
993 doCheck = false;
994 propagatedBuildInputs = [
994 propagatedBuildInputs = [
995 self."mistune"
995 self."mistune"
996 self."jinja2"
996 self."jinja2"
997 self."pygments"
997 self."pygments"
998 self."traitlets"
998 self."traitlets"
999 self."jupyter-core"
999 self."jupyter-core"
1000 self."nbformat"
1000 self."nbformat"
1001 self."entrypoints"
1001 self."entrypoints"
1002 self."bleach"
1002 self."bleach"
1003 self."pandocfilters"
1003 self."pandocfilters"
1004 self."testpath"
1004 self."testpath"
1005 ];
1005 ];
1006 src = fetchurl {
1006 src = fetchurl {
1007 url = "https://files.pythonhosted.org/packages/b9/a4/d0a0938ad6f5eeb4dea4e73d255c617ef94b0b2849d51194c9bbdb838412/nbconvert-5.3.1.tar.gz";
1007 url = "https://files.pythonhosted.org/packages/b9/a4/d0a0938ad6f5eeb4dea4e73d255c617ef94b0b2849d51194c9bbdb838412/nbconvert-5.3.1.tar.gz";
1008 sha256 = "1f9dkvpx186xjm4xab0qbph588mncp4vqk3fmxrsnqs43mks9c8j";
1008 sha256 = "1f9dkvpx186xjm4xab0qbph588mncp4vqk3fmxrsnqs43mks9c8j";
1009 };
1009 };
1010 meta = {
1010 meta = {
1011 license = [ pkgs.lib.licenses.bsdOriginal ];
1011 license = [ pkgs.lib.licenses.bsdOriginal ];
1012 };
1012 };
1013 };
1013 };
1014 "nbformat" = super.buildPythonPackage {
1014 "nbformat" = super.buildPythonPackage {
1015 name = "nbformat-4.4.0";
1015 name = "nbformat-4.4.0";
1016 doCheck = false;
1016 doCheck = false;
1017 propagatedBuildInputs = [
1017 propagatedBuildInputs = [
1018 self."ipython-genutils"
1018 self."ipython-genutils"
1019 self."traitlets"
1019 self."traitlets"
1020 self."jsonschema"
1020 self."jsonschema"
1021 self."jupyter-core"
1021 self."jupyter-core"
1022 ];
1022 ];
1023 src = fetchurl {
1023 src = fetchurl {
1024 url = "https://files.pythonhosted.org/packages/6e/0e/160754f7ae3e984863f585a3743b0ed1702043a81245907c8fae2d537155/nbformat-4.4.0.tar.gz";
1024 url = "https://files.pythonhosted.org/packages/6e/0e/160754f7ae3e984863f585a3743b0ed1702043a81245907c8fae2d537155/nbformat-4.4.0.tar.gz";
1025 sha256 = "00nlf08h8yc4q73nphfvfhxrcnilaqanb8z0mdy6nxk0vzq4wjgp";
1025 sha256 = "00nlf08h8yc4q73nphfvfhxrcnilaqanb8z0mdy6nxk0vzq4wjgp";
1026 };
1026 };
1027 meta = {
1027 meta = {
1028 license = [ pkgs.lib.licenses.bsdOriginal ];
1028 license = [ pkgs.lib.licenses.bsdOriginal ];
1029 };
1029 };
1030 };
1030 };
1031 "packaging" = super.buildPythonPackage {
1031 "packaging" = super.buildPythonPackage {
1032 name = "packaging-15.2";
1032 name = "packaging-15.2";
1033 doCheck = false;
1033 doCheck = false;
1034 src = fetchurl {
1034 src = fetchurl {
1035 url = "https://files.pythonhosted.org/packages/24/c4/185da1304f07047dc9e0c46c31db75c0351bd73458ac3efad7da3dbcfbe1/packaging-15.2.tar.gz";
1035 url = "https://files.pythonhosted.org/packages/24/c4/185da1304f07047dc9e0c46c31db75c0351bd73458ac3efad7da3dbcfbe1/packaging-15.2.tar.gz";
1036 sha256 = "1zn60w84bxvw6wypffka18ca66pa1k2cfrq3cq8fnsfja5m3k4ng";
1036 sha256 = "1zn60w84bxvw6wypffka18ca66pa1k2cfrq3cq8fnsfja5m3k4ng";
1037 };
1037 };
1038 meta = {
1038 meta = {
1039 license = [ pkgs.lib.licenses.asl20 ];
1039 license = [ pkgs.lib.licenses.asl20 ];
1040 };
1040 };
1041 };
1041 };
1042 "pandocfilters" = super.buildPythonPackage {
1042 "pandocfilters" = super.buildPythonPackage {
1043 name = "pandocfilters-1.4.2";
1043 name = "pandocfilters-1.4.2";
1044 doCheck = false;
1044 doCheck = false;
1045 src = fetchurl {
1045 src = fetchurl {
1046 url = "https://files.pythonhosted.org/packages/4c/ea/236e2584af67bb6df960832731a6e5325fd4441de001767da328c33368ce/pandocfilters-1.4.2.tar.gz";
1046 url = "https://files.pythonhosted.org/packages/4c/ea/236e2584af67bb6df960832731a6e5325fd4441de001767da328c33368ce/pandocfilters-1.4.2.tar.gz";
1047 sha256 = "1a8d9b7s48gmq9zj0pmbyv2sivn5i7m6mybgpkk4jm5vd7hp1pdk";
1047 sha256 = "1a8d9b7s48gmq9zj0pmbyv2sivn5i7m6mybgpkk4jm5vd7hp1pdk";
1048 };
1048 };
1049 meta = {
1049 meta = {
1050 license = [ pkgs.lib.licenses.bsdOriginal ];
1050 license = [ pkgs.lib.licenses.bsdOriginal ];
1051 };
1051 };
1052 };
1052 };
1053 "paste" = super.buildPythonPackage {
1053 "paste" = super.buildPythonPackage {
1054 name = "paste-3.0.5";
1054 name = "paste-3.0.5";
1055 doCheck = false;
1055 doCheck = false;
1056 propagatedBuildInputs = [
1056 propagatedBuildInputs = [
1057 self."six"
1057 self."six"
1058 ];
1058 ];
1059 src = fetchurl {
1059 src = fetchurl {
1060 url = "https://files.pythonhosted.org/packages/d4/41/91bde422400786b1b06357c1e6e3a5379f54dc3002aeb337cb767233304e/Paste-3.0.5.tar.gz";
1060 url = "https://files.pythonhosted.org/packages/d4/41/91bde422400786b1b06357c1e6e3a5379f54dc3002aeb337cb767233304e/Paste-3.0.5.tar.gz";
1061 sha256 = "1a6i8fh1fg8r4x800fvy9r82m15clwjim6yf2g9r4dff0y40dchv";
1061 sha256 = "1a6i8fh1fg8r4x800fvy9r82m15clwjim6yf2g9r4dff0y40dchv";
1062 };
1062 };
1063 meta = {
1063 meta = {
1064 license = [ pkgs.lib.licenses.mit ];
1064 license = [ pkgs.lib.licenses.mit ];
1065 };
1065 };
1066 };
1066 };
1067 "pastedeploy" = super.buildPythonPackage {
1067 "pastedeploy" = super.buildPythonPackage {
1068 name = "pastedeploy-2.0.1";
1068 name = "pastedeploy-2.0.1";
1069 doCheck = false;
1069 doCheck = false;
1070 src = fetchurl {
1070 src = fetchurl {
1071 url = "https://files.pythonhosted.org/packages/19/a0/5623701df7e2478a68a1b685d1a84518024eef994cde7e4da8449a31616f/PasteDeploy-2.0.1.tar.gz";
1071 url = "https://files.pythonhosted.org/packages/19/a0/5623701df7e2478a68a1b685d1a84518024eef994cde7e4da8449a31616f/PasteDeploy-2.0.1.tar.gz";
1072 sha256 = "02imfbbx1mi2h546f3sr37m47dk9qizaqhzzlhx8bkzxa6fzn8yl";
1072 sha256 = "02imfbbx1mi2h546f3sr37m47dk9qizaqhzzlhx8bkzxa6fzn8yl";
1073 };
1073 };
1074 meta = {
1074 meta = {
1075 license = [ pkgs.lib.licenses.mit ];
1075 license = [ pkgs.lib.licenses.mit ];
1076 };
1076 };
1077 };
1077 };
1078 "pastescript" = super.buildPythonPackage {
1078 "pastescript" = super.buildPythonPackage {
1079 name = "pastescript-3.0.0";
1079 name = "pastescript-3.0.0";
1080 doCheck = false;
1080 doCheck = false;
1081 propagatedBuildInputs = [
1081 propagatedBuildInputs = [
1082 self."paste"
1082 self."paste"
1083 self."pastedeploy"
1083 self."pastedeploy"
1084 self."six"
1084 self."six"
1085 ];
1085 ];
1086 src = fetchurl {
1086 src = fetchurl {
1087 url = "https://files.pythonhosted.org/packages/08/2a/3797377a884ab9a064ad4d564ed612e54d26d7997caa8229c9c9df4eac31/PasteScript-3.0.0.tar.gz";
1087 url = "https://files.pythonhosted.org/packages/08/2a/3797377a884ab9a064ad4d564ed612e54d26d7997caa8229c9c9df4eac31/PasteScript-3.0.0.tar.gz";
1088 sha256 = "1hvmyz1sbn7ws1syw567ph7km9fi0wi75r3vlyzx6sk0z26xkm6r";
1088 sha256 = "1hvmyz1sbn7ws1syw567ph7km9fi0wi75r3vlyzx6sk0z26xkm6r";
1089 };
1089 };
1090 meta = {
1090 meta = {
1091 license = [ pkgs.lib.licenses.mit ];
1091 license = [ pkgs.lib.licenses.mit ];
1092 };
1092 };
1093 };
1093 };
1094 "pathlib2" = super.buildPythonPackage {
1094 "pathlib2" = super.buildPythonPackage {
1095 name = "pathlib2-2.3.3";
1095 name = "pathlib2-2.3.3";
1096 doCheck = false;
1096 doCheck = false;
1097 propagatedBuildInputs = [
1097 propagatedBuildInputs = [
1098 self."six"
1098 self."six"
1099 self."scandir"
1099 self."scandir"
1100 ];
1100 ];
1101 src = fetchurl {
1101 src = fetchurl {
1102 url = "https://files.pythonhosted.org/packages/bf/d7/a2568f4596b75d2c6e2b4094a7e64f620decc7887f69a1f2811931ea15b9/pathlib2-2.3.3.tar.gz";
1102 url = "https://files.pythonhosted.org/packages/bf/d7/a2568f4596b75d2c6e2b4094a7e64f620decc7887f69a1f2811931ea15b9/pathlib2-2.3.3.tar.gz";
1103 sha256 = "0hpp92vqqgcd8h92msm9slv161b1q160igjwnkf2ag6cx0c96695";
1103 sha256 = "0hpp92vqqgcd8h92msm9slv161b1q160igjwnkf2ag6cx0c96695";
1104 };
1104 };
1105 meta = {
1105 meta = {
1106 license = [ pkgs.lib.licenses.mit ];
1106 license = [ pkgs.lib.licenses.mit ];
1107 };
1107 };
1108 };
1108 };
1109 "peppercorn" = super.buildPythonPackage {
1109 "peppercorn" = super.buildPythonPackage {
1110 name = "peppercorn-0.6";
1110 name = "peppercorn-0.6";
1111 doCheck = false;
1111 doCheck = false;
1112 src = fetchurl {
1112 src = fetchurl {
1113 url = "https://files.pythonhosted.org/packages/e4/77/93085de7108cdf1a0b092ff443872a8f9442c736d7ddebdf2f27627935f4/peppercorn-0.6.tar.gz";
1113 url = "https://files.pythonhosted.org/packages/e4/77/93085de7108cdf1a0b092ff443872a8f9442c736d7ddebdf2f27627935f4/peppercorn-0.6.tar.gz";
1114 sha256 = "1ip4bfwcpwkq9hz2dai14k2cyabvwrnvcvrcmzxmqm04g8fnimwn";
1114 sha256 = "1ip4bfwcpwkq9hz2dai14k2cyabvwrnvcvrcmzxmqm04g8fnimwn";
1115 };
1115 };
1116 meta = {
1116 meta = {
1117 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1117 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1118 };
1118 };
1119 };
1119 };
1120 "pexpect" = super.buildPythonPackage {
1120 "pexpect" = super.buildPythonPackage {
1121 name = "pexpect-4.6.0";
1121 name = "pexpect-4.6.0";
1122 doCheck = false;
1122 doCheck = false;
1123 propagatedBuildInputs = [
1123 propagatedBuildInputs = [
1124 self."ptyprocess"
1124 self."ptyprocess"
1125 ];
1125 ];
1126 src = fetchurl {
1126 src = fetchurl {
1127 url = "https://files.pythonhosted.org/packages/89/43/07d07654ee3e25235d8cea4164cdee0ec39d1fda8e9203156ebe403ffda4/pexpect-4.6.0.tar.gz";
1127 url = "https://files.pythonhosted.org/packages/89/43/07d07654ee3e25235d8cea4164cdee0ec39d1fda8e9203156ebe403ffda4/pexpect-4.6.0.tar.gz";
1128 sha256 = "1fla85g47iaxxpjhp9vkxdnv4pgc7rplfy6ja491smrrk0jqi3ia";
1128 sha256 = "1fla85g47iaxxpjhp9vkxdnv4pgc7rplfy6ja491smrrk0jqi3ia";
1129 };
1129 };
1130 meta = {
1130 meta = {
1131 license = [ pkgs.lib.licenses.isc { fullName = "ISC License (ISCL)"; } ];
1131 license = [ pkgs.lib.licenses.isc { fullName = "ISC License (ISCL)"; } ];
1132 };
1132 };
1133 };
1133 };
1134 "pickleshare" = super.buildPythonPackage {
1134 "pickleshare" = super.buildPythonPackage {
1135 name = "pickleshare-0.7.5";
1135 name = "pickleshare-0.7.5";
1136 doCheck = false;
1136 doCheck = false;
1137 propagatedBuildInputs = [
1137 propagatedBuildInputs = [
1138 self."pathlib2"
1138 self."pathlib2"
1139 ];
1139 ];
1140 src = fetchurl {
1140 src = fetchurl {
1141 url = "https://files.pythonhosted.org/packages/d8/b6/df3c1c9b616e9c0edbc4fbab6ddd09df9535849c64ba51fcb6531c32d4d8/pickleshare-0.7.5.tar.gz";
1141 url = "https://files.pythonhosted.org/packages/d8/b6/df3c1c9b616e9c0edbc4fbab6ddd09df9535849c64ba51fcb6531c32d4d8/pickleshare-0.7.5.tar.gz";
1142 sha256 = "1jmghg3c53yp1i8cm6pcrm280ayi8621rwyav9fac7awjr3kss47";
1142 sha256 = "1jmghg3c53yp1i8cm6pcrm280ayi8621rwyav9fac7awjr3kss47";
1143 };
1143 };
1144 meta = {
1144 meta = {
1145 license = [ pkgs.lib.licenses.mit ];
1145 license = [ pkgs.lib.licenses.mit ];
1146 };
1146 };
1147 };
1147 };
1148 "plaster" = super.buildPythonPackage {
1148 "plaster" = super.buildPythonPackage {
1149 name = "plaster-1.0";
1149 name = "plaster-1.0";
1150 doCheck = false;
1150 doCheck = false;
1151 propagatedBuildInputs = [
1151 propagatedBuildInputs = [
1152 self."setuptools"
1152 self."setuptools"
1153 ];
1153 ];
1154 src = fetchurl {
1154 src = fetchurl {
1155 url = "https://files.pythonhosted.org/packages/37/e1/56d04382d718d32751017d32f351214384e529b794084eee20bb52405563/plaster-1.0.tar.gz";
1155 url = "https://files.pythonhosted.org/packages/37/e1/56d04382d718d32751017d32f351214384e529b794084eee20bb52405563/plaster-1.0.tar.gz";
1156 sha256 = "1hy8k0nv2mxq94y5aysk6hjk9ryb4bsd13g83m60hcyzxz3wflc3";
1156 sha256 = "1hy8k0nv2mxq94y5aysk6hjk9ryb4bsd13g83m60hcyzxz3wflc3";
1157 };
1157 };
1158 meta = {
1158 meta = {
1159 license = [ pkgs.lib.licenses.mit ];
1159 license = [ pkgs.lib.licenses.mit ];
1160 };
1160 };
1161 };
1161 };
1162 "plaster-pastedeploy" = super.buildPythonPackage {
1162 "plaster-pastedeploy" = super.buildPythonPackage {
1163 name = "plaster-pastedeploy-0.6";
1163 name = "plaster-pastedeploy-0.6";
1164 doCheck = false;
1164 doCheck = false;
1165 propagatedBuildInputs = [
1165 propagatedBuildInputs = [
1166 self."pastedeploy"
1166 self."pastedeploy"
1167 self."plaster"
1167 self."plaster"
1168 ];
1168 ];
1169 src = fetchurl {
1169 src = fetchurl {
1170 url = "https://files.pythonhosted.org/packages/3f/e7/6a6833158d2038ec40085433308a1e164fd1dac595513f6dd556d5669bb8/plaster_pastedeploy-0.6.tar.gz";
1170 url = "https://files.pythonhosted.org/packages/3f/e7/6a6833158d2038ec40085433308a1e164fd1dac595513f6dd556d5669bb8/plaster_pastedeploy-0.6.tar.gz";
1171 sha256 = "1bkggk18f4z2bmsmxyxabvf62znvjwbivzh880419r3ap0616cf2";
1171 sha256 = "1bkggk18f4z2bmsmxyxabvf62znvjwbivzh880419r3ap0616cf2";
1172 };
1172 };
1173 meta = {
1173 meta = {
1174 license = [ pkgs.lib.licenses.mit ];
1174 license = [ pkgs.lib.licenses.mit ];
1175 };
1175 };
1176 };
1176 };
1177 "pluggy" = super.buildPythonPackage {
1177 "pluggy" = super.buildPythonPackage {
1178 name = "pluggy-0.9.0";
1178 name = "pluggy-0.9.0";
1179 doCheck = false;
1179 doCheck = false;
1180 src = fetchurl {
1180 src = fetchurl {
1181 url = "https://files.pythonhosted.org/packages/a7/8c/55c629849c64e665258d8976322dfdad171fa2f57117590662d8a67618a4/pluggy-0.9.0.tar.gz";
1181 url = "https://files.pythonhosted.org/packages/a7/8c/55c629849c64e665258d8976322dfdad171fa2f57117590662d8a67618a4/pluggy-0.9.0.tar.gz";
1182 sha256 = "13yg2q0wgcb4l8lgdvcnzqa8db5lrw3nwn50lxjy1z5jkp7gkv0r";
1182 sha256 = "13yg2q0wgcb4l8lgdvcnzqa8db5lrw3nwn50lxjy1z5jkp7gkv0r";
1183 };
1183 };
1184 meta = {
1184 meta = {
1185 license = [ pkgs.lib.licenses.mit ];
1185 license = [ pkgs.lib.licenses.mit ];
1186 };
1186 };
1187 };
1187 };
1188 "prompt-toolkit" = super.buildPythonPackage {
1188 "prompt-toolkit" = super.buildPythonPackage {
1189 name = "prompt-toolkit-1.0.15";
1189 name = "prompt-toolkit-1.0.15";
1190 doCheck = false;
1190 doCheck = false;
1191 propagatedBuildInputs = [
1191 propagatedBuildInputs = [
1192 self."six"
1192 self."six"
1193 self."wcwidth"
1193 self."wcwidth"
1194 ];
1194 ];
1195 src = fetchurl {
1195 src = fetchurl {
1196 url = "https://files.pythonhosted.org/packages/8a/ad/cf6b128866e78ad6d7f1dc5b7f99885fb813393d9860778b2984582e81b5/prompt_toolkit-1.0.15.tar.gz";
1196 url = "https://files.pythonhosted.org/packages/8a/ad/cf6b128866e78ad6d7f1dc5b7f99885fb813393d9860778b2984582e81b5/prompt_toolkit-1.0.15.tar.gz";
1197 sha256 = "05v9h5nydljwpj5nm8n804ms0glajwfy1zagrzqrg91wk3qqi1c5";
1197 sha256 = "05v9h5nydljwpj5nm8n804ms0glajwfy1zagrzqrg91wk3qqi1c5";
1198 };
1198 };
1199 meta = {
1199 meta = {
1200 license = [ pkgs.lib.licenses.bsdOriginal ];
1200 license = [ pkgs.lib.licenses.bsdOriginal ];
1201 };
1201 };
1202 };
1202 };
1203 "psutil" = super.buildPythonPackage {
1203 "psutil" = super.buildPythonPackage {
1204 name = "psutil-5.5.1";
1204 name = "psutil-5.5.1";
1205 doCheck = false;
1205 doCheck = false;
1206 src = fetchurl {
1206 src = fetchurl {
1207 url = "https://files.pythonhosted.org/packages/c7/01/7c30b247cdc5ba29623faa5c8cf1f1bbf7e041783c340414b0ed7e067c64/psutil-5.5.1.tar.gz";
1207 url = "https://files.pythonhosted.org/packages/c7/01/7c30b247cdc5ba29623faa5c8cf1f1bbf7e041783c340414b0ed7e067c64/psutil-5.5.1.tar.gz";
1208 sha256 = "045qaqvn6k90bj5bcy259yrwcd2afgznaav3sfhphy9b8ambzkkj";
1208 sha256 = "045qaqvn6k90bj5bcy259yrwcd2afgznaav3sfhphy9b8ambzkkj";
1209 };
1209 };
1210 meta = {
1210 meta = {
1211 license = [ pkgs.lib.licenses.bsdOriginal ];
1211 license = [ pkgs.lib.licenses.bsdOriginal ];
1212 };
1212 };
1213 };
1213 };
1214 "psycopg2" = super.buildPythonPackage {
1214 "psycopg2" = super.buildPythonPackage {
1215 name = "psycopg2-2.7.7";
1215 name = "psycopg2-2.7.7";
1216 doCheck = false;
1216 doCheck = false;
1217 src = fetchurl {
1217 src = fetchurl {
1218 url = "https://files.pythonhosted.org/packages/63/54/c039eb0f46f9a9406b59a638415c2012ad7be9b4b97bfddb1f48c280df3a/psycopg2-2.7.7.tar.gz";
1218 url = "https://files.pythonhosted.org/packages/63/54/c039eb0f46f9a9406b59a638415c2012ad7be9b4b97bfddb1f48c280df3a/psycopg2-2.7.7.tar.gz";
1219 sha256 = "0zjbabb4qjx9dm07imhf8y5a9rpa06d5zah80myiimgdi83nslpl";
1219 sha256 = "0zjbabb4qjx9dm07imhf8y5a9rpa06d5zah80myiimgdi83nslpl";
1220 };
1220 };
1221 meta = {
1221 meta = {
1222 license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
1222 license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
1223 };
1223 };
1224 };
1224 };
1225 "ptyprocess" = super.buildPythonPackage {
1225 "ptyprocess" = super.buildPythonPackage {
1226 name = "ptyprocess-0.6.0";
1226 name = "ptyprocess-0.6.0";
1227 doCheck = false;
1227 doCheck = false;
1228 src = fetchurl {
1228 src = fetchurl {
1229 url = "https://files.pythonhosted.org/packages/7d/2d/e4b8733cf79b7309d84c9081a4ab558c89d8c89da5961bf4ddb050ca1ce0/ptyprocess-0.6.0.tar.gz";
1229 url = "https://files.pythonhosted.org/packages/7d/2d/e4b8733cf79b7309d84c9081a4ab558c89d8c89da5961bf4ddb050ca1ce0/ptyprocess-0.6.0.tar.gz";
1230 sha256 = "1h4lcd3w5nrxnsk436ar7fwkiy5rfn5wj2xwy9l0r4mdqnf2jgwj";
1230 sha256 = "1h4lcd3w5nrxnsk436ar7fwkiy5rfn5wj2xwy9l0r4mdqnf2jgwj";
1231 };
1231 };
1232 meta = {
1232 meta = {
1233 license = [ ];
1233 license = [ ];
1234 };
1234 };
1235 };
1235 };
1236 "py" = super.buildPythonPackage {
1236 "py" = super.buildPythonPackage {
1237 name = "py-1.6.0";
1237 name = "py-1.6.0";
1238 doCheck = false;
1238 doCheck = false;
1239 src = fetchurl {
1239 src = fetchurl {
1240 url = "https://files.pythonhosted.org/packages/4f/38/5f427d1eedae73063ce4da680d2bae72014995f9fdeaa57809df61c968cd/py-1.6.0.tar.gz";
1240 url = "https://files.pythonhosted.org/packages/4f/38/5f427d1eedae73063ce4da680d2bae72014995f9fdeaa57809df61c968cd/py-1.6.0.tar.gz";
1241 sha256 = "1wcs3zv9wl5m5x7p16avqj2gsrviyb23yvc3pr330isqs0sh98q6";
1241 sha256 = "1wcs3zv9wl5m5x7p16avqj2gsrviyb23yvc3pr330isqs0sh98q6";
1242 };
1242 };
1243 meta = {
1243 meta = {
1244 license = [ pkgs.lib.licenses.mit ];
1244 license = [ pkgs.lib.licenses.mit ];
1245 };
1245 };
1246 };
1246 };
1247 "py-bcrypt" = super.buildPythonPackage {
1247 "py-bcrypt" = super.buildPythonPackage {
1248 name = "py-bcrypt-0.4";
1248 name = "py-bcrypt-0.4";
1249 doCheck = false;
1249 doCheck = false;
1250 src = fetchurl {
1250 src = fetchurl {
1251 url = "https://files.pythonhosted.org/packages/68/b1/1c3068c5c4d2e35c48b38dcc865301ebfdf45f54507086ac65ced1fd3b3d/py-bcrypt-0.4.tar.gz";
1251 url = "https://files.pythonhosted.org/packages/68/b1/1c3068c5c4d2e35c48b38dcc865301ebfdf45f54507086ac65ced1fd3b3d/py-bcrypt-0.4.tar.gz";
1252 sha256 = "0y6smdggwi5s72v6p1nn53dg6w05hna3d264cq6kas0lap73p8az";
1252 sha256 = "0y6smdggwi5s72v6p1nn53dg6w05hna3d264cq6kas0lap73p8az";
1253 };
1253 };
1254 meta = {
1254 meta = {
1255 license = [ pkgs.lib.licenses.bsdOriginal ];
1255 license = [ pkgs.lib.licenses.bsdOriginal ];
1256 };
1256 };
1257 };
1257 };
1258 "py-gfm" = super.buildPythonPackage {
1258 "py-gfm" = super.buildPythonPackage {
1259 name = "py-gfm-0.1.4";
1259 name = "py-gfm-0.1.4";
1260 doCheck = false;
1260 doCheck = false;
1261 propagatedBuildInputs = [
1261 propagatedBuildInputs = [
1262 self."setuptools"
1262 self."setuptools"
1263 self."markdown"
1263 self."markdown"
1264 ];
1264 ];
1265 src = fetchurl {
1265 src = fetchurl {
1266 url = "https://files.pythonhosted.org/packages/06/ee/004a03a1d92bb386dae44f6dd087db541bc5093374f1637d4d4ae5596cc2/py-gfm-0.1.4.tar.gz";
1266 url = "https://files.pythonhosted.org/packages/06/ee/004a03a1d92bb386dae44f6dd087db541bc5093374f1637d4d4ae5596cc2/py-gfm-0.1.4.tar.gz";
1267 sha256 = "0zip06g2isivx8fzgqd4n9qzsa22c25jas1rsb7m2rnjg72m0rzg";
1267 sha256 = "0zip06g2isivx8fzgqd4n9qzsa22c25jas1rsb7m2rnjg72m0rzg";
1268 };
1268 };
1269 meta = {
1269 meta = {
1270 license = [ pkgs.lib.licenses.bsdOriginal ];
1270 license = [ pkgs.lib.licenses.bsdOriginal ];
1271 };
1271 };
1272 };
1272 };
1273 "pyasn1" = super.buildPythonPackage {
1273 "pyasn1" = super.buildPythonPackage {
1274 name = "pyasn1-0.4.5";
1274 name = "pyasn1-0.4.5";
1275 doCheck = false;
1275 doCheck = false;
1276 src = fetchurl {
1276 src = fetchurl {
1277 url = "https://files.pythonhosted.org/packages/46/60/b7e32f6ff481b8a1f6c8f02b0fd9b693d1c92ddd2efb038ec050d99a7245/pyasn1-0.4.5.tar.gz";
1277 url = "https://files.pythonhosted.org/packages/46/60/b7e32f6ff481b8a1f6c8f02b0fd9b693d1c92ddd2efb038ec050d99a7245/pyasn1-0.4.5.tar.gz";
1278 sha256 = "1xqh3jh2nfi2bflk5a0vn59y3pp1vn54f3ksx652sid92gz2096s";
1278 sha256 = "1xqh3jh2nfi2bflk5a0vn59y3pp1vn54f3ksx652sid92gz2096s";
1279 };
1279 };
1280 meta = {
1280 meta = {
1281 license = [ pkgs.lib.licenses.bsdOriginal ];
1281 license = [ pkgs.lib.licenses.bsdOriginal ];
1282 };
1282 };
1283 };
1283 };
1284 "pyasn1-modules" = super.buildPythonPackage {
1284 "pyasn1-modules" = super.buildPythonPackage {
1285 name = "pyasn1-modules-0.2.4";
1285 name = "pyasn1-modules-0.2.4";
1286 doCheck = false;
1286 doCheck = false;
1287 propagatedBuildInputs = [
1287 propagatedBuildInputs = [
1288 self."pyasn1"
1288 self."pyasn1"
1289 ];
1289 ];
1290 src = fetchurl {
1290 src = fetchurl {
1291 url = "https://files.pythonhosted.org/packages/bd/a5/ef7bf693e8a8f015386c9167483199f54f8a8ec01d1c737e05524f16e792/pyasn1-modules-0.2.4.tar.gz";
1291 url = "https://files.pythonhosted.org/packages/bd/a5/ef7bf693e8a8f015386c9167483199f54f8a8ec01d1c737e05524f16e792/pyasn1-modules-0.2.4.tar.gz";
1292 sha256 = "0z3w5dqrrvdplg9ma45j8n23xvyrj9ki8mg4ibqbn7l4qpl90855";
1292 sha256 = "0z3w5dqrrvdplg9ma45j8n23xvyrj9ki8mg4ibqbn7l4qpl90855";
1293 };
1293 };
1294 meta = {
1294 meta = {
1295 license = [ pkgs.lib.licenses.bsdOriginal ];
1295 license = [ pkgs.lib.licenses.bsdOriginal ];
1296 };
1296 };
1297 };
1297 };
1298 "pycparser" = super.buildPythonPackage {
1298 "pycparser" = super.buildPythonPackage {
1299 name = "pycparser-2.19";
1299 name = "pycparser-2.19";
1300 doCheck = false;
1300 doCheck = false;
1301 src = fetchurl {
1301 src = fetchurl {
1302 url = "https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz";
1302 url = "https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz";
1303 sha256 = "1cr5dcj9628lkz1qlwq3fv97c25363qppkmcayqvd05dpy573259";
1303 sha256 = "1cr5dcj9628lkz1qlwq3fv97c25363qppkmcayqvd05dpy573259";
1304 };
1304 };
1305 meta = {
1305 meta = {
1306 license = [ pkgs.lib.licenses.bsdOriginal ];
1306 license = [ pkgs.lib.licenses.bsdOriginal ];
1307 };
1307 };
1308 };
1308 };
1309 "pycrypto" = super.buildPythonPackage {
1309 "pycrypto" = super.buildPythonPackage {
1310 name = "pycrypto-2.6.1";
1310 name = "pycrypto-2.6.1";
1311 doCheck = false;
1311 doCheck = false;
1312 src = fetchurl {
1312 src = fetchurl {
1313 url = "https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz";
1313 url = "https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz";
1314 sha256 = "0g0ayql5b9mkjam8hym6zyg6bv77lbh66rv1fyvgqb17kfc1xkpj";
1314 sha256 = "0g0ayql5b9mkjam8hym6zyg6bv77lbh66rv1fyvgqb17kfc1xkpj";
1315 };
1315 };
1316 meta = {
1316 meta = {
1317 license = [ pkgs.lib.licenses.publicDomain ];
1317 license = [ pkgs.lib.licenses.publicDomain ];
1318 };
1318 };
1319 };
1319 };
1320 "pycurl" = super.buildPythonPackage {
1320 "pycurl" = super.buildPythonPackage {
1321 name = "pycurl-7.43.0.2";
1321 name = "pycurl-7.43.0.2";
1322 doCheck = false;
1322 doCheck = false;
1323 src = fetchurl {
1323 src = fetchurl {
1324 url = "https://files.pythonhosted.org/packages/e8/e4/0dbb8735407189f00b33d84122b9be52c790c7c3b25286826f4e1bdb7bde/pycurl-7.43.0.2.tar.gz";
1324 url = "https://files.pythonhosted.org/packages/e8/e4/0dbb8735407189f00b33d84122b9be52c790c7c3b25286826f4e1bdb7bde/pycurl-7.43.0.2.tar.gz";
1325 sha256 = "1915kb04k1j4y6k1dx1sgnbddxrl9r1n4q928if2lkrdm73xy30g";
1325 sha256 = "1915kb04k1j4y6k1dx1sgnbddxrl9r1n4q928if2lkrdm73xy30g";
1326 };
1326 };
1327 meta = {
1327 meta = {
1328 license = [ pkgs.lib.licenses.mit { fullName = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1328 license = [ pkgs.lib.licenses.mit { fullName = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1329 };
1329 };
1330 };
1330 };
1331 "pygments" = super.buildPythonPackage {
1331 "pygments" = super.buildPythonPackage {
1332 name = "pygments-2.3.1";
1332 name = "pygments-2.3.1";
1333 doCheck = false;
1333 doCheck = false;
1334 src = fetchurl {
1334 src = fetchurl {
1335 url = "https://files.pythonhosted.org/packages/64/69/413708eaf3a64a6abb8972644e0f20891a55e621c6759e2c3f3891e05d63/Pygments-2.3.1.tar.gz";
1335 url = "https://files.pythonhosted.org/packages/64/69/413708eaf3a64a6abb8972644e0f20891a55e621c6759e2c3f3891e05d63/Pygments-2.3.1.tar.gz";
1336 sha256 = "0ji87g09jph8jqcvclgb02qvxasdnr9pzvk90rl66d90yqcxmyjz";
1336 sha256 = "0ji87g09jph8jqcvclgb02qvxasdnr9pzvk90rl66d90yqcxmyjz";
1337 };
1337 };
1338 meta = {
1338 meta = {
1339 license = [ pkgs.lib.licenses.bsdOriginal ];
1339 license = [ pkgs.lib.licenses.bsdOriginal ];
1340 };
1340 };
1341 };
1341 };
1342 "pymysql" = super.buildPythonPackage {
1342 "pymysql" = super.buildPythonPackage {
1343 name = "pymysql-0.8.1";
1343 name = "pymysql-0.8.1";
1344 doCheck = false;
1344 doCheck = false;
1345 src = fetchurl {
1345 src = fetchurl {
1346 url = "https://files.pythonhosted.org/packages/44/39/6bcb83cae0095a31b6be4511707fdf2009d3e29903a55a0494d3a9a2fac0/PyMySQL-0.8.1.tar.gz";
1346 url = "https://files.pythonhosted.org/packages/44/39/6bcb83cae0095a31b6be4511707fdf2009d3e29903a55a0494d3a9a2fac0/PyMySQL-0.8.1.tar.gz";
1347 sha256 = "0a96crz55bw4h6myh833skrli7b0ck89m3x673y2z2ryy7zrpq9l";
1347 sha256 = "0a96crz55bw4h6myh833skrli7b0ck89m3x673y2z2ryy7zrpq9l";
1348 };
1348 };
1349 meta = {
1349 meta = {
1350 license = [ pkgs.lib.licenses.mit ];
1350 license = [ pkgs.lib.licenses.mit ];
1351 };
1351 };
1352 };
1352 };
1353 "pyotp" = super.buildPythonPackage {
1353 "pyotp" = super.buildPythonPackage {
1354 name = "pyotp-2.2.7";
1354 name = "pyotp-2.2.7";
1355 doCheck = false;
1355 doCheck = false;
1356 src = fetchurl {
1356 src = fetchurl {
1357 url = "https://files.pythonhosted.org/packages/b1/ab/477cda97b6ca7baced5106471cb1ac1fe698d1b035983b9f8ee3422989eb/pyotp-2.2.7.tar.gz";
1357 url = "https://files.pythonhosted.org/packages/b1/ab/477cda97b6ca7baced5106471cb1ac1fe698d1b035983b9f8ee3422989eb/pyotp-2.2.7.tar.gz";
1358 sha256 = "00p69nw431f0s2ilg0hnd77p1l22m06p9rq4f8zfapmavnmzw3xy";
1358 sha256 = "00p69nw431f0s2ilg0hnd77p1l22m06p9rq4f8zfapmavnmzw3xy";
1359 };
1359 };
1360 meta = {
1360 meta = {
1361 license = [ pkgs.lib.licenses.mit ];
1361 license = [ pkgs.lib.licenses.mit ];
1362 };
1362 };
1363 };
1363 };
1364 "pyparsing" = super.buildPythonPackage {
1364 "pyparsing" = super.buildPythonPackage {
1365 name = "pyparsing-2.3.0";
1365 name = "pyparsing-2.3.0";
1366 doCheck = false;
1366 doCheck = false;
1367 src = fetchurl {
1367 src = fetchurl {
1368 url = "https://files.pythonhosted.org/packages/d0/09/3e6a5eeb6e04467b737d55f8bba15247ac0876f98fae659e58cd744430c6/pyparsing-2.3.0.tar.gz";
1368 url = "https://files.pythonhosted.org/packages/d0/09/3e6a5eeb6e04467b737d55f8bba15247ac0876f98fae659e58cd744430c6/pyparsing-2.3.0.tar.gz";
1369 sha256 = "14k5v7n3xqw8kzf42x06bzp184spnlkya2dpjyflax6l3yrallzk";
1369 sha256 = "14k5v7n3xqw8kzf42x06bzp184spnlkya2dpjyflax6l3yrallzk";
1370 };
1370 };
1371 meta = {
1371 meta = {
1372 license = [ pkgs.lib.licenses.mit ];
1372 license = [ pkgs.lib.licenses.mit ];
1373 };
1373 };
1374 };
1374 };
1375 "pyramid" = super.buildPythonPackage {
1375 "pyramid" = super.buildPythonPackage {
1376 name = "pyramid-1.10.1";
1376 name = "pyramid-1.10.2";
1377 doCheck = false;
1377 doCheck = false;
1378 propagatedBuildInputs = [
1378 propagatedBuildInputs = [
1379 self."hupper"
1379 self."hupper"
1380 self."plaster"
1380 self."plaster"
1381 self."plaster-pastedeploy"
1381 self."plaster-pastedeploy"
1382 self."setuptools"
1382 self."setuptools"
1383 self."translationstring"
1383 self."translationstring"
1384 self."venusian"
1384 self."venusian"
1385 self."webob"
1385 self."webob"
1386 self."zope.deprecation"
1386 self."zope.deprecation"
1387 self."zope.interface"
1387 self."zope.interface"
1388 self."repoze.lru"
1388 self."repoze.lru"
1389 ];
1389 ];
1390 src = fetchurl {
1390 src = fetchurl {
1391 url = "https://files.pythonhosted.org/packages/0a/3e/22e3ac9be1b70a01139adba8906ee4b8f628bb469fea3c52f6c97b73063c/pyramid-1.10.1.tar.gz";
1391 url = "https://files.pythonhosted.org/packages/bc/0e/73de9b189ff00a963beeedaff90e27b134eedf2806279a1a3fe122fd65b6/pyramid-1.10.2.tar.gz";
1392 sha256 = "1h5105nfh6rsrfjiyw20aavyibj36la3hajy6vh1fa77xb4y3hrp";
1392 sha256 = "0gn6sw6ml67ir150ffivc0ad5hd448p43p9z2bkyp12jh2n9n2p7";
1393 };
1393 };
1394 meta = {
1394 meta = {
1395 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1395 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1396 };
1396 };
1397 };
1397 };
1398 "pyramid-beaker" = super.buildPythonPackage {
1398 "pyramid-beaker" = super.buildPythonPackage {
1399 name = "pyramid-beaker-0.8";
1399 name = "pyramid-beaker-0.8";
1400 doCheck = false;
1400 doCheck = false;
1401 propagatedBuildInputs = [
1401 propagatedBuildInputs = [
1402 self."pyramid"
1402 self."pyramid"
1403 self."beaker"
1403 self."beaker"
1404 ];
1404 ];
1405 src = fetchurl {
1405 src = fetchurl {
1406 url = "https://files.pythonhosted.org/packages/d9/6e/b85426e00fd3d57f4545f74e1c3828552d8700f13ededeef9233f7bca8be/pyramid_beaker-0.8.tar.gz";
1406 url = "https://files.pythonhosted.org/packages/d9/6e/b85426e00fd3d57f4545f74e1c3828552d8700f13ededeef9233f7bca8be/pyramid_beaker-0.8.tar.gz";
1407 sha256 = "0hflx3qkcdml1mwpq53sz46s7jickpfn0zy0ns2c7j445j66bp3p";
1407 sha256 = "0hflx3qkcdml1mwpq53sz46s7jickpfn0zy0ns2c7j445j66bp3p";
1408 };
1408 };
1409 meta = {
1409 meta = {
1410 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1410 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1411 };
1411 };
1412 };
1412 };
1413 "pyramid-debugtoolbar" = super.buildPythonPackage {
1413 "pyramid-debugtoolbar" = super.buildPythonPackage {
1414 name = "pyramid-debugtoolbar-4.5";
1414 name = "pyramid-debugtoolbar-4.5";
1415 doCheck = false;
1415 doCheck = false;
1416 propagatedBuildInputs = [
1416 propagatedBuildInputs = [
1417 self."pyramid"
1417 self."pyramid"
1418 self."pyramid-mako"
1418 self."pyramid-mako"
1419 self."repoze.lru"
1419 self."repoze.lru"
1420 self."pygments"
1420 self."pygments"
1421 self."ipaddress"
1421 self."ipaddress"
1422 ];
1422 ];
1423 src = fetchurl {
1423 src = fetchurl {
1424 url = "https://files.pythonhosted.org/packages/14/28/1f240239af340d19ee271ac62958158c79edb01a44ad8c9885508dd003d2/pyramid_debugtoolbar-4.5.tar.gz";
1424 url = "https://files.pythonhosted.org/packages/14/28/1f240239af340d19ee271ac62958158c79edb01a44ad8c9885508dd003d2/pyramid_debugtoolbar-4.5.tar.gz";
1425 sha256 = "0x2p3409pnx66n6dx5vc0mk2r1cp1ydr8mp120w44r9pwcngbibl";
1425 sha256 = "0x2p3409pnx66n6dx5vc0mk2r1cp1ydr8mp120w44r9pwcngbibl";
1426 };
1426 };
1427 meta = {
1427 meta = {
1428 license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ];
1428 license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ];
1429 };
1429 };
1430 };
1430 };
1431 "pyramid-jinja2" = super.buildPythonPackage {
1431 "pyramid-jinja2" = super.buildPythonPackage {
1432 name = "pyramid-jinja2-2.7";
1432 name = "pyramid-jinja2-2.7";
1433 doCheck = false;
1433 doCheck = false;
1434 propagatedBuildInputs = [
1434 propagatedBuildInputs = [
1435 self."pyramid"
1435 self."pyramid"
1436 self."zope.deprecation"
1436 self."zope.deprecation"
1437 self."jinja2"
1437 self."jinja2"
1438 self."markupsafe"
1438 self."markupsafe"
1439 ];
1439 ];
1440 src = fetchurl {
1440 src = fetchurl {
1441 url = "https://files.pythonhosted.org/packages/d8/80/d60a7233823de22ce77bd864a8a83736a1fe8b49884b08303a2e68b2c853/pyramid_jinja2-2.7.tar.gz";
1441 url = "https://files.pythonhosted.org/packages/d8/80/d60a7233823de22ce77bd864a8a83736a1fe8b49884b08303a2e68b2c853/pyramid_jinja2-2.7.tar.gz";
1442 sha256 = "1sz5s0pp5jqhf4w22w9527yz8hgdi4mhr6apd6vw1gm5clghh8aw";
1442 sha256 = "1sz5s0pp5jqhf4w22w9527yz8hgdi4mhr6apd6vw1gm5clghh8aw";
1443 };
1443 };
1444 meta = {
1444 meta = {
1445 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1445 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1446 };
1446 };
1447 };
1447 };
1448 "pyramid-mailer" = super.buildPythonPackage {
1448 "pyramid-mailer" = super.buildPythonPackage {
1449 name = "pyramid-mailer-0.15.1";
1449 name = "pyramid-mailer-0.15.1";
1450 doCheck = false;
1450 doCheck = false;
1451 propagatedBuildInputs = [
1451 propagatedBuildInputs = [
1452 self."pyramid"
1452 self."pyramid"
1453 self."repoze.sendmail"
1453 self."repoze.sendmail"
1454 self."transaction"
1454 self."transaction"
1455 ];
1455 ];
1456 src = fetchurl {
1456 src = fetchurl {
1457 url = "https://files.pythonhosted.org/packages/a0/f2/6febf5459dff4d7e653314d575469ad2e11b9d2af2c3606360e1c67202f2/pyramid_mailer-0.15.1.tar.gz";
1457 url = "https://files.pythonhosted.org/packages/a0/f2/6febf5459dff4d7e653314d575469ad2e11b9d2af2c3606360e1c67202f2/pyramid_mailer-0.15.1.tar.gz";
1458 sha256 = "16vg8jb203jgb7b0hd6wllfqvp542qh2ry1gjai2m6qpv5agy2pc";
1458 sha256 = "16vg8jb203jgb7b0hd6wllfqvp542qh2ry1gjai2m6qpv5agy2pc";
1459 };
1459 };
1460 meta = {
1460 meta = {
1461 license = [ pkgs.lib.licenses.bsdOriginal ];
1461 license = [ pkgs.lib.licenses.bsdOriginal ];
1462 };
1462 };
1463 };
1463 };
1464 "pyramid-mako" = super.buildPythonPackage {
1464 "pyramid-mako" = super.buildPythonPackage {
1465 name = "pyramid-mako-1.0.2";
1465 name = "pyramid-mako-1.0.2";
1466 doCheck = false;
1466 doCheck = false;
1467 propagatedBuildInputs = [
1467 propagatedBuildInputs = [
1468 self."pyramid"
1468 self."pyramid"
1469 self."mako"
1469 self."mako"
1470 ];
1470 ];
1471 src = fetchurl {
1471 src = fetchurl {
1472 url = "https://files.pythonhosted.org/packages/f1/92/7e69bcf09676d286a71cb3bbb887b16595b96f9ba7adbdc239ffdd4b1eb9/pyramid_mako-1.0.2.tar.gz";
1472 url = "https://files.pythonhosted.org/packages/f1/92/7e69bcf09676d286a71cb3bbb887b16595b96f9ba7adbdc239ffdd4b1eb9/pyramid_mako-1.0.2.tar.gz";
1473 sha256 = "18gk2vliq8z4acblsl6yzgbvnr9rlxjlcqir47km7kvlk1xri83d";
1473 sha256 = "18gk2vliq8z4acblsl6yzgbvnr9rlxjlcqir47km7kvlk1xri83d";
1474 };
1474 };
1475 meta = {
1475 meta = {
1476 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1476 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1477 };
1477 };
1478 };
1478 };
1479 "pysqlite" = super.buildPythonPackage {
1479 "pysqlite" = super.buildPythonPackage {
1480 name = "pysqlite-2.8.3";
1480 name = "pysqlite-2.8.3";
1481 doCheck = false;
1481 doCheck = false;
1482 src = fetchurl {
1482 src = fetchurl {
1483 url = "https://files.pythonhosted.org/packages/42/02/981b6703e3c83c5b25a829c6e77aad059f9481b0bbacb47e6e8ca12bd731/pysqlite-2.8.3.tar.gz";
1483 url = "https://files.pythonhosted.org/packages/42/02/981b6703e3c83c5b25a829c6e77aad059f9481b0bbacb47e6e8ca12bd731/pysqlite-2.8.3.tar.gz";
1484 sha256 = "1424gwq9sil2ffmnizk60q36vydkv8rxs6m7xs987kz8cdc37lqp";
1484 sha256 = "1424gwq9sil2ffmnizk60q36vydkv8rxs6m7xs987kz8cdc37lqp";
1485 };
1485 };
1486 meta = {
1486 meta = {
1487 license = [ { fullName = "zlib/libpng License"; } { fullName = "zlib/libpng license"; } ];
1487 license = [ { fullName = "zlib/libpng License"; } { fullName = "zlib/libpng license"; } ];
1488 };
1488 };
1489 };
1489 };
1490 "pytest" = super.buildPythonPackage {
1490 "pytest" = super.buildPythonPackage {
1491 name = "pytest-3.8.2";
1491 name = "pytest-3.8.2";
1492 doCheck = false;
1492 doCheck = false;
1493 propagatedBuildInputs = [
1493 propagatedBuildInputs = [
1494 self."py"
1494 self."py"
1495 self."six"
1495 self."six"
1496 self."setuptools"
1496 self."setuptools"
1497 self."attrs"
1497 self."attrs"
1498 self."more-itertools"
1498 self."more-itertools"
1499 self."atomicwrites"
1499 self."atomicwrites"
1500 self."pluggy"
1500 self."pluggy"
1501 self."funcsigs"
1501 self."funcsigs"
1502 self."pathlib2"
1502 self."pathlib2"
1503 ];
1503 ];
1504 src = fetchurl {
1504 src = fetchurl {
1505 url = "https://files.pythonhosted.org/packages/5f/d2/7f77f406ac505abda02ab4afb50d06ebf304f6ea42fca34f8f37529106b2/pytest-3.8.2.tar.gz";
1505 url = "https://files.pythonhosted.org/packages/5f/d2/7f77f406ac505abda02ab4afb50d06ebf304f6ea42fca34f8f37529106b2/pytest-3.8.2.tar.gz";
1506 sha256 = "18nrwzn61kph2y6gxwfz9ms68rfvr9d4vcffsxng9p7jk9z18clk";
1506 sha256 = "18nrwzn61kph2y6gxwfz9ms68rfvr9d4vcffsxng9p7jk9z18clk";
1507 };
1507 };
1508 meta = {
1508 meta = {
1509 license = [ pkgs.lib.licenses.mit ];
1509 license = [ pkgs.lib.licenses.mit ];
1510 };
1510 };
1511 };
1511 };
1512 "pytest-cov" = super.buildPythonPackage {
1512 "pytest-cov" = super.buildPythonPackage {
1513 name = "pytest-cov-2.6.0";
1513 name = "pytest-cov-2.6.0";
1514 doCheck = false;
1514 doCheck = false;
1515 propagatedBuildInputs = [
1515 propagatedBuildInputs = [
1516 self."pytest"
1516 self."pytest"
1517 self."coverage"
1517 self."coverage"
1518 ];
1518 ];
1519 src = fetchurl {
1519 src = fetchurl {
1520 url = "https://files.pythonhosted.org/packages/d9/e2/58f90a316fbd94dd50bf5c826a23f3f5d079fb3cc448c1e9f0e3c33a3d2a/pytest-cov-2.6.0.tar.gz";
1520 url = "https://files.pythonhosted.org/packages/d9/e2/58f90a316fbd94dd50bf5c826a23f3f5d079fb3cc448c1e9f0e3c33a3d2a/pytest-cov-2.6.0.tar.gz";
1521 sha256 = "0qnpp9y3ygx4jk4pf5ad71fh2skbvnr6gl54m7rg5qysnx4g0q73";
1521 sha256 = "0qnpp9y3ygx4jk4pf5ad71fh2skbvnr6gl54m7rg5qysnx4g0q73";
1522 };
1522 };
1523 meta = {
1523 meta = {
1524 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ];
1524 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ];
1525 };
1525 };
1526 };
1526 };
1527 "pytest-profiling" = super.buildPythonPackage {
1527 "pytest-profiling" = super.buildPythonPackage {
1528 name = "pytest-profiling-1.3.0";
1528 name = "pytest-profiling-1.3.0";
1529 doCheck = false;
1529 doCheck = false;
1530 propagatedBuildInputs = [
1530 propagatedBuildInputs = [
1531 self."six"
1531 self."six"
1532 self."pytest"
1532 self."pytest"
1533 self."gprof2dot"
1533 self."gprof2dot"
1534 ];
1534 ];
1535 src = fetchurl {
1535 src = fetchurl {
1536 url = "https://files.pythonhosted.org/packages/f5/34/4626126e041a51ef50a80d0619519b18d20aef249aac25b0d0fdd47e57ee/pytest-profiling-1.3.0.tar.gz";
1536 url = "https://files.pythonhosted.org/packages/f5/34/4626126e041a51ef50a80d0619519b18d20aef249aac25b0d0fdd47e57ee/pytest-profiling-1.3.0.tar.gz";
1537 sha256 = "08r5afx5z22yvpmsnl91l4amsy1yxn8qsmm61mhp06mz8zjs51kb";
1537 sha256 = "08r5afx5z22yvpmsnl91l4amsy1yxn8qsmm61mhp06mz8zjs51kb";
1538 };
1538 };
1539 meta = {
1539 meta = {
1540 license = [ pkgs.lib.licenses.mit ];
1540 license = [ pkgs.lib.licenses.mit ];
1541 };
1541 };
1542 };
1542 };
1543 "pytest-runner" = super.buildPythonPackage {
1543 "pytest-runner" = super.buildPythonPackage {
1544 name = "pytest-runner-4.2";
1544 name = "pytest-runner-4.2";
1545 doCheck = false;
1545 doCheck = false;
1546 src = fetchurl {
1546 src = fetchurl {
1547 url = "https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz";
1547 url = "https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz";
1548 sha256 = "1gkpyphawxz38ni1gdq1fmwyqcg02m7ypzqvv46z06crwdxi2gyj";
1548 sha256 = "1gkpyphawxz38ni1gdq1fmwyqcg02m7ypzqvv46z06crwdxi2gyj";
1549 };
1549 };
1550 meta = {
1550 meta = {
1551 license = [ pkgs.lib.licenses.mit ];
1551 license = [ pkgs.lib.licenses.mit ];
1552 };
1552 };
1553 };
1553 };
1554 "pytest-sugar" = super.buildPythonPackage {
1554 "pytest-sugar" = super.buildPythonPackage {
1555 name = "pytest-sugar-0.9.1";
1555 name = "pytest-sugar-0.9.1";
1556 doCheck = false;
1556 doCheck = false;
1557 propagatedBuildInputs = [
1557 propagatedBuildInputs = [
1558 self."pytest"
1558 self."pytest"
1559 self."termcolor"
1559 self."termcolor"
1560 ];
1560 ];
1561 src = fetchurl {
1561 src = fetchurl {
1562 url = "https://files.pythonhosted.org/packages/3e/6a/a3f909083079d03bde11d06ab23088886bbe25f2c97fbe4bb865e2bf05bc/pytest-sugar-0.9.1.tar.gz";
1562 url = "https://files.pythonhosted.org/packages/3e/6a/a3f909083079d03bde11d06ab23088886bbe25f2c97fbe4bb865e2bf05bc/pytest-sugar-0.9.1.tar.gz";
1563 sha256 = "0b4av40dv30727m54v211r0nzwjp2ajkjgxix6j484qjmwpw935b";
1563 sha256 = "0b4av40dv30727m54v211r0nzwjp2ajkjgxix6j484qjmwpw935b";
1564 };
1564 };
1565 meta = {
1565 meta = {
1566 license = [ pkgs.lib.licenses.bsdOriginal ];
1566 license = [ pkgs.lib.licenses.bsdOriginal ];
1567 };
1567 };
1568 };
1568 };
1569 "pytest-timeout" = super.buildPythonPackage {
1569 "pytest-timeout" = super.buildPythonPackage {
1570 name = "pytest-timeout-1.3.2";
1570 name = "pytest-timeout-1.3.2";
1571 doCheck = false;
1571 doCheck = false;
1572 propagatedBuildInputs = [
1572 propagatedBuildInputs = [
1573 self."pytest"
1573 self."pytest"
1574 ];
1574 ];
1575 src = fetchurl {
1575 src = fetchurl {
1576 url = "https://files.pythonhosted.org/packages/8c/3e/1b6a319d12ae7baa3acb7c18ff2c8630a09471a0319d43535c683b4d03eb/pytest-timeout-1.3.2.tar.gz";
1576 url = "https://files.pythonhosted.org/packages/8c/3e/1b6a319d12ae7baa3acb7c18ff2c8630a09471a0319d43535c683b4d03eb/pytest-timeout-1.3.2.tar.gz";
1577 sha256 = "09wnmzvnls2mnsdz7x3c3sk2zdp6jl4dryvyj5i8hqz16q2zq5qi";
1577 sha256 = "09wnmzvnls2mnsdz7x3c3sk2zdp6jl4dryvyj5i8hqz16q2zq5qi";
1578 };
1578 };
1579 meta = {
1579 meta = {
1580 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
1580 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
1581 };
1581 };
1582 };
1582 };
1583 "python-dateutil" = super.buildPythonPackage {
1583 "python-dateutil" = super.buildPythonPackage {
1584 name = "python-dateutil-2.8.0";
1584 name = "python-dateutil-2.8.0";
1585 doCheck = false;
1585 doCheck = false;
1586 propagatedBuildInputs = [
1586 propagatedBuildInputs = [
1587 self."six"
1587 self."six"
1588 ];
1588 ];
1589 src = fetchurl {
1589 src = fetchurl {
1590 url = "https://files.pythonhosted.org/packages/ad/99/5b2e99737edeb28c71bcbec5b5dda19d0d9ef3ca3e92e3e925e7c0bb364c/python-dateutil-2.8.0.tar.gz";
1590 url = "https://files.pythonhosted.org/packages/ad/99/5b2e99737edeb28c71bcbec5b5dda19d0d9ef3ca3e92e3e925e7c0bb364c/python-dateutil-2.8.0.tar.gz";
1591 sha256 = "17nsfhy4xdz1khrfxa61vd7pmvd5z0wa3zb6v4gb4kfnykv0b668";
1591 sha256 = "17nsfhy4xdz1khrfxa61vd7pmvd5z0wa3zb6v4gb4kfnykv0b668";
1592 };
1592 };
1593 meta = {
1593 meta = {
1594 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.asl20 { fullName = "Dual License"; } ];
1594 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.asl20 { fullName = "Dual License"; } ];
1595 };
1595 };
1596 };
1596 };
1597 "python-editor" = super.buildPythonPackage {
1597 "python-editor" = super.buildPythonPackage {
1598 name = "python-editor-1.0.4";
1598 name = "python-editor-1.0.4";
1599 doCheck = false;
1599 doCheck = false;
1600 src = fetchurl {
1600 src = fetchurl {
1601 url = "https://files.pythonhosted.org/packages/0a/85/78f4a216d28343a67b7397c99825cff336330893f00601443f7c7b2f2234/python-editor-1.0.4.tar.gz";
1601 url = "https://files.pythonhosted.org/packages/0a/85/78f4a216d28343a67b7397c99825cff336330893f00601443f7c7b2f2234/python-editor-1.0.4.tar.gz";
1602 sha256 = "0yrjh8w72ivqxi4i7xsg5b1vz15x8fg51xra7c3bgfyxqnyadzai";
1602 sha256 = "0yrjh8w72ivqxi4i7xsg5b1vz15x8fg51xra7c3bgfyxqnyadzai";
1603 };
1603 };
1604 meta = {
1604 meta = {
1605 license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ];
1605 license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ];
1606 };
1606 };
1607 };
1607 };
1608 "python-ldap" = super.buildPythonPackage {
1608 "python-ldap" = super.buildPythonPackage {
1609 name = "python-ldap-3.1.0";
1609 name = "python-ldap-3.1.0";
1610 doCheck = false;
1610 doCheck = false;
1611 propagatedBuildInputs = [
1611 propagatedBuildInputs = [
1612 self."pyasn1"
1612 self."pyasn1"
1613 self."pyasn1-modules"
1613 self."pyasn1-modules"
1614 ];
1614 ];
1615 src = fetchurl {
1615 src = fetchurl {
1616 url = "https://files.pythonhosted.org/packages/7f/1c/28d721dff2fcd2fef9d55b40df63a00be26ec8a11e8c6fc612ae642f9cfd/python-ldap-3.1.0.tar.gz";
1616 url = "https://files.pythonhosted.org/packages/7f/1c/28d721dff2fcd2fef9d55b40df63a00be26ec8a11e8c6fc612ae642f9cfd/python-ldap-3.1.0.tar.gz";
1617 sha256 = "1i97nwfnraylyn0myxlf3vciicrf5h6fymrcff9c00k581wmx5s1";
1617 sha256 = "1i97nwfnraylyn0myxlf3vciicrf5h6fymrcff9c00k581wmx5s1";
1618 };
1618 };
1619 meta = {
1619 meta = {
1620 license = [ pkgs.lib.licenses.psfl ];
1620 license = [ pkgs.lib.licenses.psfl ];
1621 };
1621 };
1622 };
1622 };
1623 "python-memcached" = super.buildPythonPackage {
1623 "python-memcached" = super.buildPythonPackage {
1624 name = "python-memcached-1.59";
1624 name = "python-memcached-1.59";
1625 doCheck = false;
1625 doCheck = false;
1626 propagatedBuildInputs = [
1626 propagatedBuildInputs = [
1627 self."six"
1627 self."six"
1628 ];
1628 ];
1629 src = fetchurl {
1629 src = fetchurl {
1630 url = "https://files.pythonhosted.org/packages/90/59/5faf6e3cd8a568dd4f737ddae4f2e54204fd8c51f90bf8df99aca6c22318/python-memcached-1.59.tar.gz";
1630 url = "https://files.pythonhosted.org/packages/90/59/5faf6e3cd8a568dd4f737ddae4f2e54204fd8c51f90bf8df99aca6c22318/python-memcached-1.59.tar.gz";
1631 sha256 = "0kvyapavbirk2x3n1jx4yb9nyigrj1s3x15nm3qhpvhkpqvqdqm2";
1631 sha256 = "0kvyapavbirk2x3n1jx4yb9nyigrj1s3x15nm3qhpvhkpqvqdqm2";
1632 };
1632 };
1633 meta = {
1633 meta = {
1634 license = [ pkgs.lib.licenses.psfl ];
1634 license = [ pkgs.lib.licenses.psfl ];
1635 };
1635 };
1636 };
1636 };
1637 "python-pam" = super.buildPythonPackage {
1637 "python-pam" = super.buildPythonPackage {
1638 name = "python-pam-1.8.4";
1638 name = "python-pam-1.8.4";
1639 doCheck = false;
1639 doCheck = false;
1640 src = fetchurl {
1640 src = fetchurl {
1641 url = "https://files.pythonhosted.org/packages/01/16/544d01cae9f28e0292dbd092b6b8b0bf222b528f362ee768a5bed2140111/python-pam-1.8.4.tar.gz";
1641 url = "https://files.pythonhosted.org/packages/01/16/544d01cae9f28e0292dbd092b6b8b0bf222b528f362ee768a5bed2140111/python-pam-1.8.4.tar.gz";
1642 sha256 = "16whhc0vr7gxsbzvsnq65nq8fs3wwmx755cavm8kkczdkz4djmn8";
1642 sha256 = "16whhc0vr7gxsbzvsnq65nq8fs3wwmx755cavm8kkczdkz4djmn8";
1643 };
1643 };
1644 meta = {
1644 meta = {
1645 license = [ { fullName = "License :: OSI Approved :: MIT License"; } pkgs.lib.licenses.mit ];
1645 license = [ { fullName = "License :: OSI Approved :: MIT License"; } pkgs.lib.licenses.mit ];
1646 };
1646 };
1647 };
1647 };
1648 "python-saml" = super.buildPythonPackage {
1648 "python-saml" = super.buildPythonPackage {
1649 name = "python-saml-2.4.2";
1649 name = "python-saml-2.4.2";
1650 doCheck = false;
1650 doCheck = false;
1651 propagatedBuildInputs = [
1651 propagatedBuildInputs = [
1652 self."dm.xmlsec.binding"
1652 self."dm.xmlsec.binding"
1653 self."isodate"
1653 self."isodate"
1654 self."defusedxml"
1654 self."defusedxml"
1655 ];
1655 ];
1656 src = fetchurl {
1656 src = fetchurl {
1657 url = "https://files.pythonhosted.org/packages/79/a8/a6611017e0883102fd5e2b73c9d90691b8134e38247c04ee1531d3dc647c/python-saml-2.4.2.tar.gz";
1657 url = "https://files.pythonhosted.org/packages/79/a8/a6611017e0883102fd5e2b73c9d90691b8134e38247c04ee1531d3dc647c/python-saml-2.4.2.tar.gz";
1658 sha256 = "0dls4hwvf13yg7x5yfjrghbywg8g38vn5vr0rsf70hli3ydbfm43";
1658 sha256 = "0dls4hwvf13yg7x5yfjrghbywg8g38vn5vr0rsf70hli3ydbfm43";
1659 };
1659 };
1660 meta = {
1660 meta = {
1661 license = [ pkgs.lib.licenses.mit ];
1661 license = [ pkgs.lib.licenses.mit ];
1662 };
1662 };
1663 };
1663 };
1664 "pytz" = super.buildPythonPackage {
1664 "pytz" = super.buildPythonPackage {
1665 name = "pytz-2018.4";
1665 name = "pytz-2018.4";
1666 doCheck = false;
1666 doCheck = false;
1667 src = fetchurl {
1667 src = fetchurl {
1668 url = "https://files.pythonhosted.org/packages/10/76/52efda4ef98e7544321fd8d5d512e11739c1df18b0649551aeccfb1c8376/pytz-2018.4.tar.gz";
1668 url = "https://files.pythonhosted.org/packages/10/76/52efda4ef98e7544321fd8d5d512e11739c1df18b0649551aeccfb1c8376/pytz-2018.4.tar.gz";
1669 sha256 = "0jgpqx3kk2rhv81j1izjxvmx8d0x7hzs1857pgqnixic5wq2ar60";
1669 sha256 = "0jgpqx3kk2rhv81j1izjxvmx8d0x7hzs1857pgqnixic5wq2ar60";
1670 };
1670 };
1671 meta = {
1671 meta = {
1672 license = [ pkgs.lib.licenses.mit ];
1672 license = [ pkgs.lib.licenses.mit ];
1673 };
1673 };
1674 };
1674 };
1675 "pyzmq" = super.buildPythonPackage {
1675 "pyzmq" = super.buildPythonPackage {
1676 name = "pyzmq-14.6.0";
1676 name = "pyzmq-14.6.0";
1677 doCheck = false;
1677 doCheck = false;
1678 src = fetchurl {
1678 src = fetchurl {
1679 url = "https://files.pythonhosted.org/packages/8a/3b/5463d5a9d712cd8bbdac335daece0d69f6a6792da4e3dd89956c0db4e4e6/pyzmq-14.6.0.tar.gz";
1679 url = "https://files.pythonhosted.org/packages/8a/3b/5463d5a9d712cd8bbdac335daece0d69f6a6792da4e3dd89956c0db4e4e6/pyzmq-14.6.0.tar.gz";
1680 sha256 = "1frmbjykvhmdg64g7sn20c9fpamrsfxwci1nhhg8q7jgz5pq0ikp";
1680 sha256 = "1frmbjykvhmdg64g7sn20c9fpamrsfxwci1nhhg8q7jgz5pq0ikp";
1681 };
1681 };
1682 meta = {
1682 meta = {
1683 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "LGPL+BSD"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1683 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "LGPL+BSD"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1684 };
1684 };
1685 };
1685 };
1686 "redis" = super.buildPythonPackage {
1686 "redis" = super.buildPythonPackage {
1687 name = "redis-2.10.6";
1687 name = "redis-2.10.6";
1688 doCheck = false;
1688 doCheck = false;
1689 src = fetchurl {
1689 src = fetchurl {
1690 url = "https://files.pythonhosted.org/packages/09/8d/6d34b75326bf96d4139a2ddd8e74b80840f800a0a79f9294399e212cb9a7/redis-2.10.6.tar.gz";
1690 url = "https://files.pythonhosted.org/packages/09/8d/6d34b75326bf96d4139a2ddd8e74b80840f800a0a79f9294399e212cb9a7/redis-2.10.6.tar.gz";
1691 sha256 = "03vcgklykny0g0wpvqmy8p6azi2s078317wgb2xjv5m2rs9sjb52";
1691 sha256 = "03vcgklykny0g0wpvqmy8p6azi2s078317wgb2xjv5m2rs9sjb52";
1692 };
1692 };
1693 meta = {
1693 meta = {
1694 license = [ pkgs.lib.licenses.mit ];
1694 license = [ pkgs.lib.licenses.mit ];
1695 };
1695 };
1696 };
1696 };
1697 "repoze.lru" = super.buildPythonPackage {
1697 "repoze.lru" = super.buildPythonPackage {
1698 name = "repoze.lru-0.7";
1698 name = "repoze.lru-0.7";
1699 doCheck = false;
1699 doCheck = false;
1700 src = fetchurl {
1700 src = fetchurl {
1701 url = "https://files.pythonhosted.org/packages/12/bc/595a77c4b5e204847fdf19268314ef59c85193a9dc9f83630fc459c0fee5/repoze.lru-0.7.tar.gz";
1701 url = "https://files.pythonhosted.org/packages/12/bc/595a77c4b5e204847fdf19268314ef59c85193a9dc9f83630fc459c0fee5/repoze.lru-0.7.tar.gz";
1702 sha256 = "0xzz1aw2smy8hdszrq8yhnklx6w1r1mf55061kalw3iq35gafa84";
1702 sha256 = "0xzz1aw2smy8hdszrq8yhnklx6w1r1mf55061kalw3iq35gafa84";
1703 };
1703 };
1704 meta = {
1704 meta = {
1705 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1705 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1706 };
1706 };
1707 };
1707 };
1708 "repoze.sendmail" = super.buildPythonPackage {
1708 "repoze.sendmail" = super.buildPythonPackage {
1709 name = "repoze.sendmail-4.4.1";
1709 name = "repoze.sendmail-4.4.1";
1710 doCheck = false;
1710 doCheck = false;
1711 propagatedBuildInputs = [
1711 propagatedBuildInputs = [
1712 self."setuptools"
1712 self."setuptools"
1713 self."zope.interface"
1713 self."zope.interface"
1714 self."transaction"
1714 self."transaction"
1715 ];
1715 ];
1716 src = fetchurl {
1716 src = fetchurl {
1717 url = "https://files.pythonhosted.org/packages/12/4e/8ef1fd5c42765d712427b9c391419a77bd48877886d2cbc5e9f23c8cad9b/repoze.sendmail-4.4.1.tar.gz";
1717 url = "https://files.pythonhosted.org/packages/12/4e/8ef1fd5c42765d712427b9c391419a77bd48877886d2cbc5e9f23c8cad9b/repoze.sendmail-4.4.1.tar.gz";
1718 sha256 = "096ln02jr2afk7ab9j2czxqv2ryqq7m86ah572nqplx52iws73ks";
1718 sha256 = "096ln02jr2afk7ab9j2czxqv2ryqq7m86ah572nqplx52iws73ks";
1719 };
1719 };
1720 meta = {
1720 meta = {
1721 license = [ pkgs.lib.licenses.zpl21 ];
1721 license = [ pkgs.lib.licenses.zpl21 ];
1722 };
1722 };
1723 };
1723 };
1724 "requests" = super.buildPythonPackage {
1724 "requests" = super.buildPythonPackage {
1725 name = "requests-2.9.1";
1725 name = "requests-2.9.1";
1726 doCheck = false;
1726 doCheck = false;
1727 src = fetchurl {
1727 src = fetchurl {
1728 url = "https://files.pythonhosted.org/packages/f9/6d/07c44fb1ebe04d069459a189e7dab9e4abfe9432adcd4477367c25332748/requests-2.9.1.tar.gz";
1728 url = "https://files.pythonhosted.org/packages/f9/6d/07c44fb1ebe04d069459a189e7dab9e4abfe9432adcd4477367c25332748/requests-2.9.1.tar.gz";
1729 sha256 = "0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5";
1729 sha256 = "0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5";
1730 };
1730 };
1731 meta = {
1731 meta = {
1732 license = [ pkgs.lib.licenses.asl20 ];
1732 license = [ pkgs.lib.licenses.asl20 ];
1733 };
1733 };
1734 };
1734 };
1735 "rhodecode-enterprise-ce" = super.buildPythonPackage {
1735 "rhodecode-enterprise-ce" = super.buildPythonPackage {
1736 name = "rhodecode-enterprise-ce-4.17.0";
1736 name = "rhodecode-enterprise-ce-4.17.0";
1737 buildInputs = [
1737 buildInputs = [
1738 self."pytest"
1738 self."pytest"
1739 self."py"
1739 self."py"
1740 self."pytest-cov"
1740 self."pytest-cov"
1741 self."pytest-sugar"
1741 self."pytest-sugar"
1742 self."pytest-runner"
1742 self."pytest-runner"
1743 self."pytest-profiling"
1743 self."pytest-profiling"
1744 self."pytest-timeout"
1744 self."pytest-timeout"
1745 self."gprof2dot"
1745 self."gprof2dot"
1746 self."mock"
1746 self."mock"
1747 self."cov-core"
1747 self."cov-core"
1748 self."coverage"
1748 self."coverage"
1749 self."webtest"
1749 self."webtest"
1750 self."beautifulsoup4"
1750 self."beautifulsoup4"
1751 self."configobj"
1751 self."configobj"
1752 ];
1752 ];
1753 doCheck = true;
1753 doCheck = true;
1754 propagatedBuildInputs = [
1754 propagatedBuildInputs = [
1755 self."setuptools-scm"
1755 self."setuptools-scm"
1756 self."amqp"
1756 self."amqp"
1757 self."authomatic"
1757 self."authomatic"
1758 self."babel"
1758 self."babel"
1759 self."beaker"
1759 self."beaker"
1760 self."bleach"
1760 self."bleach"
1761 self."celery"
1761 self."celery"
1762 self."channelstream"
1762 self."channelstream"
1763 self."cryptography"
1764 self."click"
1763 self."click"
1765 self."colander"
1764 self."colander"
1766 self."configobj"
1765 self."configobj"
1767 self."cssselect"
1766 self."cssselect"
1767 self."cryptography"
1768 self."decorator"
1768 self."decorator"
1769 self."deform"
1769 self."deform"
1770 self."docutils"
1770 self."docutils"
1771 self."dogpile.cache"
1771 self."dogpile.cache"
1772 self."dogpile.core"
1772 self."dogpile.core"
1773 self."formencode"
1773 self."formencode"
1774 self."future"
1774 self."future"
1775 self."futures"
1775 self."futures"
1776 self."infrae.cache"
1776 self."infrae.cache"
1777 self."iso8601"
1777 self."iso8601"
1778 self."itsdangerous"
1778 self."itsdangerous"
1779 self."kombu"
1779 self."kombu"
1780 self."lxml"
1780 self."lxml"
1781 self."mako"
1781 self."mako"
1782 self."markdown"
1782 self."markdown"
1783 self."markupsafe"
1783 self."markupsafe"
1784 self."msgpack-python"
1784 self."msgpack-python"
1785 self."pyotp"
1785 self."pyotp"
1786 self."packaging"
1786 self."packaging"
1787 self."paste"
1787 self."paste"
1788 self."pastedeploy"
1788 self."pastedeploy"
1789 self."pastescript"
1789 self."pastescript"
1790 self."peppercorn"
1790 self."peppercorn"
1791 self."psutil"
1791 self."psutil"
1792 self."py-bcrypt"
1792 self."py-bcrypt"
1793 self."pycurl"
1793 self."pycurl"
1794 self."pycrypto"
1794 self."pycrypto"
1795 self."pygments"
1795 self."pygments"
1796 self."pyparsing"
1796 self."pyparsing"
1797 self."pyramid-beaker"
1797 self."pyramid-beaker"
1798 self."pyramid-debugtoolbar"
1798 self."pyramid-debugtoolbar"
1799 self."pyramid-mako"
1799 self."pyramid-mako"
1800 self."pyramid"
1800 self."pyramid"
1801 self."pyramid-mailer"
1801 self."pyramid-mailer"
1802 self."python-dateutil"
1802 self."python-dateutil"
1803 self."python-ldap"
1803 self."python-ldap"
1804 self."python-memcached"
1804 self."python-memcached"
1805 self."python-pam"
1805 self."python-pam"
1806 self."python-saml"
1806 self."python-saml"
1807 self."pytz"
1807 self."pytz"
1808 self."tzlocal"
1808 self."tzlocal"
1809 self."pyzmq"
1809 self."pyzmq"
1810 self."py-gfm"
1810 self."py-gfm"
1811 self."redis"
1811 self."redis"
1812 self."repoze.lru"
1812 self."repoze.lru"
1813 self."requests"
1813 self."requests"
1814 self."routes"
1814 self."routes"
1815 self."simplejson"
1815 self."simplejson"
1816 self."six"
1816 self."six"
1817 self."sqlalchemy"
1817 self."sqlalchemy"
1818 self."sshpubkeys"
1818 self."sshpubkeys"
1819 self."subprocess32"
1819 self."subprocess32"
1820 self."supervisor"
1820 self."supervisor"
1821 self."translationstring"
1821 self."translationstring"
1822 self."urllib3"
1822 self."urllib3"
1823 self."urlobject"
1823 self."urlobject"
1824 self."venusian"
1824 self."venusian"
1825 self."weberror"
1825 self."weberror"
1826 self."webhelpers2"
1826 self."webhelpers2"
1827 self."webhelpers"
1827 self."webhelpers"
1828 self."webob"
1828 self."webob"
1829 self."whoosh"
1829 self."whoosh"
1830 self."wsgiref"
1830 self."wsgiref"
1831 self."zope.cachedescriptors"
1831 self."zope.cachedescriptors"
1832 self."zope.deprecation"
1832 self."zope.deprecation"
1833 self."zope.event"
1833 self."zope.event"
1834 self."zope.interface"
1834 self."zope.interface"
1835 self."mysql-python"
1835 self."mysql-python"
1836 self."pymysql"
1836 self."pymysql"
1837 self."pysqlite"
1837 self."pysqlite"
1838 self."psycopg2"
1838 self."psycopg2"
1839 self."nbconvert"
1839 self."nbconvert"
1840 self."nbformat"
1840 self."nbformat"
1841 self."jupyter-client"
1841 self."jupyter-client"
1842 self."alembic"
1842 self."alembic"
1843 self."invoke"
1843 self."invoke"
1844 self."bumpversion"
1844 self."bumpversion"
1845 self."gevent"
1845 self."gevent"
1846 self."greenlet"
1846 self."greenlet"
1847 self."gunicorn"
1847 self."gunicorn"
1848 self."waitress"
1848 self."waitress"
1849 self."ipdb"
1849 self."ipdb"
1850 self."ipython"
1850 self."ipython"
1851 self."rhodecode-tools"
1851 self."rhodecode-tools"
1852 self."appenlight-client"
1852 self."appenlight-client"
1853 self."pytest"
1853 self."pytest"
1854 self."py"
1854 self."py"
1855 self."pytest-cov"
1855 self."pytest-cov"
1856 self."pytest-sugar"
1856 self."pytest-sugar"
1857 self."pytest-runner"
1857 self."pytest-runner"
1858 self."pytest-profiling"
1858 self."pytest-profiling"
1859 self."pytest-timeout"
1859 self."pytest-timeout"
1860 self."gprof2dot"
1860 self."gprof2dot"
1861 self."mock"
1861 self."mock"
1862 self."cov-core"
1862 self."cov-core"
1863 self."coverage"
1863 self."coverage"
1864 self."webtest"
1864 self."webtest"
1865 self."beautifulsoup4"
1865 self."beautifulsoup4"
1866 ];
1866 ];
1867 src = ./.;
1867 src = ./.;
1868 meta = {
1868 meta = {
1869 license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ];
1869 license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ];
1870 };
1870 };
1871 };
1871 };
1872 "rhodecode-tools" = super.buildPythonPackage {
1872 "rhodecode-tools" = super.buildPythonPackage {
1873 name = "rhodecode-tools-1.2.1";
1873 name = "rhodecode-tools-1.2.1";
1874 doCheck = false;
1874 doCheck = false;
1875 propagatedBuildInputs = [
1875 propagatedBuildInputs = [
1876 self."click"
1876 self."click"
1877 self."future"
1877 self."future"
1878 self."six"
1878 self."six"
1879 self."mako"
1879 self."mako"
1880 self."markupsafe"
1880 self."markupsafe"
1881 self."requests"
1881 self."requests"
1882 self."urllib3"
1882 self."urllib3"
1883 self."whoosh"
1883 self."whoosh"
1884 self."elasticsearch"
1884 self."elasticsearch"
1885 self."elasticsearch-dsl"
1885 self."elasticsearch-dsl"
1886 self."elasticsearch2"
1886 self."elasticsearch2"
1887 self."elasticsearch1-dsl"
1887 self."elasticsearch1-dsl"
1888 ];
1888 ];
1889 src = fetchurl {
1889 src = fetchurl {
1890 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v1.2.1.tar.gz?md5=25bc2f7de1da318e547236d3fb463d28";
1890 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v1.2.1.tar.gz?md5=25bc2f7de1da318e547236d3fb463d28";
1891 sha256 = "1k8l3s4mvshza1zay6dfxprq54fyb5dc85dqdva9wa3f466y0adk";
1891 sha256 = "1k8l3s4mvshza1zay6dfxprq54fyb5dc85dqdva9wa3f466y0adk";
1892 };
1892 };
1893 meta = {
1893 meta = {
1894 license = [ { fullName = "Apache 2.0 and Proprietary"; } ];
1894 license = [ { fullName = "Apache 2.0 and Proprietary"; } ];
1895 };
1895 };
1896 };
1896 };
1897 "routes" = super.buildPythonPackage {
1897 "routes" = super.buildPythonPackage {
1898 name = "routes-2.4.1";
1898 name = "routes-2.4.1";
1899 doCheck = false;
1899 doCheck = false;
1900 propagatedBuildInputs = [
1900 propagatedBuildInputs = [
1901 self."six"
1901 self."six"
1902 self."repoze.lru"
1902 self."repoze.lru"
1903 ];
1903 ];
1904 src = fetchurl {
1904 src = fetchurl {
1905 url = "https://files.pythonhosted.org/packages/33/38/ea827837e68d9c7dde4cff7ec122a93c319f0effc08ce92a17095576603f/Routes-2.4.1.tar.gz";
1905 url = "https://files.pythonhosted.org/packages/33/38/ea827837e68d9c7dde4cff7ec122a93c319f0effc08ce92a17095576603f/Routes-2.4.1.tar.gz";
1906 sha256 = "1zamff3m0kc4vyfniyhxpkkcqv1rrgnmh37ykxv34nna1ws47vi6";
1906 sha256 = "1zamff3m0kc4vyfniyhxpkkcqv1rrgnmh37ykxv34nna1ws47vi6";
1907 };
1907 };
1908 meta = {
1908 meta = {
1909 license = [ pkgs.lib.licenses.mit ];
1909 license = [ pkgs.lib.licenses.mit ];
1910 };
1910 };
1911 };
1911 };
1912 "scandir" = super.buildPythonPackage {
1912 "scandir" = super.buildPythonPackage {
1913 name = "scandir-1.10.0";
1913 name = "scandir-1.10.0";
1914 doCheck = false;
1914 doCheck = false;
1915 src = fetchurl {
1915 src = fetchurl {
1916 url = "https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz";
1916 url = "https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz";
1917 sha256 = "1bkqwmf056pkchf05ywbnf659wqlp6lljcdb0y88wr9f0vv32ijd";
1917 sha256 = "1bkqwmf056pkchf05ywbnf659wqlp6lljcdb0y88wr9f0vv32ijd";
1918 };
1918 };
1919 meta = {
1919 meta = {
1920 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "New BSD License"; } ];
1920 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "New BSD License"; } ];
1921 };
1921 };
1922 };
1922 };
1923 "setproctitle" = super.buildPythonPackage {
1923 "setproctitle" = super.buildPythonPackage {
1924 name = "setproctitle-1.1.10";
1924 name = "setproctitle-1.1.10";
1925 doCheck = false;
1925 doCheck = false;
1926 src = fetchurl {
1926 src = fetchurl {
1927 url = "https://files.pythonhosted.org/packages/5a/0d/dc0d2234aacba6cf1a729964383e3452c52096dc695581248b548786f2b3/setproctitle-1.1.10.tar.gz";
1927 url = "https://files.pythonhosted.org/packages/5a/0d/dc0d2234aacba6cf1a729964383e3452c52096dc695581248b548786f2b3/setproctitle-1.1.10.tar.gz";
1928 sha256 = "163kplw9dcrw0lffq1bvli5yws3rngpnvrxrzdw89pbphjjvg0v2";
1928 sha256 = "163kplw9dcrw0lffq1bvli5yws3rngpnvrxrzdw89pbphjjvg0v2";
1929 };
1929 };
1930 meta = {
1930 meta = {
1931 license = [ pkgs.lib.licenses.bsdOriginal ];
1931 license = [ pkgs.lib.licenses.bsdOriginal ];
1932 };
1932 };
1933 };
1933 };
1934 "setuptools" = super.buildPythonPackage {
1934 "setuptools" = super.buildPythonPackage {
1935 name = "setuptools-40.8.0";
1935 name = "setuptools-40.8.0";
1936 doCheck = false;
1936 doCheck = false;
1937 src = fetchurl {
1937 src = fetchurl {
1938 url = "https://files.pythonhosted.org/packages/c2/f7/c7b501b783e5a74cf1768bc174ee4fb0a8a6ee5af6afa92274ff964703e0/setuptools-40.8.0.zip";
1938 url = "https://files.pythonhosted.org/packages/c2/f7/c7b501b783e5a74cf1768bc174ee4fb0a8a6ee5af6afa92274ff964703e0/setuptools-40.8.0.zip";
1939 sha256 = "0k9hifpgahnw2a26w3cr346iy733k6d3nwh3f7g9m13y6f8fqkkf";
1939 sha256 = "0k9hifpgahnw2a26w3cr346iy733k6d3nwh3f7g9m13y6f8fqkkf";
1940 };
1940 };
1941 meta = {
1941 meta = {
1942 license = [ pkgs.lib.licenses.mit ];
1942 license = [ pkgs.lib.licenses.mit ];
1943 };
1943 };
1944 };
1944 };
1945 "setuptools-scm" = super.buildPythonPackage {
1945 "setuptools-scm" = super.buildPythonPackage {
1946 name = "setuptools-scm-2.1.0";
1946 name = "setuptools-scm-2.1.0";
1947 doCheck = false;
1947 doCheck = false;
1948 src = fetchurl {
1948 src = fetchurl {
1949 url = "https://files.pythonhosted.org/packages/e5/62/f9e1ac314464eb5945c97542acb6bf6f3381dfa5d7a658de7730c36f31a1/setuptools_scm-2.1.0.tar.gz";
1949 url = "https://files.pythonhosted.org/packages/e5/62/f9e1ac314464eb5945c97542acb6bf6f3381dfa5d7a658de7730c36f31a1/setuptools_scm-2.1.0.tar.gz";
1950 sha256 = "0yb364cgk15sfw3x8ln4ssh98z1dj6n8iiz4r2rw1cfsxhgi8rx7";
1950 sha256 = "0yb364cgk15sfw3x8ln4ssh98z1dj6n8iiz4r2rw1cfsxhgi8rx7";
1951 };
1951 };
1952 meta = {
1952 meta = {
1953 license = [ pkgs.lib.licenses.mit ];
1953 license = [ pkgs.lib.licenses.mit ];
1954 };
1954 };
1955 };
1955 };
1956 "simplegeneric" = super.buildPythonPackage {
1956 "simplegeneric" = super.buildPythonPackage {
1957 name = "simplegeneric-0.8.1";
1957 name = "simplegeneric-0.8.1";
1958 doCheck = false;
1958 doCheck = false;
1959 src = fetchurl {
1959 src = fetchurl {
1960 url = "https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip";
1960 url = "https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip";
1961 sha256 = "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw";
1961 sha256 = "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw";
1962 };
1962 };
1963 meta = {
1963 meta = {
1964 license = [ pkgs.lib.licenses.zpl21 ];
1964 license = [ pkgs.lib.licenses.zpl21 ];
1965 };
1965 };
1966 };
1966 };
1967 "simplejson" = super.buildPythonPackage {
1967 "simplejson" = super.buildPythonPackage {
1968 name = "simplejson-3.16.0";
1968 name = "simplejson-3.16.0";
1969 doCheck = false;
1969 doCheck = false;
1970 src = fetchurl {
1970 src = fetchurl {
1971 url = "https://files.pythonhosted.org/packages/e3/24/c35fb1c1c315fc0fffe61ea00d3f88e85469004713dab488dee4f35b0aff/simplejson-3.16.0.tar.gz";
1971 url = "https://files.pythonhosted.org/packages/e3/24/c35fb1c1c315fc0fffe61ea00d3f88e85469004713dab488dee4f35b0aff/simplejson-3.16.0.tar.gz";
1972 sha256 = "19cws1syk8jzq2pw43878dv6fjkb0ifvjpx0i9aajix6kc9jkwxi";
1972 sha256 = "19cws1syk8jzq2pw43878dv6fjkb0ifvjpx0i9aajix6kc9jkwxi";
1973 };
1973 };
1974 meta = {
1974 meta = {
1975 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
1975 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
1976 };
1976 };
1977 };
1977 };
1978 "six" = super.buildPythonPackage {
1978 "six" = super.buildPythonPackage {
1979 name = "six-1.11.0";
1979 name = "six-1.11.0";
1980 doCheck = false;
1980 doCheck = false;
1981 src = fetchurl {
1981 src = fetchurl {
1982 url = "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz";
1982 url = "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz";
1983 sha256 = "1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h";
1983 sha256 = "1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h";
1984 };
1984 };
1985 meta = {
1985 meta = {
1986 license = [ pkgs.lib.licenses.mit ];
1986 license = [ pkgs.lib.licenses.mit ];
1987 };
1987 };
1988 };
1988 };
1989 "sqlalchemy" = super.buildPythonPackage {
1989 "sqlalchemy" = super.buildPythonPackage {
1990 name = "sqlalchemy-1.1.18";
1990 name = "sqlalchemy-1.1.18";
1991 doCheck = false;
1991 doCheck = false;
1992 src = fetchurl {
1992 src = fetchurl {
1993 url = "https://files.pythonhosted.org/packages/cc/4d/96d93ff77cd67aca7618e402191eee3490d8f5f245d6ab7622d35fe504f4/SQLAlchemy-1.1.18.tar.gz";
1993 url = "https://files.pythonhosted.org/packages/cc/4d/96d93ff77cd67aca7618e402191eee3490d8f5f245d6ab7622d35fe504f4/SQLAlchemy-1.1.18.tar.gz";
1994 sha256 = "1ab4ysip6irajfbxl9wy27kv76miaz8h6759hfx92499z4dcf3lb";
1994 sha256 = "1ab4ysip6irajfbxl9wy27kv76miaz8h6759hfx92499z4dcf3lb";
1995 };
1995 };
1996 meta = {
1996 meta = {
1997 license = [ pkgs.lib.licenses.mit ];
1997 license = [ pkgs.lib.licenses.mit ];
1998 };
1998 };
1999 };
1999 };
2000 "sshpubkeys" = super.buildPythonPackage {
2000 "sshpubkeys" = super.buildPythonPackage {
2001 name = "sshpubkeys-3.1.0";
2001 name = "sshpubkeys-3.1.0";
2002 doCheck = false;
2002 doCheck = false;
2003 propagatedBuildInputs = [
2003 propagatedBuildInputs = [
2004 self."cryptography"
2004 self."cryptography"
2005 self."ecdsa"
2005 self."ecdsa"
2006 ];
2006 ];
2007 src = fetchurl {
2007 src = fetchurl {
2008 url = "https://files.pythonhosted.org/packages/00/23/f7508a12007c96861c3da811992f14283d79c819d71a217b3e12d5196649/sshpubkeys-3.1.0.tar.gz";
2008 url = "https://files.pythonhosted.org/packages/00/23/f7508a12007c96861c3da811992f14283d79c819d71a217b3e12d5196649/sshpubkeys-3.1.0.tar.gz";
2009 sha256 = "105g2li04nm1hb15a2y6hm9m9k7fbrkd5l3gy12w3kgcmsf3k25k";
2009 sha256 = "105g2li04nm1hb15a2y6hm9m9k7fbrkd5l3gy12w3kgcmsf3k25k";
2010 };
2010 };
2011 meta = {
2011 meta = {
2012 license = [ pkgs.lib.licenses.bsdOriginal ];
2012 license = [ pkgs.lib.licenses.bsdOriginal ];
2013 };
2013 };
2014 };
2014 };
2015 "subprocess32" = super.buildPythonPackage {
2015 "subprocess32" = super.buildPythonPackage {
2016 name = "subprocess32-3.5.3";
2016 name = "subprocess32-3.5.3";
2017 doCheck = false;
2017 doCheck = false;
2018 src = fetchurl {
2018 src = fetchurl {
2019 url = "https://files.pythonhosted.org/packages/be/2b/beeba583e9877e64db10b52a96915afc0feabf7144dcbf2a0d0ea68bf73d/subprocess32-3.5.3.tar.gz";
2019 url = "https://files.pythonhosted.org/packages/be/2b/beeba583e9877e64db10b52a96915afc0feabf7144dcbf2a0d0ea68bf73d/subprocess32-3.5.3.tar.gz";
2020 sha256 = "1hr5fan8i719hmlmz73hf8rhq74014w07d8ryg7krvvf6692kj3b";
2020 sha256 = "1hr5fan8i719hmlmz73hf8rhq74014w07d8ryg7krvvf6692kj3b";
2021 };
2021 };
2022 meta = {
2022 meta = {
2023 license = [ pkgs.lib.licenses.psfl ];
2023 license = [ pkgs.lib.licenses.psfl ];
2024 };
2024 };
2025 };
2025 };
2026 "supervisor" = super.buildPythonPackage {
2026 "supervisor" = super.buildPythonPackage {
2027 name = "supervisor-3.3.5";
2027 name = "supervisor-3.3.5";
2028 doCheck = false;
2028 doCheck = false;
2029 propagatedBuildInputs = [
2029 propagatedBuildInputs = [
2030 self."meld3"
2030 self."meld3"
2031 ];
2031 ];
2032 src = fetchurl {
2032 src = fetchurl {
2033 url = "https://files.pythonhosted.org/packages/ba/65/92575a8757ed576beaee59251f64a3287bde82bdc03964b89df9e1d29e1b/supervisor-3.3.5.tar.gz";
2033 url = "https://files.pythonhosted.org/packages/ba/65/92575a8757ed576beaee59251f64a3287bde82bdc03964b89df9e1d29e1b/supervisor-3.3.5.tar.gz";
2034 sha256 = "1w3ahridzbc6rxfpbyx8lij6pjlcgf2ymzyg53llkjqxalp6sk8v";
2034 sha256 = "1w3ahridzbc6rxfpbyx8lij6pjlcgf2ymzyg53llkjqxalp6sk8v";
2035 };
2035 };
2036 meta = {
2036 meta = {
2037 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
2037 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
2038 };
2038 };
2039 };
2039 };
2040 "tempita" = super.buildPythonPackage {
2040 "tempita" = super.buildPythonPackage {
2041 name = "tempita-0.5.2";
2041 name = "tempita-0.5.2";
2042 doCheck = false;
2042 doCheck = false;
2043 src = fetchurl {
2043 src = fetchurl {
2044 url = "https://files.pythonhosted.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz";
2044 url = "https://files.pythonhosted.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz";
2045 sha256 = "177wwq45slfyajd8csy477bmdmzipyw0dm7i85k3akb7m85wzkna";
2045 sha256 = "177wwq45slfyajd8csy477bmdmzipyw0dm7i85k3akb7m85wzkna";
2046 };
2046 };
2047 meta = {
2047 meta = {
2048 license = [ pkgs.lib.licenses.mit ];
2048 license = [ pkgs.lib.licenses.mit ];
2049 };
2049 };
2050 };
2050 };
2051 "termcolor" = super.buildPythonPackage {
2051 "termcolor" = super.buildPythonPackage {
2052 name = "termcolor-1.1.0";
2052 name = "termcolor-1.1.0";
2053 doCheck = false;
2053 doCheck = false;
2054 src = fetchurl {
2054 src = fetchurl {
2055 url = "https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz";
2055 url = "https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz";
2056 sha256 = "0fv1vq14rpqwgazxg4981904lfyp84mnammw7y046491cv76jv8x";
2056 sha256 = "0fv1vq14rpqwgazxg4981904lfyp84mnammw7y046491cv76jv8x";
2057 };
2057 };
2058 meta = {
2058 meta = {
2059 license = [ pkgs.lib.licenses.mit ];
2059 license = [ pkgs.lib.licenses.mit ];
2060 };
2060 };
2061 };
2061 };
2062 "testpath" = super.buildPythonPackage {
2062 "testpath" = super.buildPythonPackage {
2063 name = "testpath-0.4.2";
2063 name = "testpath-0.4.2";
2064 doCheck = false;
2064 doCheck = false;
2065 src = fetchurl {
2065 src = fetchurl {
2066 url = "https://files.pythonhosted.org/packages/06/30/9a7e917066d851d8b4117e85794b5f14516419ea714a8a2681ec6aa8a981/testpath-0.4.2.tar.gz";
2066 url = "https://files.pythonhosted.org/packages/06/30/9a7e917066d851d8b4117e85794b5f14516419ea714a8a2681ec6aa8a981/testpath-0.4.2.tar.gz";
2067 sha256 = "1y40hywscnnyb734pnzm55nd8r8kp1072bjxbil83gcd53cv755n";
2067 sha256 = "1y40hywscnnyb734pnzm55nd8r8kp1072bjxbil83gcd53cv755n";
2068 };
2068 };
2069 meta = {
2069 meta = {
2070 license = [ ];
2070 license = [ ];
2071 };
2071 };
2072 };
2072 };
2073 "traitlets" = super.buildPythonPackage {
2073 "traitlets" = super.buildPythonPackage {
2074 name = "traitlets-4.3.2";
2074 name = "traitlets-4.3.2";
2075 doCheck = false;
2075 doCheck = false;
2076 propagatedBuildInputs = [
2076 propagatedBuildInputs = [
2077 self."ipython-genutils"
2077 self."ipython-genutils"
2078 self."six"
2078 self."six"
2079 self."decorator"
2079 self."decorator"
2080 self."enum34"
2080 self."enum34"
2081 ];
2081 ];
2082 src = fetchurl {
2082 src = fetchurl {
2083 url = "https://files.pythonhosted.org/packages/a5/98/7f5ef2fe9e9e071813aaf9cb91d1a732e0a68b6c44a32b38cb8e14c3f069/traitlets-4.3.2.tar.gz";
2083 url = "https://files.pythonhosted.org/packages/a5/98/7f5ef2fe9e9e071813aaf9cb91d1a732e0a68b6c44a32b38cb8e14c3f069/traitlets-4.3.2.tar.gz";
2084 sha256 = "0dbq7sx26xqz5ixs711k5nc88p8a0nqyz6162pwks5dpcz9d4jww";
2084 sha256 = "0dbq7sx26xqz5ixs711k5nc88p8a0nqyz6162pwks5dpcz9d4jww";
2085 };
2085 };
2086 meta = {
2086 meta = {
2087 license = [ pkgs.lib.licenses.bsdOriginal ];
2087 license = [ pkgs.lib.licenses.bsdOriginal ];
2088 };
2088 };
2089 };
2089 };
2090 "transaction" = super.buildPythonPackage {
2090 "transaction" = super.buildPythonPackage {
2091 name = "transaction-2.4.0";
2091 name = "transaction-2.4.0";
2092 doCheck = false;
2092 doCheck = false;
2093 propagatedBuildInputs = [
2093 propagatedBuildInputs = [
2094 self."zope.interface"
2094 self."zope.interface"
2095 ];
2095 ];
2096 src = fetchurl {
2096 src = fetchurl {
2097 url = "https://files.pythonhosted.org/packages/9d/7d/0e8af0d059e052b9dcf2bb5a08aad20ae3e238746bdd3f8701a60969b363/transaction-2.4.0.tar.gz";
2097 url = "https://files.pythonhosted.org/packages/9d/7d/0e8af0d059e052b9dcf2bb5a08aad20ae3e238746bdd3f8701a60969b363/transaction-2.4.0.tar.gz";
2098 sha256 = "17wz1y524ca07vr03yddy8dv0gbscs06dbdywmllxv5rc725jq3j";
2098 sha256 = "17wz1y524ca07vr03yddy8dv0gbscs06dbdywmllxv5rc725jq3j";
2099 };
2099 };
2100 meta = {
2100 meta = {
2101 license = [ pkgs.lib.licenses.zpl21 ];
2101 license = [ pkgs.lib.licenses.zpl21 ];
2102 };
2102 };
2103 };
2103 };
2104 "translationstring" = super.buildPythonPackage {
2104 "translationstring" = super.buildPythonPackage {
2105 name = "translationstring-1.3";
2105 name = "translationstring-1.3";
2106 doCheck = false;
2106 doCheck = false;
2107 src = fetchurl {
2107 src = fetchurl {
2108 url = "https://files.pythonhosted.org/packages/5e/eb/bee578cc150b44c653b63f5ebe258b5d0d812ddac12497e5f80fcad5d0b4/translationstring-1.3.tar.gz";
2108 url = "https://files.pythonhosted.org/packages/5e/eb/bee578cc150b44c653b63f5ebe258b5d0d812ddac12497e5f80fcad5d0b4/translationstring-1.3.tar.gz";
2109 sha256 = "0bdpcnd9pv0131dl08h4zbcwmgc45lyvq3pa224xwan5b3x4rr2f";
2109 sha256 = "0bdpcnd9pv0131dl08h4zbcwmgc45lyvq3pa224xwan5b3x4rr2f";
2110 };
2110 };
2111 meta = {
2111 meta = {
2112 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
2112 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
2113 };
2113 };
2114 };
2114 };
2115 "tzlocal" = super.buildPythonPackage {
2115 "tzlocal" = super.buildPythonPackage {
2116 name = "tzlocal-1.5.1";
2116 name = "tzlocal-1.5.1";
2117 doCheck = false;
2117 doCheck = false;
2118 propagatedBuildInputs = [
2118 propagatedBuildInputs = [
2119 self."pytz"
2119 self."pytz"
2120 ];
2120 ];
2121 src = fetchurl {
2121 src = fetchurl {
2122 url = "https://files.pythonhosted.org/packages/cb/89/e3687d3ed99bc882793f82634e9824e62499fdfdc4b1ae39e211c5b05017/tzlocal-1.5.1.tar.gz";
2122 url = "https://files.pythonhosted.org/packages/cb/89/e3687d3ed99bc882793f82634e9824e62499fdfdc4b1ae39e211c5b05017/tzlocal-1.5.1.tar.gz";
2123 sha256 = "0kiciwiqx0bv0fbc913idxibc4ygg4cb7f8rcpd9ij2shi4bigjf";
2123 sha256 = "0kiciwiqx0bv0fbc913idxibc4ygg4cb7f8rcpd9ij2shi4bigjf";
2124 };
2124 };
2125 meta = {
2125 meta = {
2126 license = [ pkgs.lib.licenses.mit ];
2126 license = [ pkgs.lib.licenses.mit ];
2127 };
2127 };
2128 };
2128 };
2129 "urllib3" = super.buildPythonPackage {
2129 "urllib3" = super.buildPythonPackage {
2130 name = "urllib3-1.24.1";
2130 name = "urllib3-1.24.1";
2131 doCheck = false;
2131 doCheck = false;
2132 src = fetchurl {
2132 src = fetchurl {
2133 url = "https://files.pythonhosted.org/packages/b1/53/37d82ab391393565f2f831b8eedbffd57db5a718216f82f1a8b4d381a1c1/urllib3-1.24.1.tar.gz";
2133 url = "https://files.pythonhosted.org/packages/b1/53/37d82ab391393565f2f831b8eedbffd57db5a718216f82f1a8b4d381a1c1/urllib3-1.24.1.tar.gz";
2134 sha256 = "08lwd9f3hqznyf32vnzwvp87pchx062nkbgyrf67rwlkgj0jk5fy";
2134 sha256 = "08lwd9f3hqznyf32vnzwvp87pchx062nkbgyrf67rwlkgj0jk5fy";
2135 };
2135 };
2136 meta = {
2136 meta = {
2137 license = [ pkgs.lib.licenses.mit ];
2137 license = [ pkgs.lib.licenses.mit ];
2138 };
2138 };
2139 };
2139 };
2140 "urlobject" = super.buildPythonPackage {
2140 "urlobject" = super.buildPythonPackage {
2141 name = "urlobject-2.4.3";
2141 name = "urlobject-2.4.3";
2142 doCheck = false;
2142 doCheck = false;
2143 src = fetchurl {
2143 src = fetchurl {
2144 url = "https://files.pythonhosted.org/packages/e2/b8/1d0a916f4b34c4618846e6da0e4eeaa8fcb4a2f39e006434fe38acb74b34/URLObject-2.4.3.tar.gz";
2144 url = "https://files.pythonhosted.org/packages/e2/b8/1d0a916f4b34c4618846e6da0e4eeaa8fcb4a2f39e006434fe38acb74b34/URLObject-2.4.3.tar.gz";
2145 sha256 = "1ahc8ficzfvr2avln71immfh4ls0zyv6cdaa5xmkdj5rd87f5cj7";
2145 sha256 = "1ahc8ficzfvr2avln71immfh4ls0zyv6cdaa5xmkdj5rd87f5cj7";
2146 };
2146 };
2147 meta = {
2147 meta = {
2148 license = [ pkgs.lib.licenses.publicDomain ];
2148 license = [ pkgs.lib.licenses.publicDomain ];
2149 };
2149 };
2150 };
2150 };
2151 "venusian" = super.buildPythonPackage {
2151 "venusian" = super.buildPythonPackage {
2152 name = "venusian-1.2.0";
2152 name = "venusian-1.2.0";
2153 doCheck = false;
2153 doCheck = false;
2154 src = fetchurl {
2154 src = fetchurl {
2155 url = "https://files.pythonhosted.org/packages/7e/6f/40a9d43ac77cb51cb62be5b5662d170f43f8037bdc4eab56336c4ca92bb7/venusian-1.2.0.tar.gz";
2155 url = "https://files.pythonhosted.org/packages/7e/6f/40a9d43ac77cb51cb62be5b5662d170f43f8037bdc4eab56336c4ca92bb7/venusian-1.2.0.tar.gz";
2156 sha256 = "0ghyx66g8ikx9nx1mnwqvdcqm11i1vlq0hnvwl50s48bp22q5v34";
2156 sha256 = "0ghyx66g8ikx9nx1mnwqvdcqm11i1vlq0hnvwl50s48bp22q5v34";
2157 };
2157 };
2158 meta = {
2158 meta = {
2159 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
2159 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
2160 };
2160 };
2161 };
2161 };
2162 "vine" = super.buildPythonPackage {
2162 "vine" = super.buildPythonPackage {
2163 name = "vine-1.2.0";
2163 name = "vine-1.3.0";
2164 doCheck = false;
2164 doCheck = false;
2165 src = fetchurl {
2165 src = fetchurl {
2166 url = "https://files.pythonhosted.org/packages/46/1a/c94317efa98040c5d50fe3cf9080cafb0372ff5afb0283dc018c751c6746/vine-1.2.0.tar.gz";
2166 url = "https://files.pythonhosted.org/packages/1c/e1/79fb8046e607dd6c2ad05c9b8ebac9d0bd31d086a08f02699e96fc5b3046/vine-1.3.0.tar.gz";
2167 sha256 = "0xjz2sjbr5jrpjk411b7alkghdskhphgsqqrbi7abqfh2pli6j7f";
2167 sha256 = "11ydsbhl1vabndc2r979dv61s6j2b0giq6dgvryifvq1m7bycghk";
2168 };
2168 };
2169 meta = {
2169 meta = {
2170 license = [ pkgs.lib.licenses.bsdOriginal ];
2170 license = [ pkgs.lib.licenses.bsdOriginal ];
2171 };
2171 };
2172 };
2172 };
2173 "waitress" = super.buildPythonPackage {
2173 "waitress" = super.buildPythonPackage {
2174 name = "waitress-1.1.0";
2174 name = "waitress-1.1.0";
2175 doCheck = false;
2175 doCheck = false;
2176 src = fetchurl {
2176 src = fetchurl {
2177 url = "https://files.pythonhosted.org/packages/3c/68/1c10dd5c556872ceebe88483b0436140048d39de83a84a06a8baa8136f4f/waitress-1.1.0.tar.gz";
2177 url = "https://files.pythonhosted.org/packages/3c/68/1c10dd5c556872ceebe88483b0436140048d39de83a84a06a8baa8136f4f/waitress-1.1.0.tar.gz";
2178 sha256 = "1a85gyji0kajc3p0s1pwwfm06w4wfxjkvvl4rnrz3h164kbd6g6k";
2178 sha256 = "1a85gyji0kajc3p0s1pwwfm06w4wfxjkvvl4rnrz3h164kbd6g6k";
2179 };
2179 };
2180 meta = {
2180 meta = {
2181 license = [ pkgs.lib.licenses.zpl21 ];
2181 license = [ pkgs.lib.licenses.zpl21 ];
2182 };
2182 };
2183 };
2183 };
2184 "wcwidth" = super.buildPythonPackage {
2184 "wcwidth" = super.buildPythonPackage {
2185 name = "wcwidth-0.1.7";
2185 name = "wcwidth-0.1.7";
2186 doCheck = false;
2186 doCheck = false;
2187 src = fetchurl {
2187 src = fetchurl {
2188 url = "https://files.pythonhosted.org/packages/55/11/e4a2bb08bb450fdbd42cc709dd40de4ed2c472cf0ccb9e64af22279c5495/wcwidth-0.1.7.tar.gz";
2188 url = "https://files.pythonhosted.org/packages/55/11/e4a2bb08bb450fdbd42cc709dd40de4ed2c472cf0ccb9e64af22279c5495/wcwidth-0.1.7.tar.gz";
2189 sha256 = "0pn6dflzm609m4r3i8ik5ni9ijjbb5fa3vg1n7hn6vkd49r77wrx";
2189 sha256 = "0pn6dflzm609m4r3i8ik5ni9ijjbb5fa3vg1n7hn6vkd49r77wrx";
2190 };
2190 };
2191 meta = {
2191 meta = {
2192 license = [ pkgs.lib.licenses.mit ];
2192 license = [ pkgs.lib.licenses.mit ];
2193 };
2193 };
2194 };
2194 };
2195 "webencodings" = super.buildPythonPackage {
2195 "webencodings" = super.buildPythonPackage {
2196 name = "webencodings-0.5.1";
2196 name = "webencodings-0.5.1";
2197 doCheck = false;
2197 doCheck = false;
2198 src = fetchurl {
2198 src = fetchurl {
2199 url = "https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz";
2199 url = "https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz";
2200 sha256 = "08qrgrc4hrximb2gqnl69g01s93rhf2842jfxdjljc1dbwj1qsmk";
2200 sha256 = "08qrgrc4hrximb2gqnl69g01s93rhf2842jfxdjljc1dbwj1qsmk";
2201 };
2201 };
2202 meta = {
2202 meta = {
2203 license = [ pkgs.lib.licenses.bsdOriginal ];
2203 license = [ pkgs.lib.licenses.bsdOriginal ];
2204 };
2204 };
2205 };
2205 };
2206 "weberror" = super.buildPythonPackage {
2206 "weberror" = super.buildPythonPackage {
2207 name = "weberror-0.10.3";
2207 name = "weberror-0.10.3";
2208 doCheck = false;
2208 doCheck = false;
2209 propagatedBuildInputs = [
2209 propagatedBuildInputs = [
2210 self."webob"
2210 self."webob"
2211 self."tempita"
2211 self."tempita"
2212 self."pygments"
2212 self."pygments"
2213 self."paste"
2213 self."paste"
2214 ];
2214 ];
2215 src = fetchurl {
2215 src = fetchurl {
2216 url = "https://files.pythonhosted.org/packages/35/76/e7e5c2ce7e9c7f31b54c1ff295a495886d1279a002557d74dd8957346a79/WebError-0.10.3.tar.gz";
2216 url = "https://files.pythonhosted.org/packages/35/76/e7e5c2ce7e9c7f31b54c1ff295a495886d1279a002557d74dd8957346a79/WebError-0.10.3.tar.gz";
2217 sha256 = "0frg4kvycqpj5bi8asfqfs6bxsr2cvjvb6b56c4d1ai1z57kbjx6";
2217 sha256 = "0frg4kvycqpj5bi8asfqfs6bxsr2cvjvb6b56c4d1ai1z57kbjx6";
2218 };
2218 };
2219 meta = {
2219 meta = {
2220 license = [ pkgs.lib.licenses.mit ];
2220 license = [ pkgs.lib.licenses.mit ];
2221 };
2221 };
2222 };
2222 };
2223 "webhelpers" = super.buildPythonPackage {
2223 "webhelpers" = super.buildPythonPackage {
2224 name = "webhelpers-1.3";
2224 name = "webhelpers-1.3";
2225 doCheck = false;
2225 doCheck = false;
2226 propagatedBuildInputs = [
2226 propagatedBuildInputs = [
2227 self."markupsafe"
2227 self."markupsafe"
2228 ];
2228 ];
2229 src = fetchurl {
2229 src = fetchurl {
2230 url = "https://files.pythonhosted.org/packages/ee/68/4d07672821d514184357f1552f2dad923324f597e722de3b016ca4f7844f/WebHelpers-1.3.tar.gz";
2230 url = "https://files.pythonhosted.org/packages/ee/68/4d07672821d514184357f1552f2dad923324f597e722de3b016ca4f7844f/WebHelpers-1.3.tar.gz";
2231 sha256 = "10x5i82qdkrvyw18gsybwggfhfpl869siaab89vnndi9x62g51pa";
2231 sha256 = "10x5i82qdkrvyw18gsybwggfhfpl869siaab89vnndi9x62g51pa";
2232 };
2232 };
2233 meta = {
2233 meta = {
2234 license = [ pkgs.lib.licenses.bsdOriginal ];
2234 license = [ pkgs.lib.licenses.bsdOriginal ];
2235 };
2235 };
2236 };
2236 };
2237 "webhelpers2" = super.buildPythonPackage {
2237 "webhelpers2" = super.buildPythonPackage {
2238 name = "webhelpers2-2.0";
2238 name = "webhelpers2-2.0";
2239 doCheck = false;
2239 doCheck = false;
2240 propagatedBuildInputs = [
2240 propagatedBuildInputs = [
2241 self."markupsafe"
2241 self."markupsafe"
2242 self."six"
2242 self."six"
2243 ];
2243 ];
2244 src = fetchurl {
2244 src = fetchurl {
2245 url = "https://files.pythonhosted.org/packages/ff/30/56342c6ea522439e3662427c8d7b5e5b390dff4ff2dc92d8afcb8ab68b75/WebHelpers2-2.0.tar.gz";
2245 url = "https://files.pythonhosted.org/packages/ff/30/56342c6ea522439e3662427c8d7b5e5b390dff4ff2dc92d8afcb8ab68b75/WebHelpers2-2.0.tar.gz";
2246 sha256 = "0aphva1qmxh83n01p53f5fd43m4srzbnfbz5ajvbx9aj2aipwmcs";
2246 sha256 = "0aphva1qmxh83n01p53f5fd43m4srzbnfbz5ajvbx9aj2aipwmcs";
2247 };
2247 };
2248 meta = {
2248 meta = {
2249 license = [ pkgs.lib.licenses.mit ];
2249 license = [ pkgs.lib.licenses.mit ];
2250 };
2250 };
2251 };
2251 };
2252 "webob" = super.buildPythonPackage {
2252 "webob" = super.buildPythonPackage {
2253 name = "webob-1.8.4";
2253 name = "webob-1.8.5";
2254 doCheck = false;
2254 doCheck = false;
2255 src = fetchurl {
2255 src = fetchurl {
2256 url = "https://files.pythonhosted.org/packages/e4/6c/99e322c3d4cc11d9060a67a9bf2f7c9c581f40988c11fffe89bb8c36bc5e/WebOb-1.8.4.tar.gz";
2256 url = "https://files.pythonhosted.org/packages/9d/1a/0c89c070ee2829c934cb6c7082287c822e28236a4fcf90063e6be7c35532/WebOb-1.8.5.tar.gz";
2257 sha256 = "16cfg5y4n6sihz59vsmns2yqbfm0gfsn3l5xgz2g0pdhilaib0x4";
2257 sha256 = "11khpzaxc88q31v25ic330gsf56fwmbdc9b30br8mvp0fmwspah5";
2258 };
2258 };
2259 meta = {
2259 meta = {
2260 license = [ pkgs.lib.licenses.mit ];
2260 license = [ pkgs.lib.licenses.mit ];
2261 };
2261 };
2262 };
2262 };
2263 "webtest" = super.buildPythonPackage {
2263 "webtest" = super.buildPythonPackage {
2264 name = "webtest-2.0.32";
2264 name = "webtest-2.0.33";
2265 doCheck = false;
2265 doCheck = false;
2266 propagatedBuildInputs = [
2266 propagatedBuildInputs = [
2267 self."six"
2267 self."six"
2268 self."webob"
2268 self."webob"
2269 self."waitress"
2269 self."waitress"
2270 self."beautifulsoup4"
2270 self."beautifulsoup4"
2271 ];
2271 ];
2272 src = fetchurl {
2272 src = fetchurl {
2273 url = "https://files.pythonhosted.org/packages/27/9f/9e74449d272ffbef4fb3012e6dbc53c0b24822d545e7a33a342f80131e59/WebTest-2.0.32.tar.gz";
2273 url = "https://files.pythonhosted.org/packages/a8/b0/ffc9413b637dbe26e291429bb0f6ed731e518d0cd03da28524a8fe2e8a8f/WebTest-2.0.33.tar.gz";
2274 sha256 = "0qp0nnbazzm4ibjiyqfcn6f230svk09i4g58zg2i9x1ga06h48a2";
2274 sha256 = "1l3z0cwqslsf4rcrhi2gr8kdfh74wn2dw76376i4g9i38gz8wd21";
2275 };
2275 };
2276 meta = {
2276 meta = {
2277 license = [ pkgs.lib.licenses.mit ];
2277 license = [ pkgs.lib.licenses.mit ];
2278 };
2278 };
2279 };
2279 };
2280 "whoosh" = super.buildPythonPackage {
2280 "whoosh" = super.buildPythonPackage {
2281 name = "whoosh-2.7.4";
2281 name = "whoosh-2.7.4";
2282 doCheck = false;
2282 doCheck = false;
2283 src = fetchurl {
2283 src = fetchurl {
2284 url = "https://files.pythonhosted.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/Whoosh-2.7.4.tar.gz";
2284 url = "https://files.pythonhosted.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/Whoosh-2.7.4.tar.gz";
2285 sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw";
2285 sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw";
2286 };
2286 };
2287 meta = {
2287 meta = {
2288 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd2 ];
2288 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd2 ];
2289 };
2289 };
2290 };
2290 };
2291 "ws4py" = super.buildPythonPackage {
2291 "ws4py" = super.buildPythonPackage {
2292 name = "ws4py-0.5.1";
2292 name = "ws4py-0.5.1";
2293 doCheck = false;
2293 doCheck = false;
2294 src = fetchurl {
2294 src = fetchurl {
2295 url = "https://files.pythonhosted.org/packages/53/20/4019a739b2eefe9282d3822ef6a225250af964b117356971bd55e274193c/ws4py-0.5.1.tar.gz";
2295 url = "https://files.pythonhosted.org/packages/53/20/4019a739b2eefe9282d3822ef6a225250af964b117356971bd55e274193c/ws4py-0.5.1.tar.gz";
2296 sha256 = "10slbbf2jm4hpr92jx7kh7mhf48sjl01v2w4d8z3f1p0ybbp7l19";
2296 sha256 = "10slbbf2jm4hpr92jx7kh7mhf48sjl01v2w4d8z3f1p0ybbp7l19";
2297 };
2297 };
2298 meta = {
2298 meta = {
2299 license = [ pkgs.lib.licenses.bsdOriginal ];
2299 license = [ pkgs.lib.licenses.bsdOriginal ];
2300 };
2300 };
2301 };
2301 };
2302 "wsgiref" = super.buildPythonPackage {
2302 "wsgiref" = super.buildPythonPackage {
2303 name = "wsgiref-0.1.2";
2303 name = "wsgiref-0.1.2";
2304 doCheck = false;
2304 doCheck = false;
2305 src = fetchurl {
2305 src = fetchurl {
2306 url = "https://files.pythonhosted.org/packages/41/9e/309259ce8dff8c596e8c26df86dbc4e848b9249fd36797fd60be456f03fc/wsgiref-0.1.2.zip";
2306 url = "https://files.pythonhosted.org/packages/41/9e/309259ce8dff8c596e8c26df86dbc4e848b9249fd36797fd60be456f03fc/wsgiref-0.1.2.zip";
2307 sha256 = "0y8fyjmpq7vwwm4x732w97qbkw78rjwal5409k04cw4m03411rn7";
2307 sha256 = "0y8fyjmpq7vwwm4x732w97qbkw78rjwal5409k04cw4m03411rn7";
2308 };
2308 };
2309 meta = {
2309 meta = {
2310 license = [ { fullName = "PSF or ZPL"; } ];
2310 license = [ { fullName = "PSF or ZPL"; } ];
2311 };
2311 };
2312 };
2312 };
2313 "zope.cachedescriptors" = super.buildPythonPackage {
2313 "zope.cachedescriptors" = super.buildPythonPackage {
2314 name = "zope.cachedescriptors-4.3.1";
2314 name = "zope.cachedescriptors-4.3.1";
2315 doCheck = false;
2315 doCheck = false;
2316 propagatedBuildInputs = [
2316 propagatedBuildInputs = [
2317 self."setuptools"
2317 self."setuptools"
2318 ];
2318 ];
2319 src = fetchurl {
2319 src = fetchurl {
2320 url = "https://files.pythonhosted.org/packages/2f/89/ebe1890cc6d3291ebc935558fa764d5fffe571018dbbee200e9db78762cb/zope.cachedescriptors-4.3.1.tar.gz";
2320 url = "https://files.pythonhosted.org/packages/2f/89/ebe1890cc6d3291ebc935558fa764d5fffe571018dbbee200e9db78762cb/zope.cachedescriptors-4.3.1.tar.gz";
2321 sha256 = "0jhr3m5p74c6r7k8iv0005b8bfsialih9d7zl5vx38rf5xq1lk8z";
2321 sha256 = "0jhr3m5p74c6r7k8iv0005b8bfsialih9d7zl5vx38rf5xq1lk8z";
2322 };
2322 };
2323 meta = {
2323 meta = {
2324 license = [ pkgs.lib.licenses.zpl21 ];
2324 license = [ pkgs.lib.licenses.zpl21 ];
2325 };
2325 };
2326 };
2326 };
2327 "zope.deprecation" = super.buildPythonPackage {
2327 "zope.deprecation" = super.buildPythonPackage {
2328 name = "zope.deprecation-4.4.0";
2328 name = "zope.deprecation-4.4.0";
2329 doCheck = false;
2329 doCheck = false;
2330 propagatedBuildInputs = [
2330 propagatedBuildInputs = [
2331 self."setuptools"
2331 self."setuptools"
2332 ];
2332 ];
2333 src = fetchurl {
2333 src = fetchurl {
2334 url = "https://files.pythonhosted.org/packages/34/da/46e92d32d545dd067b9436279d84c339e8b16de2ca393d7b892bc1e1e9fd/zope.deprecation-4.4.0.tar.gz";
2334 url = "https://files.pythonhosted.org/packages/34/da/46e92d32d545dd067b9436279d84c339e8b16de2ca393d7b892bc1e1e9fd/zope.deprecation-4.4.0.tar.gz";
2335 sha256 = "1pz2cv7gv9y1r3m0bdv7ks1alagmrn5msm5spwdzkb2by0w36i8d";
2335 sha256 = "1pz2cv7gv9y1r3m0bdv7ks1alagmrn5msm5spwdzkb2by0w36i8d";
2336 };
2336 };
2337 meta = {
2337 meta = {
2338 license = [ pkgs.lib.licenses.zpl21 ];
2338 license = [ pkgs.lib.licenses.zpl21 ];
2339 };
2339 };
2340 };
2340 };
2341 "zope.event" = super.buildPythonPackage {
2341 "zope.event" = super.buildPythonPackage {
2342 name = "zope.event-4.4";
2342 name = "zope.event-4.4";
2343 doCheck = false;
2343 doCheck = false;
2344 propagatedBuildInputs = [
2344 propagatedBuildInputs = [
2345 self."setuptools"
2345 self."setuptools"
2346 ];
2346 ];
2347 src = fetchurl {
2347 src = fetchurl {
2348 url = "https://files.pythonhosted.org/packages/4c/b2/51c0369adcf5be2334280eed230192ab3b03f81f8efda9ddea6f65cc7b32/zope.event-4.4.tar.gz";
2348 url = "https://files.pythonhosted.org/packages/4c/b2/51c0369adcf5be2334280eed230192ab3b03f81f8efda9ddea6f65cc7b32/zope.event-4.4.tar.gz";
2349 sha256 = "1ksbc726av9xacml6jhcfyn828hlhb9xlddpx6fcvnlvmpmpvhk9";
2349 sha256 = "1ksbc726av9xacml6jhcfyn828hlhb9xlddpx6fcvnlvmpmpvhk9";
2350 };
2350 };
2351 meta = {
2351 meta = {
2352 license = [ pkgs.lib.licenses.zpl21 ];
2352 license = [ pkgs.lib.licenses.zpl21 ];
2353 };
2353 };
2354 };
2354 };
2355 "zope.interface" = super.buildPythonPackage {
2355 "zope.interface" = super.buildPythonPackage {
2356 name = "zope.interface-4.6.0";
2356 name = "zope.interface-4.6.0";
2357 doCheck = false;
2357 doCheck = false;
2358 propagatedBuildInputs = [
2358 propagatedBuildInputs = [
2359 self."setuptools"
2359 self."setuptools"
2360 ];
2360 ];
2361 src = fetchurl {
2361 src = fetchurl {
2362 url = "https://files.pythonhosted.org/packages/4e/d0/c9d16bd5b38de44a20c6dc5d5ed80a49626fafcb3db9f9efdc2a19026db6/zope.interface-4.6.0.tar.gz";
2362 url = "https://files.pythonhosted.org/packages/4e/d0/c9d16bd5b38de44a20c6dc5d5ed80a49626fafcb3db9f9efdc2a19026db6/zope.interface-4.6.0.tar.gz";
2363 sha256 = "1rgh2x3rcl9r0v0499kf78xy86rnmanajf4ywmqb943wpk50sg8v";
2363 sha256 = "1rgh2x3rcl9r0v0499kf78xy86rnmanajf4ywmqb943wpk50sg8v";
2364 };
2364 };
2365 meta = {
2365 meta = {
2366 license = [ pkgs.lib.licenses.zpl21 ];
2366 license = [ pkgs.lib.licenses.zpl21 ];
2367 };
2367 };
2368 };
2368 };
2369
2369
2370 ### Test requirements
2370 ### Test requirements
2371
2371
2372
2372
2373 }
2373 }
@@ -1,125 +1,125 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
7
8 babel==1.3
8 babel==1.3
9 beaker==1.9.1
9 beaker==1.9.1
10 bleach==3.1.0
10 bleach==3.1.0
11 celery==4.1.1
11 celery==4.1.1
12 channelstream==0.5.2
12 channelstream==0.5.2
13 click==7.0
13 click==7.0
14 colander==1.7.0
14 colander==1.7.0
15 # our custom configobj
15 # our custom configobj
16 https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c#egg=configobj==5.0.6
16 https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c#egg=configobj==5.0.6
17 cssselect==1.0.3
17 cssselect==1.0.3
18 cryptography==2.6.1
18 cryptography==2.6.1
19 decorator==4.1.2
19 decorator==4.1.2
20 deform==2.0.7
20 deform==2.0.7
21 docutils==0.14.0
21 docutils==0.14.0
22 dogpile.cache==0.7.1
22 dogpile.cache==0.7.1
23 dogpile.core==0.4.1
23 dogpile.core==0.4.1
24 formencode==1.2.4
24 formencode==1.2.4
25 future==0.14.3
25 future==0.14.3
26 futures==3.0.2
26 futures==3.0.2
27 infrae.cache==1.0.1
27 infrae.cache==1.0.1
28 iso8601==0.1.12
28 iso8601==0.1.12
29 itsdangerous==0.24
29 itsdangerous==0.24
30 kombu==4.2.1
30 kombu==4.2.1
31 lxml==4.2.5
31 lxml==4.2.5
32 mako==1.0.7
32 mako==1.0.7
33 markdown==2.6.11
33 markdown==2.6.11
34 markupsafe==1.1.0
34 markupsafe==1.1.0
35 msgpack-python==0.5.6
35 msgpack-python==0.5.6
36 pyotp==2.2.7
36 pyotp==2.2.7
37 packaging==15.2
37 packaging==15.2
38 paste==3.0.5
38 paste==3.0.5
39 pastedeploy==2.0.1
39 pastedeploy==2.0.1
40 pastescript==3.0.0
40 pastescript==3.0.0
41 peppercorn==0.6
41 peppercorn==0.6
42 psutil==5.5.1
42 psutil==5.5.1
43 py-bcrypt==0.4
43 py-bcrypt==0.4
44 pycurl==7.43.0.2
44 pycurl==7.43.0.2
45 pycrypto==2.6.1
45 pycrypto==2.6.1
46 pygments==2.3.1
46 pygments==2.3.1
47 pyparsing==2.3.0
47 pyparsing==2.3.0
48 pyramid-beaker==0.8
48 pyramid-beaker==0.8
49 pyramid-debugtoolbar==4.5.0
49 pyramid-debugtoolbar==4.5.0
50 pyramid-mako==1.0.2
50 pyramid-mako==1.0.2
51 pyramid==1.10.1
51 pyramid==1.10.2
52 pyramid_mailer==0.15.1
52 pyramid_mailer==0.15.1
53 python-dateutil
53 python-dateutil
54 python-ldap==3.1.0
54 python-ldap==3.1.0
55 python-memcached==1.59
55 python-memcached==1.59
56 python-pam==1.8.4
56 python-pam==1.8.4
57 python-saml==2.4.2
57 python-saml==2.4.2
58 pytz==2018.4
58 pytz==2018.4
59 tzlocal==1.5.1
59 tzlocal==1.5.1
60 pyzmq==14.6.0
60 pyzmq==14.6.0
61 py-gfm==0.1.4
61 py-gfm==0.1.4
62 redis==2.10.6
62 redis==2.10.6
63 repoze.lru==0.7
63 repoze.lru==0.7
64 requests==2.9.1
64 requests==2.9.1
65 routes==2.4.1
65 routes==2.4.1
66 simplejson==3.16.0
66 simplejson==3.16.0
67 six==1.11.0
67 six==1.11.0
68 sqlalchemy==1.1.18
68 sqlalchemy==1.1.18
69 sshpubkeys==3.1.0
69 sshpubkeys==3.1.0
70 subprocess32==3.5.3
70 subprocess32==3.5.3
71 supervisor==3.3.5
71 supervisor==3.3.5
72 translationstring==1.3
72 translationstring==1.3
73 urllib3==1.24.1
73 urllib3==1.24.1
74 urlobject==2.4.3
74 urlobject==2.4.3
75 venusian==1.2.0
75 venusian==1.2.0
76 weberror==0.10.3
76 weberror==0.10.3
77 webhelpers2==2.0
77 webhelpers2==2.0
78 webhelpers==1.3
78 webhelpers==1.3
79 webob==1.8.4
79 webob==1.8.5
80 whoosh==2.7.4
80 whoosh==2.7.4
81 wsgiref==0.1.2
81 wsgiref==0.1.2
82 zope.cachedescriptors==4.3.1
82 zope.cachedescriptors==4.3.1
83 zope.deprecation==4.4.0
83 zope.deprecation==4.4.0
84 zope.event==4.4.0
84 zope.event==4.4.0
85 zope.interface==4.6.0
85 zope.interface==4.6.0
86
86
87 # DB drivers
87 # DB drivers
88 mysql-python==1.2.5
88 mysql-python==1.2.5
89 pymysql==0.8.1
89 pymysql==0.8.1
90 pysqlite==2.8.3
90 pysqlite==2.8.3
91 psycopg2==2.7.7
91 psycopg2==2.7.7
92
92
93 # IPYTHON RENDERING
93 # IPYTHON RENDERING
94 # entrypoints backport, pypi version doesn't support egg installs
94 # entrypoints backport, pypi version doesn't support egg installs
95 https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313#egg=entrypoints==0.2.2.rhodecode-upstream1
95 https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313#egg=entrypoints==0.2.2.rhodecode-upstream1
96 nbconvert==5.3.1
96 nbconvert==5.3.1
97 nbformat==4.4.0
97 nbformat==4.4.0
98 jupyter_client==5.0.0
98 jupyter_client==5.0.0
99
99
100 ## cli tools
100 ## cli tools
101 alembic==1.0.5
101 alembic==1.0.5
102 invoke==0.13.0
102 invoke==0.13.0
103 bumpversion==0.5.3
103 bumpversion==0.5.3
104
104
105 ## http servers
105 ## http servers
106 gevent==1.4.0
106 gevent==1.4.0
107 greenlet==0.4.15
107 greenlet==0.4.15
108 gunicorn==19.9.0
108 gunicorn==19.9.0
109 waitress==1.1.0
109 waitress==1.1.0
110
110
111 ## debug
111 ## debug
112 ipdb==0.11.0
112 ipdb==0.12.0
113 ipython==5.1.0
113 ipython==5.1.0
114
114
115 ## rhodecode-tools, special case
115 ## rhodecode-tools, special case
116 https://code.rhodecode.com/rhodecode-tools-ce/archive/v1.2.1.tar.gz?md5=25bc2f7de1da318e547236d3fb463d28#egg=rhodecode-tools==1.2.1
116 https://code.rhodecode.com/rhodecode-tools-ce/archive/v1.2.1.tar.gz?md5=25bc2f7de1da318e547236d3fb463d28#egg=rhodecode-tools==1.2.1
117
117
118 ## appenlight
118 ## appenlight
119 appenlight-client==0.6.26
119 appenlight-client==0.6.26
120
120
121 ## test related requirements
121 ## test related requirements
122 -r requirements_test.txt
122 -r requirements_test.txt
123
123
124 ## uncomment to add the debug libraries
124 ## uncomment to add the debug libraries
125 #-r requirements_debug.txt
125 #-r requirements_debug.txt
@@ -1,17 +1,19 b''
1 # contains not directly required libraries we want to pin the version.
1 # contains not directly required libraries we want to pin the version.
2
2
3 atomicwrites==1.2.1
3 atomicwrites==1.2.1
4 attrs==18.2.0
4 attrs==18.2.0
5 billiard==3.5.0.3
5 billiard==3.5.0.3
6 chameleon==2.24
6 chameleon==2.24
7 cffi==1.12.2
7 cffi==1.12.2
8 ecdsa==0.13
8 ecdsa==0.13
9 hupper==1.6
9 hupper==1.6.1
10 gnureadline==6.3.8
10 gnureadline==6.3.8
11 jinja2==2.9.6
11 jinja2==2.9.6
12 jsonschema==2.6.0
12 jsonschema==2.6.0
13 pathlib2==2.3.3
13 pathlib2==2.3.3
14 pyramid-jinja2==2.7
14 pyramid-jinja2==2.7
15 setproctitle==1.1.10
15 setproctitle==1.1.10
16 scandir==1.10.0
16 scandir==1.10.0
17 tempita==0.5.2
17 tempita==0.5.2
18 vine==1.3.0
19 configparser==3.7.4 No newline at end of file
@@ -1,16 +1,16 b''
1 # test related requirements
1 # test related requirements
2 pytest==3.8.2
2 pytest==3.8.2
3 py==1.6.0
3 py==1.6.0
4 pytest-cov==2.6.0
4 pytest-cov==2.6.0
5 pytest-sugar==0.9.1
5 pytest-sugar==0.9.1
6 pytest-runner==4.2.0
6 pytest-runner==4.2.0
7 pytest-profiling==1.3.0
7 pytest-profiling==1.3.0
8 pytest-timeout==1.3.2
8 pytest-timeout==1.3.2
9 gprof2dot==2017.9.19
9 gprof2dot==2017.9.19
10
10
11 mock==1.0.1
11 mock==1.0.1
12 cov-core==1.15.0
12 cov-core==1.15.0
13 coverage==4.5.1
13 coverage==4.5.1
14
14
15 webtest==2.0.32
15 webtest==2.0.33
16 beautifulsoup4==4.6.3
16 beautifulsoup4==4.6.3
@@ -1,226 +1,228 b''
1 # -*- coding: utf-8 -*-
1 # -*- coding: utf-8 -*-
2
2
3 # Copyright (C) 2010-2019 RhodeCode GmbH
3 # Copyright (C) 2010-2019 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 import base64
21 import base64
22 import logging
22 import logging
23 import urllib
23 import urllib
24 import urlparse
24 import urlparse
25
25
26 import requests
26 import requests
27 from pyramid.httpexceptions import HTTPNotAcceptable
27 from pyramid.httpexceptions import HTTPNotAcceptable
28
28
29 from rhodecode.lib import rc_cache
29 from rhodecode.lib import rc_cache
30 from rhodecode.lib.middleware import simplevcs
30 from rhodecode.lib.middleware import simplevcs
31 from rhodecode.lib.utils import is_valid_repo
31 from rhodecode.lib.utils import is_valid_repo
32 from rhodecode.lib.utils2 import str2bool, safe_int
32 from rhodecode.lib.utils2 import str2bool, safe_int
33 from rhodecode.lib.ext_json import json
33 from rhodecode.lib.ext_json import json
34 from rhodecode.lib.hooks_daemon import store_txn_id_data
34 from rhodecode.lib.hooks_daemon import store_txn_id_data
35
35
36
36
37 log = logging.getLogger(__name__)
37 log = logging.getLogger(__name__)
38
38
39
39
40 class SimpleSvnApp(object):
40 class SimpleSvnApp(object):
41 IGNORED_HEADERS = [
41 IGNORED_HEADERS = [
42 'connection', 'keep-alive', 'content-encoding',
42 'connection', 'keep-alive', 'content-encoding',
43 'transfer-encoding', 'content-length']
43 'transfer-encoding', 'content-length']
44 rc_extras = {}
44 rc_extras = {}
45
45
46 def __init__(self, config):
46 def __init__(self, config):
47 self.config = config
47 self.config = config
48
48
49 def __call__(self, environ, start_response):
49 def __call__(self, environ, start_response):
50 request_headers = self._get_request_headers(environ)
50 request_headers = self._get_request_headers(environ)
51 data = environ['wsgi.input']
51 data = environ['wsgi.input']
52 req_method = environ['REQUEST_METHOD']
52 req_method = environ['REQUEST_METHOD']
53 has_content_length = 'CONTENT_LENGTH' in environ
53 has_content_length = 'CONTENT_LENGTH' in environ
54 path_info = self._get_url(
54 path_info = self._get_url(
55 self.config.get('subversion_http_server_url', ''), environ['PATH_INFO'])
55 self.config.get('subversion_http_server_url', ''), environ['PATH_INFO'])
56 transfer_encoding = environ.get('HTTP_TRANSFER_ENCODING', '')
56 transfer_encoding = environ.get('HTTP_TRANSFER_ENCODING', '')
57 log.debug('Handling: %s method via `%s`', req_method, path_info)
57 log.debug('Handling: %s method via `%s`', req_method, path_info)
58
58
59 # stream control flag, based on request and content type...
59 # stream control flag, based on request and content type...
60 stream = False
60 stream = False
61
61
62 if req_method in ['MKCOL'] or has_content_length:
62 if req_method in ['MKCOL'] or has_content_length:
63 data_processed = False
63 data_processed = False
64 # read chunk to check if we have txn-with-props
64 # read chunk to check if we have txn-with-props
65 initial_data = data.read(1024)
65 initial_data = data.read(1024)
66 if initial_data.startswith('(create-txn-with-props'):
66 if initial_data.startswith('(create-txn-with-props'):
67 data = initial_data + data.read()
67 data = initial_data + data.read()
68 # store on-the-fly our rc_extra using svn revision properties
68 # store on-the-fly our rc_extra using svn revision properties
69 # those can be read later on in hooks executed so we have a way
69 # those can be read later on in hooks executed so we have a way
70 # to pass in the data into svn hooks
70 # to pass in the data into svn hooks
71 rc_data = base64.urlsafe_b64encode(json.dumps(self.rc_extras))
71 rc_data = base64.urlsafe_b64encode(json.dumps(self.rc_extras))
72 rc_data_len = len(rc_data)
72 rc_data_len = len(rc_data)
73 # header defines data length, and serialized data
73 # header defines data length, and serialized data
74 skel = ' rc-scm-extras {} {}'.format(rc_data_len, rc_data)
74 skel = ' rc-scm-extras {} {}'.format(rc_data_len, rc_data)
75 data = data[:-2] + skel + '))'
75 data = data[:-2] + skel + '))'
76 data_processed = True
76 data_processed = True
77
77
78 if not data_processed:
78 if not data_processed:
79 # NOTE(johbo): Avoid that we end up with sending the request in chunked
79 # NOTE(johbo): Avoid that we end up with sending the request in chunked
80 # transfer encoding (mainly on Gunicorn). If we know the content
80 # transfer encoding (mainly on Gunicorn). If we know the content
81 # length, then we should transfer the payload in one request.
81 # length, then we should transfer the payload in one request.
82 data = initial_data + data.read()
82 data = initial_data + data.read()
83
83
84 if req_method in ['GET', 'PUT'] or transfer_encoding == 'chunked':
84 if req_method in ['GET', 'PUT'] or transfer_encoding == 'chunked':
85 # NOTE(marcink): when getting/uploading files we want to STREAM content
85 # NOTE(marcink): when getting/uploading files we want to STREAM content
86 # back to the client/proxy instead of buffering it here...
86 # back to the client/proxy instead of buffering it here...
87 stream = True
87 stream = True
88
88
89 stream = stream
89 stream = stream
90 log.debug(
90 log.debug('Calling SVN PROXY at `%s`, using method:%s. Stream: %s',
91 'Calling SVN PROXY: method:%s via `%s`, Stream: %s',
91 path_info, req_method, stream)
92 req_method, path_info, stream)
92 try:
93 response = requests.request(
93 response = requests.request(
94 req_method, path_info,
94 req_method, path_info,
95 data=data, headers=request_headers, stream=stream)
95 data=data, headers=request_headers, stream=stream)
96 except requests.ConnectionError:
97 log.exception('ConnectionError occurred for endpoint %s', path_info)
98 raise
96
99
97 if response.status_code not in [200, 401]:
100 if response.status_code not in [200, 401]:
101 text = '\n{}'.format(response.text) if response.text else ''
98 if response.status_code >= 500:
102 if response.status_code >= 500:
99 log.error('Got SVN response:%s with text:\n`%s`',
103 log.error('Got SVN response:%s with text:`%s`', response, text)
100 response, response.text)
101 else:
104 else:
102 log.debug('Got SVN response:%s with text:\n`%s`',
105 log.debug('Got SVN response:%s with text:`%s`', response, text)
103 response, response.text)
104 else:
106 else:
105 log.debug('got response code: %s', response.status_code)
107 log.debug('got response code: %s', response.status_code)
106
108
107 response_headers = self._get_response_headers(response.headers)
109 response_headers = self._get_response_headers(response.headers)
108
110
109 if response.headers.get('SVN-Txn-name'):
111 if response.headers.get('SVN-Txn-name'):
110 svn_tx_id = response.headers.get('SVN-Txn-name')
112 svn_tx_id = response.headers.get('SVN-Txn-name')
111 txn_id = rc_cache.utils.compute_key_from_params(
113 txn_id = rc_cache.utils.compute_key_from_params(
112 self.config['repository'], svn_tx_id)
114 self.config['repository'], svn_tx_id)
113 port = safe_int(self.rc_extras['hooks_uri'].split(':')[-1])
115 port = safe_int(self.rc_extras['hooks_uri'].split(':')[-1])
114 store_txn_id_data(txn_id, {'port': port})
116 store_txn_id_data(txn_id, {'port': port})
115
117
116 start_response(
118 start_response(
117 '{} {}'.format(response.status_code, response.reason),
119 '{} {}'.format(response.status_code, response.reason),
118 response_headers)
120 response_headers)
119 return response.iter_content(chunk_size=1024)
121 return response.iter_content(chunk_size=1024)
120
122
121 def _get_url(self, svn_http_server, path):
123 def _get_url(self, svn_http_server, path):
122 svn_http_server_url = (svn_http_server or '').rstrip('/')
124 svn_http_server_url = (svn_http_server or '').rstrip('/')
123 url_path = urlparse.urljoin(svn_http_server_url + '/', (path or '').lstrip('/'))
125 url_path = urlparse.urljoin(svn_http_server_url + '/', (path or '').lstrip('/'))
124 url_path = urllib.quote(url_path, safe="/:=~+!$,;'")
126 url_path = urllib.quote(url_path, safe="/:=~+!$,;'")
125 return url_path
127 return url_path
126
128
127 def _get_request_headers(self, environ):
129 def _get_request_headers(self, environ):
128 headers = {}
130 headers = {}
129
131
130 for key in environ:
132 for key in environ:
131 if not key.startswith('HTTP_'):
133 if not key.startswith('HTTP_'):
132 continue
134 continue
133 new_key = key.split('_')
135 new_key = key.split('_')
134 new_key = [k.capitalize() for k in new_key[1:]]
136 new_key = [k.capitalize() for k in new_key[1:]]
135 new_key = '-'.join(new_key)
137 new_key = '-'.join(new_key)
136 headers[new_key] = environ[key]
138 headers[new_key] = environ[key]
137
139
138 if 'CONTENT_TYPE' in environ:
140 if 'CONTENT_TYPE' in environ:
139 headers['Content-Type'] = environ['CONTENT_TYPE']
141 headers['Content-Type'] = environ['CONTENT_TYPE']
140
142
141 if 'CONTENT_LENGTH' in environ:
143 if 'CONTENT_LENGTH' in environ:
142 headers['Content-Length'] = environ['CONTENT_LENGTH']
144 headers['Content-Length'] = environ['CONTENT_LENGTH']
143
145
144 return headers
146 return headers
145
147
146 def _get_response_headers(self, headers):
148 def _get_response_headers(self, headers):
147 headers = [
149 headers = [
148 (h, headers[h])
150 (h, headers[h])
149 for h in headers
151 for h in headers
150 if h.lower() not in self.IGNORED_HEADERS
152 if h.lower() not in self.IGNORED_HEADERS
151 ]
153 ]
152
154
153 return headers
155 return headers
154
156
155
157
156 class DisabledSimpleSvnApp(object):
158 class DisabledSimpleSvnApp(object):
157 def __init__(self, config):
159 def __init__(self, config):
158 self.config = config
160 self.config = config
159
161
160 def __call__(self, environ, start_response):
162 def __call__(self, environ, start_response):
161 reason = 'Cannot handle SVN call because: SVN HTTP Proxy is not enabled'
163 reason = 'Cannot handle SVN call because: SVN HTTP Proxy is not enabled'
162 log.warning(reason)
164 log.warning(reason)
163 return HTTPNotAcceptable(reason)(environ, start_response)
165 return HTTPNotAcceptable(reason)(environ, start_response)
164
166
165
167
166 class SimpleSvn(simplevcs.SimpleVCS):
168 class SimpleSvn(simplevcs.SimpleVCS):
167
169
168 SCM = 'svn'
170 SCM = 'svn'
169 READ_ONLY_COMMANDS = ('OPTIONS', 'PROPFIND', 'GET', 'REPORT')
171 READ_ONLY_COMMANDS = ('OPTIONS', 'PROPFIND', 'GET', 'REPORT')
170 DEFAULT_HTTP_SERVER = 'http://localhost:8090'
172 DEFAULT_HTTP_SERVER = 'http://localhost:8090'
171
173
172 def _get_repository_name(self, environ):
174 def _get_repository_name(self, environ):
173 """
175 """
174 Gets repository name out of PATH_INFO header
176 Gets repository name out of PATH_INFO header
175
177
176 :param environ: environ where PATH_INFO is stored
178 :param environ: environ where PATH_INFO is stored
177 """
179 """
178 path = environ['PATH_INFO'].split('!')
180 path = environ['PATH_INFO'].split('!')
179 repo_name = path[0].strip('/')
181 repo_name = path[0].strip('/')
180
182
181 # SVN includes the whole path in it's requests, including
183 # SVN includes the whole path in it's requests, including
182 # subdirectories inside the repo. Therefore we have to search for
184 # subdirectories inside the repo. Therefore we have to search for
183 # the repo root directory.
185 # the repo root directory.
184 if not is_valid_repo(
186 if not is_valid_repo(
185 repo_name, self.base_path, explicit_scm=self.SCM):
187 repo_name, self.base_path, explicit_scm=self.SCM):
186 current_path = ''
188 current_path = ''
187 for component in repo_name.split('/'):
189 for component in repo_name.split('/'):
188 current_path += component
190 current_path += component
189 if is_valid_repo(
191 if is_valid_repo(
190 current_path, self.base_path, explicit_scm=self.SCM):
192 current_path, self.base_path, explicit_scm=self.SCM):
191 return current_path
193 return current_path
192 current_path += '/'
194 current_path += '/'
193
195
194 return repo_name
196 return repo_name
195
197
196 def _get_action(self, environ):
198 def _get_action(self, environ):
197 return (
199 return (
198 'pull'
200 'pull'
199 if environ['REQUEST_METHOD'] in self.READ_ONLY_COMMANDS
201 if environ['REQUEST_METHOD'] in self.READ_ONLY_COMMANDS
200 else 'push')
202 else 'push')
201
203
202 def _should_use_callback_daemon(self, extras, environ, action):
204 def _should_use_callback_daemon(self, extras, environ, action):
203 # only MERGE command triggers hooks, so we don't want to start
205 # only MERGE command triggers hooks, so we don't want to start
204 # hooks server too many times. POST however starts the svn transaction
206 # hooks server too many times. POST however starts the svn transaction
205 # so we also need to run the init of callback daemon of POST
207 # so we also need to run the init of callback daemon of POST
206 if environ['REQUEST_METHOD'] in ['MERGE', 'POST']:
208 if environ['REQUEST_METHOD'] in ['MERGE', 'POST']:
207 return True
209 return True
208 return False
210 return False
209
211
210 def _create_wsgi_app(self, repo_path, repo_name, config):
212 def _create_wsgi_app(self, repo_path, repo_name, config):
211 if self._is_svn_enabled():
213 if self._is_svn_enabled():
212 return SimpleSvnApp(config)
214 return SimpleSvnApp(config)
213 # we don't have http proxy enabled return dummy request handler
215 # we don't have http proxy enabled return dummy request handler
214 return DisabledSimpleSvnApp(config)
216 return DisabledSimpleSvnApp(config)
215
217
216 def _is_svn_enabled(self):
218 def _is_svn_enabled(self):
217 conf = self.repo_vcs_config
219 conf = self.repo_vcs_config
218 return str2bool(conf.get('vcs_svn_proxy', 'http_requests_enabled'))
220 return str2bool(conf.get('vcs_svn_proxy', 'http_requests_enabled'))
219
221
220 def _create_config(self, extras, repo_name):
222 def _create_config(self, extras, repo_name):
221 conf = self.repo_vcs_config
223 conf = self.repo_vcs_config
222 server_url = conf.get('vcs_svn_proxy', 'http_server_url')
224 server_url = conf.get('vcs_svn_proxy', 'http_server_url')
223 server_url = server_url or self.DEFAULT_HTTP_SERVER
225 server_url = server_url or self.DEFAULT_HTTP_SERVER
224
226
225 extras['subversion_http_server_url'] = server_url
227 extras['subversion_http_server_url'] = server_url
226 return extras
228 return extras
@@ -1,343 +1,360 b''
1 # -*- coding: utf-8 -*-
1 # -*- coding: utf-8 -*-
2
2
3 # Copyright (C) 2014-2019 RhodeCode GmbH
3 # Copyright (C) 2014-2019 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 SVN repository module
22 SVN repository module
23 """
23 """
24
24
25 import logging
25 import logging
26 import os
26 import os
27 import urllib
27 import urllib
28
28
29 from zope.cachedescriptors.property import Lazy as LazyProperty
29 from zope.cachedescriptors.property import Lazy as LazyProperty
30
30
31 from rhodecode.lib.compat import OrderedDict
31 from rhodecode.lib.compat import OrderedDict
32 from rhodecode.lib.datelib import date_astimestamp
32 from rhodecode.lib.datelib import date_astimestamp
33 from rhodecode.lib.utils import safe_str, safe_unicode
33 from rhodecode.lib.utils import safe_str, safe_unicode
34 from rhodecode.lib.vcs import connection, path as vcspath
34 from rhodecode.lib.vcs import connection, path as vcspath
35 from rhodecode.lib.vcs.backends import base
35 from rhodecode.lib.vcs.backends import base
36 from rhodecode.lib.vcs.backends.svn.commit import (
36 from rhodecode.lib.vcs.backends.svn.commit import (
37 SubversionCommit, _date_from_svn_properties)
37 SubversionCommit, _date_from_svn_properties)
38 from rhodecode.lib.vcs.backends.svn.diff import SubversionDiff
38 from rhodecode.lib.vcs.backends.svn.diff import SubversionDiff
39 from rhodecode.lib.vcs.backends.svn.inmemory import SubversionInMemoryCommit
39 from rhodecode.lib.vcs.backends.svn.inmemory import SubversionInMemoryCommit
40 from rhodecode.lib.vcs.conf import settings
40 from rhodecode.lib.vcs.conf import settings
41 from rhodecode.lib.vcs.exceptions import (
41 from rhodecode.lib.vcs.exceptions import (
42 CommitDoesNotExistError, EmptyRepositoryError, RepositoryError,
42 CommitDoesNotExistError, EmptyRepositoryError, RepositoryError,
43 VCSError, NodeDoesNotExistError)
43 VCSError, NodeDoesNotExistError)
44
44
45
45
46 log = logging.getLogger(__name__)
46 log = logging.getLogger(__name__)
47
47
48
48
49 class SubversionRepository(base.BaseRepository):
49 class SubversionRepository(base.BaseRepository):
50 """
50 """
51 Subversion backend implementation
51 Subversion backend implementation
52
52
53 .. important::
53 .. important::
54
54
55 It is very important to distinguish the commit index and the commit id
55 It is very important to distinguish the commit index and the commit id
56 which is assigned by Subversion. The first one is always handled as an
56 which is assigned by Subversion. The first one is always handled as an
57 `int` by this implementation. The commit id assigned by Subversion on
57 `int` by this implementation. The commit id assigned by Subversion on
58 the other side will always be a `str`.
58 the other side will always be a `str`.
59
59
60 There is a specific trap since the first commit will have the index
60 There is a specific trap since the first commit will have the index
61 ``0`` but the svn id will be ``"1"``.
61 ``0`` but the svn id will be ``"1"``.
62
62
63 """
63 """
64
64
65 # Note: Subversion does not really have a default branch name.
65 # Note: Subversion does not really have a default branch name.
66 DEFAULT_BRANCH_NAME = None
66 DEFAULT_BRANCH_NAME = None
67
67
68 contact = base.BaseRepository.DEFAULT_CONTACT
68 contact = base.BaseRepository.DEFAULT_CONTACT
69 description = base.BaseRepository.DEFAULT_DESCRIPTION
69 description = base.BaseRepository.DEFAULT_DESCRIPTION
70
70
71 def __init__(self, repo_path, config=None, create=False, src_url=None, bare=False,
71 def __init__(self, repo_path, config=None, create=False, src_url=None, bare=False,
72 **kwargs):
72 **kwargs):
73 self.path = safe_str(os.path.abspath(repo_path))
73 self.path = safe_str(os.path.abspath(repo_path))
74 self.config = config if config else self.get_default_config()
74 self.config = config if config else self.get_default_config()
75
75
76 self._init_repo(create, src_url)
76 self._init_repo(create, src_url)
77
77
78 @LazyProperty
78 @LazyProperty
79 def _remote(self):
79 def _remote(self):
80 return connection.Svn(self.path, self.config)
80 return connection.Svn(self.path, self.config)
81
81
82 def _init_repo(self, create, src_url):
82 def _init_repo(self, create, src_url):
83 if create and os.path.exists(self.path):
83 if create and os.path.exists(self.path):
84 raise RepositoryError(
84 raise RepositoryError(
85 "Cannot create repository at %s, location already exist"
85 "Cannot create repository at %s, location already exist"
86 % self.path)
86 % self.path)
87
87
88 if create:
88 if create:
89 self._remote.create_repository(settings.SVN_COMPATIBLE_VERSION)
89 self._remote.create_repository(settings.SVN_COMPATIBLE_VERSION)
90 if src_url:
90 if src_url:
91 src_url = _sanitize_url(src_url)
91 src_url = _sanitize_url(src_url)
92 self._remote.import_remote_repository(src_url)
92 self._remote.import_remote_repository(src_url)
93 else:
93 else:
94 self._check_path()
94 self._check_path()
95
95
96 @LazyProperty
96 @LazyProperty
97 def commit_ids(self):
97 def commit_ids(self):
98 head = self._remote.lookup(None)
98 head = self._remote.lookup(None)
99 return [str(r) for r in xrange(1, head + 1)]
99 return [str(r) for r in xrange(1, head + 1)]
100
100
101 def run_svn_command(self, cmd, **opts):
102 """
103 Runs given ``cmd`` as svn command and returns tuple
104 (stdout, stderr).
105
106 :param cmd: full svn command to be executed
107 :param opts: env options to pass into Subprocess command
108 """
109 if not isinstance(cmd, list):
110 raise ValueError('cmd must be a list, got %s instead' % type(cmd))
111
112 skip_stderr_log = opts.pop('skip_stderr_log', False)
113 out, err = self._remote.run_svn_command(cmd, **opts)
114 if err and not skip_stderr_log:
115 log.debug('Stderr output of svn command "%s":\n%s', cmd, err)
116 return out, err
117
101 @LazyProperty
118 @LazyProperty
102 def branches(self):
119 def branches(self):
103 return self._tags_or_branches('vcs_svn_branch')
120 return self._tags_or_branches('vcs_svn_branch')
104
121
105 @LazyProperty
122 @LazyProperty
106 def branches_closed(self):
123 def branches_closed(self):
107 return {}
124 return {}
108
125
109 @LazyProperty
126 @LazyProperty
110 def bookmarks(self):
127 def bookmarks(self):
111 return {}
128 return {}
112
129
113 @LazyProperty
130 @LazyProperty
114 def branches_all(self):
131 def branches_all(self):
115 # TODO: johbo: Implement proper branch support
132 # TODO: johbo: Implement proper branch support
116 all_branches = {}
133 all_branches = {}
117 all_branches.update(self.branches)
134 all_branches.update(self.branches)
118 all_branches.update(self.branches_closed)
135 all_branches.update(self.branches_closed)
119 return all_branches
136 return all_branches
120
137
121 @LazyProperty
138 @LazyProperty
122 def tags(self):
139 def tags(self):
123 return self._tags_or_branches('vcs_svn_tag')
140 return self._tags_or_branches('vcs_svn_tag')
124
141
125 def _tags_or_branches(self, config_section):
142 def _tags_or_branches(self, config_section):
126 found_items = {}
143 found_items = {}
127
144
128 if self.is_empty():
145 if self.is_empty():
129 return {}
146 return {}
130
147
131 for pattern in self._patterns_from_section(config_section):
148 for pattern in self._patterns_from_section(config_section):
132 pattern = vcspath.sanitize(pattern)
149 pattern = vcspath.sanitize(pattern)
133 tip = self.get_commit()
150 tip = self.get_commit()
134 try:
151 try:
135 if pattern.endswith('*'):
152 if pattern.endswith('*'):
136 basedir = tip.get_node(vcspath.dirname(pattern))
153 basedir = tip.get_node(vcspath.dirname(pattern))
137 directories = basedir.dirs
154 directories = basedir.dirs
138 else:
155 else:
139 directories = (tip.get_node(pattern), )
156 directories = (tip.get_node(pattern), )
140 except NodeDoesNotExistError:
157 except NodeDoesNotExistError:
141 continue
158 continue
142 found_items.update(
159 found_items.update(
143 (safe_unicode(n.path),
160 (safe_unicode(n.path),
144 self.commit_ids[-1])
161 self.commit_ids[-1])
145 for n in directories)
162 for n in directories)
146
163
147 def get_name(item):
164 def get_name(item):
148 return item[0]
165 return item[0]
149
166
150 return OrderedDict(sorted(found_items.items(), key=get_name))
167 return OrderedDict(sorted(found_items.items(), key=get_name))
151
168
152 def _patterns_from_section(self, section):
169 def _patterns_from_section(self, section):
153 return (pattern for key, pattern in self.config.items(section))
170 return (pattern for key, pattern in self.config.items(section))
154
171
155 def get_common_ancestor(self, commit_id1, commit_id2, repo2):
172 def get_common_ancestor(self, commit_id1, commit_id2, repo2):
156 if self != repo2:
173 if self != repo2:
157 raise ValueError(
174 raise ValueError(
158 "Subversion does not support getting common ancestor of"
175 "Subversion does not support getting common ancestor of"
159 " different repositories.")
176 " different repositories.")
160
177
161 if int(commit_id1) < int(commit_id2):
178 if int(commit_id1) < int(commit_id2):
162 return commit_id1
179 return commit_id1
163 return commit_id2
180 return commit_id2
164
181
165 def verify(self):
182 def verify(self):
166 verify = self._remote.verify()
183 verify = self._remote.verify()
167
184
168 self._remote.invalidate_vcs_cache()
185 self._remote.invalidate_vcs_cache()
169 return verify
186 return verify
170
187
171 def compare(self, commit_id1, commit_id2, repo2, merge, pre_load=None):
188 def compare(self, commit_id1, commit_id2, repo2, merge, pre_load=None):
172 # TODO: johbo: Implement better comparison, this is a very naive
189 # TODO: johbo: Implement better comparison, this is a very naive
173 # version which does not allow to compare branches, tags or folders
190 # version which does not allow to compare branches, tags or folders
174 # at all.
191 # at all.
175 if repo2 != self:
192 if repo2 != self:
176 raise ValueError(
193 raise ValueError(
177 "Subversion does not support comparison of of different "
194 "Subversion does not support comparison of of different "
178 "repositories.")
195 "repositories.")
179
196
180 if commit_id1 == commit_id2:
197 if commit_id1 == commit_id2:
181 return []
198 return []
182
199
183 commit_idx1 = self._get_commit_idx(commit_id1)
200 commit_idx1 = self._get_commit_idx(commit_id1)
184 commit_idx2 = self._get_commit_idx(commit_id2)
201 commit_idx2 = self._get_commit_idx(commit_id2)
185
202
186 commits = [
203 commits = [
187 self.get_commit(commit_idx=idx)
204 self.get_commit(commit_idx=idx)
188 for idx in range(commit_idx1 + 1, commit_idx2 + 1)]
205 for idx in range(commit_idx1 + 1, commit_idx2 + 1)]
189
206
190 return commits
207 return commits
191
208
192 def _get_commit_idx(self, commit_id):
209 def _get_commit_idx(self, commit_id):
193 try:
210 try:
194 svn_rev = int(commit_id)
211 svn_rev = int(commit_id)
195 except:
212 except:
196 # TODO: johbo: this might be only one case, HEAD, check this
213 # TODO: johbo: this might be only one case, HEAD, check this
197 svn_rev = self._remote.lookup(commit_id)
214 svn_rev = self._remote.lookup(commit_id)
198 commit_idx = svn_rev - 1
215 commit_idx = svn_rev - 1
199 if commit_idx >= len(self.commit_ids):
216 if commit_idx >= len(self.commit_ids):
200 raise CommitDoesNotExistError(
217 raise CommitDoesNotExistError(
201 "Commit at index %s does not exist." % (commit_idx, ))
218 "Commit at index %s does not exist." % (commit_idx, ))
202 return commit_idx
219 return commit_idx
203
220
204 @staticmethod
221 @staticmethod
205 def check_url(url, config):
222 def check_url(url, config):
206 """
223 """
207 Check if `url` is a valid source to import a Subversion repository.
224 Check if `url` is a valid source to import a Subversion repository.
208 """
225 """
209 # convert to URL if it's a local directory
226 # convert to URL if it's a local directory
210 if os.path.isdir(url):
227 if os.path.isdir(url):
211 url = 'file://' + urllib.pathname2url(url)
228 url = 'file://' + urllib.pathname2url(url)
212 return connection.Svn.check_url(url, config.serialize())
229 return connection.Svn.check_url(url, config.serialize())
213
230
214 @staticmethod
231 @staticmethod
215 def is_valid_repository(path):
232 def is_valid_repository(path):
216 try:
233 try:
217 SubversionRepository(path)
234 SubversionRepository(path)
218 return True
235 return True
219 except VCSError:
236 except VCSError:
220 pass
237 pass
221 return False
238 return False
222
239
223 def _check_path(self):
240 def _check_path(self):
224 if not os.path.exists(self.path):
241 if not os.path.exists(self.path):
225 raise VCSError('Path "%s" does not exist!' % (self.path, ))
242 raise VCSError('Path "%s" does not exist!' % (self.path, ))
226 if not self._remote.is_path_valid_repository(self.path):
243 if not self._remote.is_path_valid_repository(self.path):
227 raise VCSError(
244 raise VCSError(
228 'Path "%s" does not contain a Subversion repository' %
245 'Path "%s" does not contain a Subversion repository' %
229 (self.path, ))
246 (self.path, ))
230
247
231 @LazyProperty
248 @LazyProperty
232 def last_change(self):
249 def last_change(self):
233 """
250 """
234 Returns last change made on this repository as
251 Returns last change made on this repository as
235 `datetime.datetime` object.
252 `datetime.datetime` object.
236 """
253 """
237 # Subversion always has a first commit which has id "0" and contains
254 # Subversion always has a first commit which has id "0" and contains
238 # what we are looking for.
255 # what we are looking for.
239 last_id = len(self.commit_ids)
256 last_id = len(self.commit_ids)
240 properties = self._remote.revision_properties(last_id)
257 properties = self._remote.revision_properties(last_id)
241 return _date_from_svn_properties(properties)
258 return _date_from_svn_properties(properties)
242
259
243 @LazyProperty
260 @LazyProperty
244 def in_memory_commit(self):
261 def in_memory_commit(self):
245 return SubversionInMemoryCommit(self)
262 return SubversionInMemoryCommit(self)
246
263
247 def get_hook_location(self):
264 def get_hook_location(self):
248 """
265 """
249 returns absolute path to location where hooks are stored
266 returns absolute path to location where hooks are stored
250 """
267 """
251 return os.path.join(self.path, 'hooks')
268 return os.path.join(self.path, 'hooks')
252
269
253 def get_commit(self, commit_id=None, commit_idx=None, pre_load=None, translate_tag=None):
270 def get_commit(self, commit_id=None, commit_idx=None, pre_load=None, translate_tag=None):
254 if self.is_empty():
271 if self.is_empty():
255 raise EmptyRepositoryError("There are no commits yet")
272 raise EmptyRepositoryError("There are no commits yet")
256 if commit_id is not None:
273 if commit_id is not None:
257 self._validate_commit_id(commit_id)
274 self._validate_commit_id(commit_id)
258 elif commit_idx is not None:
275 elif commit_idx is not None:
259 self._validate_commit_idx(commit_idx)
276 self._validate_commit_idx(commit_idx)
260 try:
277 try:
261 commit_id = self.commit_ids[commit_idx]
278 commit_id = self.commit_ids[commit_idx]
262 except IndexError:
279 except IndexError:
263 raise CommitDoesNotExistError
280 raise CommitDoesNotExistError
264
281
265 commit_id = self._sanitize_commit_id(commit_id)
282 commit_id = self._sanitize_commit_id(commit_id)
266 commit = SubversionCommit(repository=self, commit_id=commit_id)
283 commit = SubversionCommit(repository=self, commit_id=commit_id)
267 return commit
284 return commit
268
285
269 def get_commits(
286 def get_commits(
270 self, start_id=None, end_id=None, start_date=None, end_date=None,
287 self, start_id=None, end_id=None, start_date=None, end_date=None,
271 branch_name=None, show_hidden=False, pre_load=None, translate_tags=None):
288 branch_name=None, show_hidden=False, pre_load=None, translate_tags=None):
272 if self.is_empty():
289 if self.is_empty():
273 raise EmptyRepositoryError("There are no commit_ids yet")
290 raise EmptyRepositoryError("There are no commit_ids yet")
274 self._validate_branch_name(branch_name)
291 self._validate_branch_name(branch_name)
275
292
276 if start_id is not None:
293 if start_id is not None:
277 self._validate_commit_id(start_id)
294 self._validate_commit_id(start_id)
278 if end_id is not None:
295 if end_id is not None:
279 self._validate_commit_id(end_id)
296 self._validate_commit_id(end_id)
280
297
281 start_raw_id = self._sanitize_commit_id(start_id)
298 start_raw_id = self._sanitize_commit_id(start_id)
282 start_pos = self.commit_ids.index(start_raw_id) if start_id else None
299 start_pos = self.commit_ids.index(start_raw_id) if start_id else None
283 end_raw_id = self._sanitize_commit_id(end_id)
300 end_raw_id = self._sanitize_commit_id(end_id)
284 end_pos = max(0, self.commit_ids.index(end_raw_id)) if end_id else None
301 end_pos = max(0, self.commit_ids.index(end_raw_id)) if end_id else None
285
302
286 if None not in [start_id, end_id] and start_pos > end_pos:
303 if None not in [start_id, end_id] and start_pos > end_pos:
287 raise RepositoryError(
304 raise RepositoryError(
288 "Start commit '%s' cannot be after end commit '%s'" %
305 "Start commit '%s' cannot be after end commit '%s'" %
289 (start_id, end_id))
306 (start_id, end_id))
290 if end_pos is not None:
307 if end_pos is not None:
291 end_pos += 1
308 end_pos += 1
292
309
293 # Date based filtering
310 # Date based filtering
294 if start_date or end_date:
311 if start_date or end_date:
295 start_raw_id, end_raw_id = self._remote.lookup_interval(
312 start_raw_id, end_raw_id = self._remote.lookup_interval(
296 date_astimestamp(start_date) if start_date else None,
313 date_astimestamp(start_date) if start_date else None,
297 date_astimestamp(end_date) if end_date else None)
314 date_astimestamp(end_date) if end_date else None)
298 start_pos = start_raw_id - 1
315 start_pos = start_raw_id - 1
299 end_pos = end_raw_id
316 end_pos = end_raw_id
300
317
301 commit_ids = self.commit_ids
318 commit_ids = self.commit_ids
302
319
303 # TODO: johbo: Reconsider impact of DEFAULT_BRANCH_NAME here
320 # TODO: johbo: Reconsider impact of DEFAULT_BRANCH_NAME here
304 if branch_name not in [None, self.DEFAULT_BRANCH_NAME]:
321 if branch_name not in [None, self.DEFAULT_BRANCH_NAME]:
305 svn_rev = long(self.commit_ids[-1])
322 svn_rev = long(self.commit_ids[-1])
306 commit_ids = self._remote.node_history(
323 commit_ids = self._remote.node_history(
307 path=branch_name, revision=svn_rev, limit=None)
324 path=branch_name, revision=svn_rev, limit=None)
308 commit_ids = [str(i) for i in reversed(commit_ids)]
325 commit_ids = [str(i) for i in reversed(commit_ids)]
309
326
310 if start_pos or end_pos:
327 if start_pos or end_pos:
311 commit_ids = commit_ids[start_pos:end_pos]
328 commit_ids = commit_ids[start_pos:end_pos]
312 return base.CollectionGenerator(self, commit_ids, pre_load=pre_load)
329 return base.CollectionGenerator(self, commit_ids, pre_load=pre_load)
313
330
314 def _sanitize_commit_id(self, commit_id):
331 def _sanitize_commit_id(self, commit_id):
315 if commit_id and commit_id.isdigit():
332 if commit_id and commit_id.isdigit():
316 if int(commit_id) <= len(self.commit_ids):
333 if int(commit_id) <= len(self.commit_ids):
317 return commit_id
334 return commit_id
318 else:
335 else:
319 raise CommitDoesNotExistError(
336 raise CommitDoesNotExistError(
320 "Commit %s does not exist." % (commit_id, ))
337 "Commit %s does not exist." % (commit_id, ))
321 if commit_id not in [
338 if commit_id not in [
322 None, 'HEAD', 'tip', self.DEFAULT_BRANCH_NAME]:
339 None, 'HEAD', 'tip', self.DEFAULT_BRANCH_NAME]:
323 raise CommitDoesNotExistError(
340 raise CommitDoesNotExistError(
324 "Commit id %s not understood." % (commit_id, ))
341 "Commit id %s not understood." % (commit_id, ))
325 svn_rev = self._remote.lookup('HEAD')
342 svn_rev = self._remote.lookup('HEAD')
326 return str(svn_rev)
343 return str(svn_rev)
327
344
328 def get_diff(
345 def get_diff(
329 self, commit1, commit2, path=None, ignore_whitespace=False,
346 self, commit1, commit2, path=None, ignore_whitespace=False,
330 context=3, path1=None):
347 context=3, path1=None):
331 self._validate_diff_commits(commit1, commit2)
348 self._validate_diff_commits(commit1, commit2)
332 svn_rev1 = long(commit1.raw_id)
349 svn_rev1 = long(commit1.raw_id)
333 svn_rev2 = long(commit2.raw_id)
350 svn_rev2 = long(commit2.raw_id)
334 diff = self._remote.diff(
351 diff = self._remote.diff(
335 svn_rev1, svn_rev2, path1=path1, path2=path,
352 svn_rev1, svn_rev2, path1=path1, path2=path,
336 ignore_whitespace=ignore_whitespace, context=context)
353 ignore_whitespace=ignore_whitespace, context=context)
337 return SubversionDiff(diff)
354 return SubversionDiff(diff)
338
355
339
356
340 def _sanitize_url(url):
357 def _sanitize_url(url):
341 if '://' not in url:
358 if '://' not in url:
342 url = 'file://' + urllib.pathname2url(url)
359 url = 'file://' + urllib.pathname2url(url)
343 return url
360 return url
General Comments 0
You need to be logged in to leave comments. Login now