##// END OF EJS Templates
dependencies: freeze few libraries for better rhodecode-ce compatability.
marcink -
r428:1ff51b51 default
parent child Browse files
Show More
@@ -1,851 +1,851 b''
1 # Generated by pip2nix 0.4.0
1 # Generated by pip2nix 0.4.0
2 # See https://github.com/johbo/pip2nix
2 # See https://github.com/johbo/pip2nix
3
3
4 {
4 {
5 Mako = super.buildPythonPackage {
6 name = "Mako-1.0.7";
7 buildInputs = with self; [];
8 doCheck = false;
9 propagatedBuildInputs = with self; [MarkupSafe];
10 src = fetchurl {
11 url = "https://files.pythonhosted.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz";
12 sha256 = "4e02fde57bd4abb5ec400181e4c314f56ac3e49ba4fb8b0d50bba18cb27d25ae";
13 };
14 meta = {
15 license = [ pkgs.lib.licenses.mit ];
16 };
17 };
18 MarkupSafe = super.buildPythonPackage {
19 name = "MarkupSafe-1.0";
20 buildInputs = with self; [];
21 doCheck = false;
22 propagatedBuildInputs = with self; [];
23 src = fetchurl {
24 url = "https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz";
25 sha256 = "a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad4910eb665";
26 };
27 meta = {
28 license = [ pkgs.lib.licenses.bsdOriginal ];
29 };
30 };
31 PasteDeploy = super.buildPythonPackage {
32 name = "PasteDeploy-1.5.2";
33 buildInputs = with self; [];
34 doCheck = false;
35 propagatedBuildInputs = with self; [];
36 src = fetchurl {
37 url = "https://files.pythonhosted.org/packages/0f/90/8e20cdae206c543ea10793cbf4136eb9a8b3f417e04e40a29d72d9922cbd/PasteDeploy-1.5.2.tar.gz";
38 sha256 = "d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb";
39 };
40 meta = {
41 license = [ pkgs.lib.licenses.mit ];
42 };
43 };
44 backports.shutil-get-terminal-size = super.buildPythonPackage {
5 backports.shutil-get-terminal-size = super.buildPythonPackage {
45 name = "backports.shutil-get-terminal-size-1.0.0";
6 name = "backports.shutil-get-terminal-size-1.0.0";
46 buildInputs = with self; [];
7 buildInputs = with self; [];
47 doCheck = false;
8 doCheck = false;
48 propagatedBuildInputs = with self; [];
9 propagatedBuildInputs = with self; [];
49 src = fetchurl {
10 src = fetchurl {
50 url = "https://files.pythonhosted.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-1.0.0.tar.gz";
11 url = "https://files.pythonhosted.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-1.0.0.tar.gz";
51 sha256 = "713e7a8228ae80341c70586d1cc0a8caa5207346927e23d09dcbcaf18eadec80";
12 sha256 = "713e7a8228ae80341c70586d1cc0a8caa5207346927e23d09dcbcaf18eadec80";
52 };
13 };
53 meta = {
14 meta = {
54 license = [ pkgs.lib.licenses.mit ];
15 license = [ pkgs.lib.licenses.mit ];
55 };
16 };
56 };
17 };
57 beaker = super.buildPythonPackage {
18 beaker = super.buildPythonPackage {
58 name = "beaker-1.9.1";
19 name = "beaker-1.9.1";
59 buildInputs = with self; [];
20 buildInputs = with self; [];
60 doCheck = false;
21 doCheck = false;
61 propagatedBuildInputs = with self; [funcsigs];
22 propagatedBuildInputs = with self; [funcsigs];
62 src = fetchurl {
23 src = fetchurl {
63 url = "https://files.pythonhosted.org/packages/ca/14/a626188d0d0c7b55dd7cf1902046c2743bd392a7078bb53073e13280eb1e/Beaker-1.9.1.tar.gz";
24 url = "https://files.pythonhosted.org/packages/ca/14/a626188d0d0c7b55dd7cf1902046c2743bd392a7078bb53073e13280eb1e/Beaker-1.9.1.tar.gz";
64 sha256 = "32276ed686ab7203baf60520452903e35d1c3515f632683ea4a5881c8cd55921";
25 sha256 = "32276ed686ab7203baf60520452903e35d1c3515f632683ea4a5881c8cd55921";
65 };
26 };
66 meta = {
27 meta = {
67 license = [ pkgs.lib.licenses.bsdOriginal ];
28 license = [ pkgs.lib.licenses.bsdOriginal ];
68 };
29 };
69 };
30 };
70 beautifulsoup4 = super.buildPythonPackage {
31 beautifulsoup4 = super.buildPythonPackage {
71 name = "beautifulsoup4-4.6.0";
32 name = "beautifulsoup4-4.6.0";
72 buildInputs = with self; [];
33 buildInputs = with self; [];
73 doCheck = false;
34 doCheck = false;
74 propagatedBuildInputs = with self; [];
35 propagatedBuildInputs = with self; [];
75 src = fetchurl {
36 src = fetchurl {
76 url = "https://files.pythonhosted.org/packages/fa/8d/1d14391fdaed5abada4e0f63543fef49b8331a34ca60c88bd521bcf7f782/beautifulsoup4-4.6.0.tar.gz";
37 url = "https://files.pythonhosted.org/packages/fa/8d/1d14391fdaed5abada4e0f63543fef49b8331a34ca60c88bd521bcf7f782/beautifulsoup4-4.6.0.tar.gz";
77 sha256 = "808b6ac932dccb0a4126558f7dfdcf41710dd44a4ef497a0bb59a77f9f078e89";
38 sha256 = "808b6ac932dccb0a4126558f7dfdcf41710dd44a4ef497a0bb59a77f9f078e89";
78 };
39 };
79 meta = {
40 meta = {
80 license = [ pkgs.lib.licenses.mit ];
41 license = [ pkgs.lib.licenses.mit ];
81 };
42 };
82 };
43 };
83 configobj = super.buildPythonPackage {
44 configobj = super.buildPythonPackage {
84 name = "configobj-5.0.6";
45 name = "configobj-5.0.6";
85 buildInputs = with self; [];
46 buildInputs = with self; [];
86 doCheck = false;
47 doCheck = false;
87 propagatedBuildInputs = with self; [six];
48 propagatedBuildInputs = with self; [six];
88 src = fetchurl {
49 src = fetchurl {
89 url = "https://files.pythonhosted.org/packages/64/61/079eb60459c44929e684fa7d9e2fdca403f67d64dd9dbac27296be2e0fab/configobj-5.0.6.tar.gz";
50 url = "https://files.pythonhosted.org/packages/64/61/079eb60459c44929e684fa7d9e2fdca403f67d64dd9dbac27296be2e0fab/configobj-5.0.6.tar.gz";
90 sha256 = "a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902";
51 sha256 = "a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902";
91 };
52 };
92 meta = {
53 meta = {
93 license = [ pkgs.lib.licenses.bsdOriginal ];
54 license = [ pkgs.lib.licenses.bsdOriginal ];
94 };
55 };
95 };
56 };
96 cov-core = super.buildPythonPackage {
57 cov-core = super.buildPythonPackage {
97 name = "cov-core-1.15.0";
58 name = "cov-core-1.15.0";
98 buildInputs = with self; [];
59 buildInputs = with self; [];
99 doCheck = false;
60 doCheck = false;
100 propagatedBuildInputs = with self; [coverage];
61 propagatedBuildInputs = with self; [coverage];
101 src = fetchurl {
62 src = fetchurl {
102 url = "https://files.pythonhosted.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz";
63 url = "https://files.pythonhosted.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz";
103 sha256 = "4a14c67d520fda9d42b0da6134638578caae1d374b9bb462d8de00587dba764c";
64 sha256 = "4a14c67d520fda9d42b0da6134638578caae1d374b9bb462d8de00587dba764c";
104 };
65 };
105 meta = {
66 meta = {
106 license = [ pkgs.lib.licenses.mit ];
67 license = [ pkgs.lib.licenses.mit ];
107 };
68 };
108 };
69 };
109 coverage = super.buildPythonPackage {
70 coverage = super.buildPythonPackage {
110 name = "coverage-3.7.1";
71 name = "coverage-3.7.1";
111 buildInputs = with self; [];
72 buildInputs = with self; [];
112 doCheck = false;
73 doCheck = false;
113 propagatedBuildInputs = with self; [];
74 propagatedBuildInputs = with self; [];
114 src = fetchurl {
75 src = fetchurl {
115 url = "https://files.pythonhosted.org/packages/09/4f/89b06c7fdc09687bca507dc411c342556ef9c5a3b26756137a4878ff19bf/coverage-3.7.1.tar.gz";
76 url = "https://files.pythonhosted.org/packages/09/4f/89b06c7fdc09687bca507dc411c342556ef9c5a3b26756137a4878ff19bf/coverage-3.7.1.tar.gz";
116 sha256 = "d1aea1c4aa61b8366d6a42dd3650622fbf9c634ed24eaf7f379c8b970e5ed44e";
77 sha256 = "d1aea1c4aa61b8366d6a42dd3650622fbf9c634ed24eaf7f379c8b970e5ed44e";
117 };
78 };
118 meta = {
79 meta = {
119 license = [ pkgs.lib.licenses.bsdOriginal ];
80 license = [ pkgs.lib.licenses.bsdOriginal ];
120 };
81 };
121 };
82 };
122 decorator = super.buildPythonPackage {
83 decorator = super.buildPythonPackage {
123 name = "decorator-4.1.2";
84 name = "decorator-4.1.2";
124 buildInputs = with self; [];
85 buildInputs = with self; [];
125 doCheck = false;
86 doCheck = false;
126 propagatedBuildInputs = with self; [];
87 propagatedBuildInputs = with self; [];
127 src = fetchurl {
88 src = fetchurl {
128 url = "https://files.pythonhosted.org/packages/bb/e0/f6e41e9091e130bf16d4437dabbac3993908e4d6485ecbc985ef1352db94/decorator-4.1.2.tar.gz";
89 url = "https://files.pythonhosted.org/packages/bb/e0/f6e41e9091e130bf16d4437dabbac3993908e4d6485ecbc985ef1352db94/decorator-4.1.2.tar.gz";
129 sha256 = "7cb64d38cb8002971710c8899fbdfb859a23a364b7c99dab19d1f719c2ba16b5";
90 sha256 = "7cb64d38cb8002971710c8899fbdfb859a23a364b7c99dab19d1f719c2ba16b5";
130 };
91 };
131 meta = {
92 meta = {
132 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ];
93 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ];
133 };
94 };
134 };
95 };
135 dulwich = super.buildPythonPackage {
96 dulwich = super.buildPythonPackage {
136 name = "dulwich-0.13.0";
97 name = "dulwich-0.13.0";
137 buildInputs = with self; [];
98 buildInputs = with self; [];
138 doCheck = false;
99 doCheck = false;
139 propagatedBuildInputs = with self; [];
100 propagatedBuildInputs = with self; [];
140 src = fetchurl {
101 src = fetchurl {
141 url = "https://files.pythonhosted.org/packages/84/95/732d280eee829dacc954e8109f97b47abcadcca472c2ab013e1635eb4792/dulwich-0.13.0.tar.gz";
102 url = "https://files.pythonhosted.org/packages/84/95/732d280eee829dacc954e8109f97b47abcadcca472c2ab013e1635eb4792/dulwich-0.13.0.tar.gz";
142 sha256 = "8ed35334e22cf93e7dcfd5113d8e262041967fe4c3cead5e262c9102f3e63238";
103 sha256 = "8ed35334e22cf93e7dcfd5113d8e262041967fe4c3cead5e262c9102f3e63238";
143 };
104 };
144 meta = {
105 meta = {
145 license = [ pkgs.lib.licenses.gpl2Plus ];
106 license = [ pkgs.lib.licenses.gpl2Plus ];
146 };
107 };
147 };
108 };
148 enum34 = super.buildPythonPackage {
109 enum34 = super.buildPythonPackage {
149 name = "enum34-1.1.6";
110 name = "enum34-1.1.6";
150 buildInputs = with self; [];
111 buildInputs = with self; [];
151 doCheck = false;
112 doCheck = false;
152 propagatedBuildInputs = with self; [];
113 propagatedBuildInputs = with self; [];
153 src = fetchurl {
114 src = fetchurl {
154 url = "https://files.pythonhosted.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz";
115 url = "https://files.pythonhosted.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz";
155 sha256 = "8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1";
116 sha256 = "8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1";
156 };
117 };
157 meta = {
118 meta = {
158 license = [ pkgs.lib.licenses.bsdOriginal ];
119 license = [ pkgs.lib.licenses.bsdOriginal ];
159 };
120 };
160 };
121 };
161 funcsigs = super.buildPythonPackage {
122 funcsigs = super.buildPythonPackage {
162 name = "funcsigs-1.0.2";
123 name = "funcsigs-1.0.2";
163 buildInputs = with self; [];
124 buildInputs = with self; [];
164 doCheck = false;
125 doCheck = false;
165 propagatedBuildInputs = with self; [];
126 propagatedBuildInputs = with self; [];
166 src = fetchurl {
127 src = fetchurl {
167 url = "https://files.pythonhosted.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz";
128 url = "https://files.pythonhosted.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz";
168 sha256 = "a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50";
129 sha256 = "a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50";
169 };
130 };
170 meta = {
131 meta = {
171 license = [ { fullName = "ASL"; } pkgs.lib.licenses.asl20 ];
132 license = [ { fullName = "ASL"; } pkgs.lib.licenses.asl20 ];
172 };
133 };
173 };
134 };
174 gevent = super.buildPythonPackage {
135 gevent = super.buildPythonPackage {
175 name = "gevent-1.2.2";
136 name = "gevent-1.2.2";
176 buildInputs = with self; [];
137 buildInputs = with self; [];
177 doCheck = false;
138 doCheck = false;
178 propagatedBuildInputs = with self; [greenlet];
139 propagatedBuildInputs = with self; [greenlet];
179 src = fetchurl {
140 src = fetchurl {
180 url = "https://files.pythonhosted.org/packages/1b/92/b111f76e54d2be11375b47b213b56687214f258fd9dae703546d30b837be/gevent-1.2.2.tar.gz";
141 url = "https://files.pythonhosted.org/packages/1b/92/b111f76e54d2be11375b47b213b56687214f258fd9dae703546d30b837be/gevent-1.2.2.tar.gz";
181 sha256 = "4791c8ae9c57d6f153354736e1ccab1e2baf6c8d9ae5a77a9ac90f41e2966b2d";
142 sha256 = "4791c8ae9c57d6f153354736e1ccab1e2baf6c8d9ae5a77a9ac90f41e2966b2d";
182 };
143 };
183 meta = {
144 meta = {
184 license = [ pkgs.lib.licenses.mit ];
145 license = [ pkgs.lib.licenses.mit ];
185 };
146 };
186 };
147 };
187 gprof2dot = super.buildPythonPackage {
148 gprof2dot = super.buildPythonPackage {
188 name = "gprof2dot-2017.9.19";
149 name = "gprof2dot-2017.9.19";
189 buildInputs = with self; [];
150 buildInputs = with self; [];
190 doCheck = false;
151 doCheck = false;
191 propagatedBuildInputs = with self; [];
152 propagatedBuildInputs = with self; [];
192 src = fetchurl {
153 src = fetchurl {
193 url = "https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz";
154 url = "https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz";
194 sha256 = "cebc7aa2782fd813ead415ea1fae3409524343485eadc7fb60ef5bd1e810309e";
155 sha256 = "cebc7aa2782fd813ead415ea1fae3409524343485eadc7fb60ef5bd1e810309e";
195 };
156 };
196 meta = {
157 meta = {
197 license = [ { fullName = "GNU Lesser General Public License v3 or later (LGPLv3+)"; } { fullName = "LGPL"; } ];
158 license = [ { fullName = "GNU Lesser General Public License v3 or later (LGPLv3+)"; } { fullName = "LGPL"; } ];
198 };
159 };
199 };
160 };
200 greenlet = super.buildPythonPackage {
161 greenlet = super.buildPythonPackage {
201 name = "greenlet-0.4.13";
162 name = "greenlet-0.4.13";
202 buildInputs = with self; [];
163 buildInputs = with self; [];
203 doCheck = false;
164 doCheck = false;
204 propagatedBuildInputs = with self; [];
165 propagatedBuildInputs = with self; [];
205 src = fetchurl {
166 src = fetchurl {
206 url = "https://files.pythonhosted.org/packages/13/de/ba92335e9e76040ca7274224942282a80d54f85e342a5e33c5277c7f87eb/greenlet-0.4.13.tar.gz";
167 url = "https://files.pythonhosted.org/packages/13/de/ba92335e9e76040ca7274224942282a80d54f85e342a5e33c5277c7f87eb/greenlet-0.4.13.tar.gz";
207 sha256 = "0fef83d43bf87a5196c91e73cb9772f945a4caaff91242766c5916d1dd1381e4";
168 sha256 = "0fef83d43bf87a5196c91e73cb9772f945a4caaff91242766c5916d1dd1381e4";
208 };
169 };
209 meta = {
170 meta = {
210 license = [ pkgs.lib.licenses.mit ];
171 license = [ pkgs.lib.licenses.mit ];
211 };
172 };
212 };
173 };
213 gunicorn = super.buildPythonPackage {
174 gunicorn = super.buildPythonPackage {
214 name = "gunicorn-19.7.1";
175 name = "gunicorn-19.7.1";
215 buildInputs = with self; [];
176 buildInputs = with self; [];
216 doCheck = false;
177 doCheck = false;
217 propagatedBuildInputs = with self; [];
178 propagatedBuildInputs = with self; [];
218 src = fetchurl {
179 src = fetchurl {
219 url = "https://files.pythonhosted.org/packages/30/3a/10bb213cede0cc4d13ac2263316c872a64bf4c819000c8ccd801f1d5f822/gunicorn-19.7.1.tar.gz";
180 url = "https://files.pythonhosted.org/packages/30/3a/10bb213cede0cc4d13ac2263316c872a64bf4c819000c8ccd801f1d5f822/gunicorn-19.7.1.tar.gz";
220 sha256 = "eee1169f0ca667be05db3351a0960765620dad53f53434262ff8901b68a1b622";
181 sha256 = "eee1169f0ca667be05db3351a0960765620dad53f53434262ff8901b68a1b622";
221 };
182 };
222 meta = {
183 meta = {
223 license = [ pkgs.lib.licenses.mit ];
184 license = [ pkgs.lib.licenses.mit ];
224 };
185 };
225 };
186 };
226 hg-evolve = super.buildPythonPackage {
187 hg-evolve = super.buildPythonPackage {
227 name = "hg-evolve-7.3.0";
188 name = "hg-evolve-7.3.0";
228 buildInputs = with self; [];
189 buildInputs = with self; [];
229 doCheck = false;
190 doCheck = false;
230 propagatedBuildInputs = with self; [];
191 propagatedBuildInputs = with self; [];
231 src = fetchurl {
192 src = fetchurl {
232 url = "https://files.pythonhosted.org/packages/ef/36/a8e43e5b59e5e19f76cf7007237d9474c4d4466fe12d1081212724463abe/hg-evolve-7.3.0.tar.gz";
193 url = "https://files.pythonhosted.org/packages/ef/36/a8e43e5b59e5e19f76cf7007237d9474c4d4466fe12d1081212724463abe/hg-evolve-7.3.0.tar.gz";
233 sha256 = "ed9041f146fbfa02731ffead150eabcc9175d4e817fa861c61878afdf133cf89";
194 sha256 = "ed9041f146fbfa02731ffead150eabcc9175d4e817fa861c61878afdf133cf89";
234 };
195 };
235 meta = {
196 meta = {
236 license = [ { fullName = "GPLv2+"; } ];
197 license = [ { fullName = "GPLv2+"; } ];
237 };
198 };
238 };
199 };
239 hgsubversion = super.buildPythonPackage {
200 hgsubversion = super.buildPythonPackage {
240 name = "hgsubversion-1.9.1";
201 name = "hgsubversion-1.9.1";
241 buildInputs = with self; [];
202 buildInputs = with self; [];
242 doCheck = false;
203 doCheck = false;
243 propagatedBuildInputs = with self; [mercurial subvertpy];
204 propagatedBuildInputs = with self; [mercurial subvertpy];
244 src = fetchurl {
205 src = fetchurl {
245 url = "https://files.pythonhosted.org/packages/a1/92/8e0871f064573a0033b0c769e875b02e50a93a0123ed694f1bfaaffd0d92/hgsubversion-1.9.1.tar.gz";
206 url = "https://files.pythonhosted.org/packages/a1/92/8e0871f064573a0033b0c769e875b02e50a93a0123ed694f1bfaaffd0d92/hgsubversion-1.9.1.tar.gz";
246 sha256 = "832ce824d644d6de987e5e3dde8a7b1f8da5b03ddd74f0194ac1a13d2754356f";
207 sha256 = "832ce824d644d6de987e5e3dde8a7b1f8da5b03ddd74f0194ac1a13d2754356f";
247 };
208 };
248 meta = {
209 meta = {
249 license = [ pkgs.lib.licenses.gpl1 ];
210 license = [ pkgs.lib.licenses.gpl1 ];
250 };
211 };
251 };
212 };
252 hupper = super.buildPythonPackage {
213 hupper = super.buildPythonPackage {
253 name = "hupper-1.1";
214 name = "hupper-1.1";
254 buildInputs = with self; [];
215 buildInputs = with self; [];
255 doCheck = false;
216 doCheck = false;
256 propagatedBuildInputs = with self; [];
217 propagatedBuildInputs = with self; [];
257 src = fetchurl {
218 src = fetchurl {
258 url = "https://files.pythonhosted.org/packages/21/0d/b7832396df00564836b204ac23aadd6ff177d1c0e68ce40e5ccaccc1dd86/hupper-1.1.tar.gz";
219 url = "https://files.pythonhosted.org/packages/21/0d/b7832396df00564836b204ac23aadd6ff177d1c0e68ce40e5ccaccc1dd86/hupper-1.1.tar.gz";
259 sha256 = "e18037fa43fb4af7c00bd262ca6f5d7bcd22debd5d71e43b0fb1437f56e78035";
220 sha256 = "e18037fa43fb4af7c00bd262ca6f5d7bcd22debd5d71e43b0fb1437f56e78035";
260 };
221 };
261 meta = {
222 meta = {
262 license = [ pkgs.lib.licenses.mit ];
223 license = [ pkgs.lib.licenses.mit ];
263 };
224 };
264 };
225 };
265 infrae.cache = super.buildPythonPackage {
226 infrae.cache = super.buildPythonPackage {
266 name = "infrae.cache-1.0.1";
227 name = "infrae.cache-1.0.1";
267 buildInputs = with self; [];
228 buildInputs = with self; [];
268 doCheck = false;
229 doCheck = false;
269 propagatedBuildInputs = with self; [beaker repoze.lru];
230 propagatedBuildInputs = with self; [beaker repoze.lru];
270 src = fetchurl {
231 src = fetchurl {
271 url = "https://files.pythonhosted.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz";
232 url = "https://files.pythonhosted.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz";
272 sha256 = "844b1baa0ab7613159c7e2ee368a5ec4d574e409ff86963e1f45f08dacd478b7";
233 sha256 = "844b1baa0ab7613159c7e2ee368a5ec4d574e409ff86963e1f45f08dacd478b7";
273 };
234 };
274 meta = {
235 meta = {
275 license = [ pkgs.lib.licenses.zpt21 ];
236 license = [ pkgs.lib.licenses.zpt21 ];
276 };
237 };
277 };
238 };
278 ipdb = super.buildPythonPackage {
239 ipdb = super.buildPythonPackage {
279 name = "ipdb-0.11";
240 name = "ipdb-0.11";
280 buildInputs = with self; [];
241 buildInputs = with self; [];
281 doCheck = false;
242 doCheck = false;
282 propagatedBuildInputs = with self; [setuptools ipython];
243 propagatedBuildInputs = with self; [setuptools ipython];
283 src = fetchurl {
244 src = fetchurl {
284 url = "https://files.pythonhosted.org/packages/80/fe/4564de08f174f3846364b3add8426d14cebee228f741c27e702b2877e85b/ipdb-0.11.tar.gz";
245 url = "https://files.pythonhosted.org/packages/80/fe/4564de08f174f3846364b3add8426d14cebee228f741c27e702b2877e85b/ipdb-0.11.tar.gz";
285 sha256 = "7081c65ed7bfe7737f83fa4213ca8afd9617b42ff6b3f1daf9a3419839a2a00a";
246 sha256 = "7081c65ed7bfe7737f83fa4213ca8afd9617b42ff6b3f1daf9a3419839a2a00a";
286 };
247 };
287 meta = {
248 meta = {
288 license = [ pkgs.lib.licenses.bsdOriginal ];
249 license = [ pkgs.lib.licenses.bsdOriginal ];
289 };
250 };
290 };
251 };
291 ipython = super.buildPythonPackage {
252 ipython = super.buildPythonPackage {
292 name = "ipython-5.1.0";
253 name = "ipython-5.1.0";
293 buildInputs = with self; [];
254 buildInputs = with self; [];
294 doCheck = false;
255 doCheck = false;
295 propagatedBuildInputs = with self; [setuptools decorator pickleshare simplegeneric traitlets prompt-toolkit pygments pexpect backports.shutil-get-terminal-size pathlib2 pexpect];
256 propagatedBuildInputs = with self; [setuptools decorator pickleshare simplegeneric traitlets prompt-toolkit pygments pexpect backports.shutil-get-terminal-size pathlib2 pexpect];
296 src = fetchurl {
257 src = fetchurl {
297 url = "https://files.pythonhosted.org/packages/89/63/a9292f7cd9d0090a0f995e1167f3f17d5889dcbc9a175261719c513b9848/ipython-5.1.0.tar.gz";
258 url = "https://files.pythonhosted.org/packages/89/63/a9292f7cd9d0090a0f995e1167f3f17d5889dcbc9a175261719c513b9848/ipython-5.1.0.tar.gz";
298 sha256 = "7ef4694e1345913182126b219aaa4a0047e191af414256da6772cf249571b961";
259 sha256 = "7ef4694e1345913182126b219aaa4a0047e191af414256da6772cf249571b961";
299 };
260 };
300 meta = {
261 meta = {
301 license = [ pkgs.lib.licenses.bsdOriginal ];
262 license = [ pkgs.lib.licenses.bsdOriginal ];
302 };
263 };
303 };
264 };
304 ipython-genutils = super.buildPythonPackage {
265 ipython-genutils = super.buildPythonPackage {
305 name = "ipython-genutils-0.2.0";
266 name = "ipython-genutils-0.2.0";
306 buildInputs = with self; [];
267 buildInputs = with self; [];
307 doCheck = false;
268 doCheck = false;
308 propagatedBuildInputs = with self; [];
269 propagatedBuildInputs = with self; [];
309 src = fetchurl {
270 src = fetchurl {
310 url = "https://files.pythonhosted.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399/ipython_genutils-0.2.0.tar.gz";
271 url = "https://files.pythonhosted.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399/ipython_genutils-0.2.0.tar.gz";
311 sha256 = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8";
272 sha256 = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8";
312 };
273 };
313 meta = {
274 meta = {
314 license = [ pkgs.lib.licenses.bsdOriginal ];
275 license = [ pkgs.lib.licenses.bsdOriginal ];
315 };
276 };
316 };
277 };
278 mako = super.buildPythonPackage {
279 name = "mako-1.0.7";
280 buildInputs = with self; [];
281 doCheck = false;
282 propagatedBuildInputs = with self; [markupsafe];
283 src = fetchurl {
284 url = "https://files.pythonhosted.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz";
285 sha256 = "4e02fde57bd4abb5ec400181e4c314f56ac3e49ba4fb8b0d50bba18cb27d25ae";
286 };
287 meta = {
288 license = [ pkgs.lib.licenses.mit ];
289 };
290 };
291 markupsafe = super.buildPythonPackage {
292 name = "markupsafe-1.0";
293 buildInputs = with self; [];
294 doCheck = false;
295 propagatedBuildInputs = with self; [];
296 src = fetchurl {
297 url = "https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz";
298 sha256 = "a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad4910eb665";
299 };
300 meta = {
301 license = [ pkgs.lib.licenses.bsdOriginal ];
302 };
303 };
317 mercurial = super.buildPythonPackage {
304 mercurial = super.buildPythonPackage {
318 name = "mercurial-4.4.2";
305 name = "mercurial-4.4.2";
319 buildInputs = with self; [];
306 buildInputs = with self; [];
320 doCheck = false;
307 doCheck = false;
321 propagatedBuildInputs = with self; [];
308 propagatedBuildInputs = with self; [];
322 src = fetchurl {
309 src = fetchurl {
323 url = "https://files.pythonhosted.org/packages/d0/83/92a5fa662ba277128db305e39e7ea5a638f2f1cbbc6dc5fbf4c14aefae22/mercurial-4.4.2.tar.gz";
310 url = "https://files.pythonhosted.org/packages/d0/83/92a5fa662ba277128db305e39e7ea5a638f2f1cbbc6dc5fbf4c14aefae22/mercurial-4.4.2.tar.gz";
324 sha256 = "dc2f72caccd6b760226753d48c2f4e8889fe176a6b23ef50775caac55ce28b85";
311 sha256 = "dc2f72caccd6b760226753d48c2f4e8889fe176a6b23ef50775caac55ce28b85";
325 };
312 };
326 meta = {
313 meta = {
327 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
314 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
328 };
315 };
329 };
316 };
330 mock = super.buildPythonPackage {
317 mock = super.buildPythonPackage {
331 name = "mock-1.0.1";
318 name = "mock-1.0.1";
332 buildInputs = with self; [];
319 buildInputs = with self; [];
333 doCheck = false;
320 doCheck = false;
334 propagatedBuildInputs = with self; [];
321 propagatedBuildInputs = with self; [];
335 src = fetchurl {
322 src = fetchurl {
336 url = "https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz";
323 url = "https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz";
337 sha256 = "b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f";
324 sha256 = "b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f";
338 };
325 };
339 meta = {
326 meta = {
340 license = [ pkgs.lib.licenses.bsdOriginal ];
327 license = [ pkgs.lib.licenses.bsdOriginal ];
341 };
328 };
342 };
329 };
343 msgpack-python = super.buildPythonPackage {
330 msgpack-python = super.buildPythonPackage {
344 name = "msgpack-python-0.4.8";
331 name = "msgpack-python-0.4.8";
345 buildInputs = with self; [];
332 buildInputs = with self; [];
346 doCheck = false;
333 doCheck = false;
347 propagatedBuildInputs = with self; [];
334 propagatedBuildInputs = with self; [];
348 src = fetchurl {
335 src = fetchurl {
349 url = "https://files.pythonhosted.org/packages/21/27/8a1d82041c7a2a51fcc73675875a5f9ea06c2663e02fcfeb708be1d081a0/msgpack-python-0.4.8.tar.gz";
336 url = "https://files.pythonhosted.org/packages/21/27/8a1d82041c7a2a51fcc73675875a5f9ea06c2663e02fcfeb708be1d081a0/msgpack-python-0.4.8.tar.gz";
350 sha256 = "1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc28955799f886";
337 sha256 = "1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc28955799f886";
351 };
338 };
352 meta = {
339 meta = {
353 license = [ pkgs.lib.licenses.asl20 ];
340 license = [ pkgs.lib.licenses.asl20 ];
354 };
341 };
355 };
342 };
343 pastedeploy = super.buildPythonPackage {
344 name = "pastedeploy-1.5.2";
345 buildInputs = with self; [];
346 doCheck = false;
347 propagatedBuildInputs = with self; [];
348 src = fetchurl {
349 url = "https://files.pythonhosted.org/packages/0f/90/8e20cdae206c543ea10793cbf4136eb9a8b3f417e04e40a29d72d9922cbd/PasteDeploy-1.5.2.tar.gz";
350 sha256 = "d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb";
351 };
352 meta = {
353 license = [ pkgs.lib.licenses.mit ];
354 };
355 };
356 pathlib2 = super.buildPythonPackage {
356 pathlib2 = super.buildPythonPackage {
357 name = "pathlib2-2.3.0";
357 name = "pathlib2-2.3.0";
358 buildInputs = with self; [];
358 buildInputs = with self; [];
359 doCheck = false;
359 doCheck = false;
360 propagatedBuildInputs = with self; [six scandir];
360 propagatedBuildInputs = with self; [six scandir];
361 src = fetchurl {
361 src = fetchurl {
362 url = "https://files.pythonhosted.org/packages/a1/14/df0deb867c2733f7d857523c10942b3d6612a1b222502fdffa9439943dfb/pathlib2-2.3.0.tar.gz";
362 url = "https://files.pythonhosted.org/packages/a1/14/df0deb867c2733f7d857523c10942b3d6612a1b222502fdffa9439943dfb/pathlib2-2.3.0.tar.gz";
363 sha256 = "d32550b75a818b289bd4c1f96b60c89957811da205afcceab75bc8b4857ea5b3";
363 sha256 = "d32550b75a818b289bd4c1f96b60c89957811da205afcceab75bc8b4857ea5b3";
364 };
364 };
365 meta = {
365 meta = {
366 license = [ pkgs.lib.licenses.mit ];
366 license = [ pkgs.lib.licenses.mit ];
367 };
367 };
368 };
368 };
369 pexpect = super.buildPythonPackage {
369 pexpect = super.buildPythonPackage {
370 name = "pexpect-4.5.0";
370 name = "pexpect-4.5.0";
371 buildInputs = with self; [];
371 buildInputs = with self; [];
372 doCheck = false;
372 doCheck = false;
373 propagatedBuildInputs = with self; [ptyprocess];
373 propagatedBuildInputs = with self; [ptyprocess];
374 src = fetchurl {
374 src = fetchurl {
375 url = "https://files.pythonhosted.org/packages/09/0e/75f0c093654988b8f17416afb80f7621bcf7d36bbd6afb4f823acdb4bcdc/pexpect-4.5.0.tar.gz";
375 url = "https://files.pythonhosted.org/packages/09/0e/75f0c093654988b8f17416afb80f7621bcf7d36bbd6afb4f823acdb4bcdc/pexpect-4.5.0.tar.gz";
376 sha256 = "9f8eb3277716a01faafaba553d629d3d60a1a624c7cf45daa600d2148c30020c";
376 sha256 = "9f8eb3277716a01faafaba553d629d3d60a1a624c7cf45daa600d2148c30020c";
377 };
377 };
378 meta = {
378 meta = {
379 license = [ pkgs.lib.licenses.isc { fullName = "ISC License (ISCL)"; } ];
379 license = [ pkgs.lib.licenses.isc { fullName = "ISC License (ISCL)"; } ];
380 };
380 };
381 };
381 };
382 pickleshare = super.buildPythonPackage {
382 pickleshare = super.buildPythonPackage {
383 name = "pickleshare-0.7.4";
383 name = "pickleshare-0.7.4";
384 buildInputs = with self; [];
384 buildInputs = with self; [];
385 doCheck = false;
385 doCheck = false;
386 propagatedBuildInputs = with self; [pathlib2];
386 propagatedBuildInputs = with self; [pathlib2];
387 src = fetchurl {
387 src = fetchurl {
388 url = "https://files.pythonhosted.org/packages/69/fe/dd137d84daa0fd13a709e448138e310d9ea93070620c9db5454e234af525/pickleshare-0.7.4.tar.gz";
388 url = "https://files.pythonhosted.org/packages/69/fe/dd137d84daa0fd13a709e448138e310d9ea93070620c9db5454e234af525/pickleshare-0.7.4.tar.gz";
389 sha256 = "84a9257227dfdd6fe1b4be1319096c20eb85ff1e82c7932f36efccfe1b09737b";
389 sha256 = "84a9257227dfdd6fe1b4be1319096c20eb85ff1e82c7932f36efccfe1b09737b";
390 };
390 };
391 meta = {
391 meta = {
392 license = [ pkgs.lib.licenses.mit ];
392 license = [ pkgs.lib.licenses.mit ];
393 };
393 };
394 };
394 };
395 plaster = super.buildPythonPackage {
395 plaster = super.buildPythonPackage {
396 name = "plaster-1.0";
396 name = "plaster-1.0";
397 buildInputs = with self; [];
397 buildInputs = with self; [];
398 doCheck = false;
398 doCheck = false;
399 propagatedBuildInputs = with self; [setuptools];
399 propagatedBuildInputs = with self; [setuptools];
400 src = fetchurl {
400 src = fetchurl {
401 url = "https://files.pythonhosted.org/packages/37/e1/56d04382d718d32751017d32f351214384e529b794084eee20bb52405563/plaster-1.0.tar.gz";
401 url = "https://files.pythonhosted.org/packages/37/e1/56d04382d718d32751017d32f351214384e529b794084eee20bb52405563/plaster-1.0.tar.gz";
402 sha256 = "8351c7c7efdf33084c1de88dd0f422cbe7342534537b553c49b857b12d98c8c3";
402 sha256 = "8351c7c7efdf33084c1de88dd0f422cbe7342534537b553c49b857b12d98c8c3";
403 };
403 };
404 meta = {
404 meta = {
405 license = [ pkgs.lib.licenses.mit ];
405 license = [ pkgs.lib.licenses.mit ];
406 };
406 };
407 };
407 };
408 plaster-pastedeploy = super.buildPythonPackage {
408 plaster-pastedeploy = super.buildPythonPackage {
409 name = "plaster-pastedeploy-0.5";
409 name = "plaster-pastedeploy-0.5";
410 buildInputs = with self; [];
410 buildInputs = with self; [];
411 doCheck = false;
411 doCheck = false;
412 propagatedBuildInputs = with self; [PasteDeploy plaster];
412 propagatedBuildInputs = with self; [pastedeploy plaster];
413 src = fetchurl {
413 src = fetchurl {
414 url = "https://files.pythonhosted.org/packages/e7/05/cc12d9d3efaa10046b6ec5de91b16486c95de4847dc57599bf58021a3d5c/plaster_pastedeploy-0.5.tar.gz";
414 url = "https://files.pythonhosted.org/packages/e7/05/cc12d9d3efaa10046b6ec5de91b16486c95de4847dc57599bf58021a3d5c/plaster_pastedeploy-0.5.tar.gz";
415 sha256 = "70a3185b2a3336996a26e9987968cf35e84cf13390b7e8a0a9a91eb8f6f85ba9";
415 sha256 = "70a3185b2a3336996a26e9987968cf35e84cf13390b7e8a0a9a91eb8f6f85ba9";
416 };
416 };
417 meta = {
417 meta = {
418 license = [ pkgs.lib.licenses.mit ];
418 license = [ pkgs.lib.licenses.mit ];
419 };
419 };
420 };
420 };
421 prompt-toolkit = super.buildPythonPackage {
421 prompt-toolkit = super.buildPythonPackage {
422 name = "prompt-toolkit-1.0.15";
422 name = "prompt-toolkit-1.0.15";
423 buildInputs = with self; [];
423 buildInputs = with self; [];
424 doCheck = false;
424 doCheck = false;
425 propagatedBuildInputs = with self; [six wcwidth];
425 propagatedBuildInputs = with self; [six wcwidth];
426 src = fetchurl {
426 src = fetchurl {
427 url = "https://files.pythonhosted.org/packages/8a/ad/cf6b128866e78ad6d7f1dc5b7f99885fb813393d9860778b2984582e81b5/prompt_toolkit-1.0.15.tar.gz";
427 url = "https://files.pythonhosted.org/packages/8a/ad/cf6b128866e78ad6d7f1dc5b7f99885fb813393d9860778b2984582e81b5/prompt_toolkit-1.0.15.tar.gz";
428 sha256 = "858588f1983ca497f1cf4ffde01d978a3ea02b01c8a26a8bbc5cd2e66d816917";
428 sha256 = "858588f1983ca497f1cf4ffde01d978a3ea02b01c8a26a8bbc5cd2e66d816917";
429 };
429 };
430 meta = {
430 meta = {
431 license = [ pkgs.lib.licenses.bsdOriginal ];
431 license = [ pkgs.lib.licenses.bsdOriginal ];
432 };
432 };
433 };
433 };
434 ptyprocess = super.buildPythonPackage {
434 ptyprocess = super.buildPythonPackage {
435 name = "ptyprocess-0.5.2";
435 name = "ptyprocess-0.5.2";
436 buildInputs = with self; [];
436 buildInputs = with self; [];
437 doCheck = false;
437 doCheck = false;
438 propagatedBuildInputs = with self; [];
438 propagatedBuildInputs = with self; [];
439 src = fetchurl {
439 src = fetchurl {
440 url = "https://files.pythonhosted.org/packages/51/83/5d07dc35534640b06f9d9f1a1d2bc2513fb9cc7595a1b0e28ae5477056ce/ptyprocess-0.5.2.tar.gz";
440 url = "https://files.pythonhosted.org/packages/51/83/5d07dc35534640b06f9d9f1a1d2bc2513fb9cc7595a1b0e28ae5477056ce/ptyprocess-0.5.2.tar.gz";
441 sha256 = "e64193f0047ad603b71f202332ab5527c5e52aa7c8b609704fc28c0dc20c4365";
441 sha256 = "e64193f0047ad603b71f202332ab5527c5e52aa7c8b609704fc28c0dc20c4365";
442 };
442 };
443 meta = {
443 meta = {
444 license = [ ];
444 license = [ ];
445 };
445 };
446 };
446 };
447 py = super.buildPythonPackage {
447 py = super.buildPythonPackage {
448 name = "py-1.5.2";
448 name = "py-1.5.2";
449 buildInputs = with self; [];
449 buildInputs = with self; [];
450 doCheck = false;
450 doCheck = false;
451 propagatedBuildInputs = with self; [];
451 propagatedBuildInputs = with self; [];
452 src = fetchurl {
452 src = fetchurl {
453 url = "https://files.pythonhosted.org/packages/90/e3/e075127d39d35f09a500ebb4a90afd10f9ef0a1d28a6d09abeec0e444fdd/py-1.5.2.tar.gz";
453 url = "https://files.pythonhosted.org/packages/90/e3/e075127d39d35f09a500ebb4a90afd10f9ef0a1d28a6d09abeec0e444fdd/py-1.5.2.tar.gz";
454 sha256 = "ca18943e28235417756316bfada6cd96b23ce60dd532642690dcfdaba988a76d";
454 sha256 = "ca18943e28235417756316bfada6cd96b23ce60dd532642690dcfdaba988a76d";
455 };
455 };
456 meta = {
456 meta = {
457 license = [ pkgs.lib.licenses.mit ];
457 license = [ pkgs.lib.licenses.mit ];
458 };
458 };
459 };
459 };
460 pygments = super.buildPythonPackage {
460 pygments = super.buildPythonPackage {
461 name = "pygments-2.2.0";
461 name = "pygments-2.2.0";
462 buildInputs = with self; [];
462 buildInputs = with self; [];
463 doCheck = false;
463 doCheck = false;
464 propagatedBuildInputs = with self; [];
464 propagatedBuildInputs = with self; [];
465 src = fetchurl {
465 src = fetchurl {
466 url = "https://files.pythonhosted.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz";
466 url = "https://files.pythonhosted.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz";
467 sha256 = "dbae1046def0efb574852fab9e90209b23f556367b5a320c0bcb871c77c3e8cc";
467 sha256 = "dbae1046def0efb574852fab9e90209b23f556367b5a320c0bcb871c77c3e8cc";
468 };
468 };
469 meta = {
469 meta = {
470 license = [ pkgs.lib.licenses.bsdOriginal ];
470 license = [ pkgs.lib.licenses.bsdOriginal ];
471 };
471 };
472 };
472 };
473 pyramid = super.buildPythonPackage {
473 pyramid = super.buildPythonPackage {
474 name = "pyramid-1.9.2";
474 name = "pyramid-1.9.2";
475 buildInputs = with self; [];
475 buildInputs = with self; [];
476 doCheck = false;
476 doCheck = false;
477 propagatedBuildInputs = with self; [setuptools webob repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy plaster plaster-pastedeploy hupper];
477 propagatedBuildInputs = with self; [setuptools webob repoze.lru zope.interface zope.deprecation venusian translationstring pastedeploy plaster plaster-pastedeploy hupper];
478 src = fetchurl {
478 src = fetchurl {
479 url = "https://files.pythonhosted.org/packages/a0/c1/b321d07cfc4870541989ad131c86a1d593bfe802af0eca9718a0dadfb97a/pyramid-1.9.2.tar.gz";
479 url = "https://files.pythonhosted.org/packages/a0/c1/b321d07cfc4870541989ad131c86a1d593bfe802af0eca9718a0dadfb97a/pyramid-1.9.2.tar.gz";
480 sha256 = "cf89a48cb899291639686bf3d4a883b39e496151fa4871fb83cc1a3200d5b925";
480 sha256 = "cf89a48cb899291639686bf3d4a883b39e496151fa4871fb83cc1a3200d5b925";
481 };
481 };
482 meta = {
482 meta = {
483 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
483 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
484 };
484 };
485 };
485 };
486 pyramid-mako = super.buildPythonPackage {
486 pyramid-mako = super.buildPythonPackage {
487 name = "pyramid-mako-1.0.2";
487 name = "pyramid-mako-1.0.2";
488 buildInputs = with self; [];
488 buildInputs = with self; [];
489 doCheck = false;
489 doCheck = false;
490 propagatedBuildInputs = with self; [pyramid Mako];
490 propagatedBuildInputs = with self; [pyramid mako];
491 src = fetchurl {
491 src = fetchurl {
492 url = "https://files.pythonhosted.org/packages/f1/92/7e69bcf09676d286a71cb3bbb887b16595b96f9ba7adbdc239ffdd4b1eb9/pyramid_mako-1.0.2.tar.gz";
492 url = "https://files.pythonhosted.org/packages/f1/92/7e69bcf09676d286a71cb3bbb887b16595b96f9ba7adbdc239ffdd4b1eb9/pyramid_mako-1.0.2.tar.gz";
493 sha256 = "6da0987b9874cf53e72139624665a73965bbd7fbde504d1753e4231ce916f3a1";
493 sha256 = "6da0987b9874cf53e72139624665a73965bbd7fbde504d1753e4231ce916f3a1";
494 };
494 };
495 meta = {
495 meta = {
496 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
496 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
497 };
497 };
498 };
498 };
499 pytest = super.buildPythonPackage {
499 pytest = super.buildPythonPackage {
500 name = "pytest-3.2.5";
500 name = "pytest-3.2.5";
501 buildInputs = with self; [];
501 buildInputs = with self; [];
502 doCheck = false;
502 doCheck = false;
503 propagatedBuildInputs = with self; [py setuptools];
503 propagatedBuildInputs = with self; [py setuptools];
504 src = fetchurl {
504 src = fetchurl {
505 url = "https://files.pythonhosted.org/packages/1f/f8/8cd74c16952163ce0db0bd95fdd8810cbf093c08be00e6e665ebf0dc3138/pytest-3.2.5.tar.gz";
505 url = "https://files.pythonhosted.org/packages/1f/f8/8cd74c16952163ce0db0bd95fdd8810cbf093c08be00e6e665ebf0dc3138/pytest-3.2.5.tar.gz";
506 sha256 = "6d5bd4f7113b444c55a3bbb5c738a3dd80d43563d063fc42dcb0aaefbdd78b81";
506 sha256 = "6d5bd4f7113b444c55a3bbb5c738a3dd80d43563d063fc42dcb0aaefbdd78b81";
507 };
507 };
508 meta = {
508 meta = {
509 license = [ pkgs.lib.licenses.mit ];
509 license = [ pkgs.lib.licenses.mit ];
510 };
510 };
511 };
511 };
512 pytest-catchlog = super.buildPythonPackage {
512 pytest-catchlog = super.buildPythonPackage {
513 name = "pytest-catchlog-1.2.2";
513 name = "pytest-catchlog-1.2.2";
514 buildInputs = with self; [];
514 buildInputs = with self; [];
515 doCheck = false;
515 doCheck = false;
516 propagatedBuildInputs = with self; [py pytest];
516 propagatedBuildInputs = with self; [py pytest];
517 src = fetchurl {
517 src = fetchurl {
518 url = "https://files.pythonhosted.org/packages/f2/2b/2faccdb1a978fab9dd0bf31cca9f6847fbe9184a0bdcc3011ac41dd44191/pytest-catchlog-1.2.2.zip";
518 url = "https://files.pythonhosted.org/packages/f2/2b/2faccdb1a978fab9dd0bf31cca9f6847fbe9184a0bdcc3011ac41dd44191/pytest-catchlog-1.2.2.zip";
519 sha256 = "4be15dc5ac1750f83960897f591453040dff044b5966fe24a91c2f7d04ecfcf0";
519 sha256 = "4be15dc5ac1750f83960897f591453040dff044b5966fe24a91c2f7d04ecfcf0";
520 };
520 };
521 meta = {
521 meta = {
522 license = [ pkgs.lib.licenses.mit ];
522 license = [ pkgs.lib.licenses.mit ];
523 };
523 };
524 };
524 };
525 pytest-cov = super.buildPythonPackage {
525 pytest-cov = super.buildPythonPackage {
526 name = "pytest-cov-2.5.1";
526 name = "pytest-cov-2.5.1";
527 buildInputs = with self; [];
527 buildInputs = with self; [];
528 doCheck = false;
528 doCheck = false;
529 propagatedBuildInputs = with self; [pytest coverage];
529 propagatedBuildInputs = with self; [pytest coverage];
530 src = fetchurl {
530 src = fetchurl {
531 url = "https://files.pythonhosted.org/packages/24/b4/7290d65b2f3633db51393bdf8ae66309b37620bc3ec116c5e357e3e37238/pytest-cov-2.5.1.tar.gz";
531 url = "https://files.pythonhosted.org/packages/24/b4/7290d65b2f3633db51393bdf8ae66309b37620bc3ec116c5e357e3e37238/pytest-cov-2.5.1.tar.gz";
532 sha256 = "03aa752cf11db41d281ea1d807d954c4eda35cfa1b21d6971966cc041bbf6e2d";
532 sha256 = "03aa752cf11db41d281ea1d807d954c4eda35cfa1b21d6971966cc041bbf6e2d";
533 };
533 };
534 meta = {
534 meta = {
535 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ];
535 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ];
536 };
536 };
537 };
537 };
538 pytest-profiling = super.buildPythonPackage {
538 pytest-profiling = super.buildPythonPackage {
539 name = "pytest-profiling-1.2.11";
539 name = "pytest-profiling-1.2.11";
540 buildInputs = with self; [];
540 buildInputs = with self; [];
541 doCheck = false;
541 doCheck = false;
542 propagatedBuildInputs = with self; [six pytest gprof2dot];
542 propagatedBuildInputs = with self; [six pytest gprof2dot];
543 src = fetchurl {
543 src = fetchurl {
544 url = "https://files.pythonhosted.org/packages/c0/4a/b4aa786e93c07a86f1f87c581a36bf355a9e06a9da7e00dbd05047626bd2/pytest-profiling-1.2.11.tar.gz";
544 url = "https://files.pythonhosted.org/packages/c0/4a/b4aa786e93c07a86f1f87c581a36bf355a9e06a9da7e00dbd05047626bd2/pytest-profiling-1.2.11.tar.gz";
545 sha256 = "8904f9a1ed31d6be2c0b586c4e2fbc14cc17fb0afae2c01a6c0f701978a1c9a4";
545 sha256 = "8904f9a1ed31d6be2c0b586c4e2fbc14cc17fb0afae2c01a6c0f701978a1c9a4";
546 };
546 };
547 meta = {
547 meta = {
548 license = [ pkgs.lib.licenses.mit ];
548 license = [ pkgs.lib.licenses.mit ];
549 };
549 };
550 };
550 };
551 pytest-runner = super.buildPythonPackage {
551 pytest-runner = super.buildPythonPackage {
552 name = "pytest-runner-3.0";
552 name = "pytest-runner-3.0";
553 buildInputs = with self; [];
553 buildInputs = with self; [];
554 doCheck = false;
554 doCheck = false;
555 propagatedBuildInputs = with self; [];
555 propagatedBuildInputs = with self; [];
556 src = fetchurl {
556 src = fetchurl {
557 url = "https://files.pythonhosted.org/packages/65/b4/ae89338cd2d81e2cc54bd6db2e962bfe948f612303610d68ab24539ac2d1/pytest-runner-3.0.tar.gz";
557 url = "https://files.pythonhosted.org/packages/65/b4/ae89338cd2d81e2cc54bd6db2e962bfe948f612303610d68ab24539ac2d1/pytest-runner-3.0.tar.gz";
558 sha256 = "0f7c3a3cf5aead13f54baaa01ceb49e5ae92aba5d3ff1928e81e189c40bc6703";
558 sha256 = "0f7c3a3cf5aead13f54baaa01ceb49e5ae92aba5d3ff1928e81e189c40bc6703";
559 };
559 };
560 meta = {
560 meta = {
561 license = [ pkgs.lib.licenses.mit ];
561 license = [ pkgs.lib.licenses.mit ];
562 };
562 };
563 };
563 };
564 pytest-sugar = super.buildPythonPackage {
564 pytest-sugar = super.buildPythonPackage {
565 name = "pytest-sugar-0.9.0";
565 name = "pytest-sugar-0.9.0";
566 buildInputs = with self; [];
566 buildInputs = with self; [];
567 doCheck = false;
567 doCheck = false;
568 propagatedBuildInputs = with self; [pytest termcolor];
568 propagatedBuildInputs = with self; [pytest termcolor];
569 src = fetchurl {
569 src = fetchurl {
570 url = "https://files.pythonhosted.org/packages/49/d8/c5ff6cca3ce2ebd8b73eec89779bf6b4a7737456a70e8ea4d44c1ff90f71/pytest-sugar-0.9.0.tar.gz";
570 url = "https://files.pythonhosted.org/packages/49/d8/c5ff6cca3ce2ebd8b73eec89779bf6b4a7737456a70e8ea4d44c1ff90f71/pytest-sugar-0.9.0.tar.gz";
571 sha256 = "8f1aca70235559f95abe2d7508a029d933e9c9961888d74d423e6460678a9686";
571 sha256 = "8f1aca70235559f95abe2d7508a029d933e9c9961888d74d423e6460678a9686";
572 };
572 };
573 meta = {
573 meta = {
574 license = [ pkgs.lib.licenses.bsdOriginal ];
574 license = [ pkgs.lib.licenses.bsdOriginal ];
575 };
575 };
576 };
576 };
577 pytest-timeout = super.buildPythonPackage {
577 pytest-timeout = super.buildPythonPackage {
578 name = "pytest-timeout-1.2.0";
578 name = "pytest-timeout-1.2.0";
579 buildInputs = with self; [];
579 buildInputs = with self; [];
580 doCheck = false;
580 doCheck = false;
581 propagatedBuildInputs = with self; [pytest];
581 propagatedBuildInputs = with self; [pytest];
582 src = fetchurl {
582 src = fetchurl {
583 url = "https://files.pythonhosted.org/packages/cc/b7/b2a61365ea6b6d2e8881360ae7ed8dad0327ad2df89f2f0be4a02304deb2/pytest-timeout-1.2.0.tar.gz";
583 url = "https://files.pythonhosted.org/packages/cc/b7/b2a61365ea6b6d2e8881360ae7ed8dad0327ad2df89f2f0be4a02304deb2/pytest-timeout-1.2.0.tar.gz";
584 sha256 = "c29e3168f10897728059bd6b8ca20b28733d7fe6b8f6c09bb9d89f6146f27cb8";
584 sha256 = "c29e3168f10897728059bd6b8ca20b28733d7fe6b8f6c09bb9d89f6146f27cb8";
585 };
585 };
586 meta = {
586 meta = {
587 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
587 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
588 };
588 };
589 };
589 };
590 repoze.lru = super.buildPythonPackage {
590 repoze.lru = super.buildPythonPackage {
591 name = "repoze.lru-0.7";
591 name = "repoze.lru-0.7";
592 buildInputs = with self; [];
592 buildInputs = with self; [];
593 doCheck = false;
593 doCheck = false;
594 propagatedBuildInputs = with self; [];
594 propagatedBuildInputs = with self; [];
595 src = fetchurl {
595 src = fetchurl {
596 url = "https://files.pythonhosted.org/packages/12/bc/595a77c4b5e204847fdf19268314ef59c85193a9dc9f83630fc459c0fee5/repoze.lru-0.7.tar.gz";
596 url = "https://files.pythonhosted.org/packages/12/bc/595a77c4b5e204847fdf19268314ef59c85193a9dc9f83630fc459c0fee5/repoze.lru-0.7.tar.gz";
597 sha256 = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77";
597 sha256 = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77";
598 };
598 };
599 meta = {
599 meta = {
600 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
600 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
601 };
601 };
602 };
602 };
603 rhodecode-vcsserver = super.buildPythonPackage {
603 rhodecode-vcsserver = super.buildPythonPackage {
604 name = "rhodecode-vcsserver-4.13.0";
604 name = "rhodecode-vcsserver-4.13.0";
605 buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage configobj];
605 buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage configobj];
606 doCheck = true;
606 doCheck = true;
607 propagatedBuildInputs = with self; [beaker configobj decorator dulwich hgsubversion hg-evolve infrae.cache mercurial msgpack-python pyramid pyramid-mako pygments pathlib2 repoze.lru simplejson subprocess32 subvertpy six translationstring webob wheel zope.deprecation zope.interface gevent greenlet gunicorn waitress ipdb ipython pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage];
607 propagatedBuildInputs = with self; [beaker configobj decorator dulwich hgsubversion hg-evolve infrae.cache mako markupsafe mercurial msgpack-python pastedeploy pyramid pyramid-mako pygments pathlib2 repoze.lru simplejson subprocess32 subvertpy six translationstring webob wheel zope.deprecation zope.interface gevent greenlet gunicorn waitress ipdb ipython pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage];
608 src = ./.;
608 src = ./.;
609 meta = {
609 meta = {
610 license = [ { fullName = "GPL V3"; } { fullName = "GNU General Public License v3 or later (GPLv3+)"; } ];
610 license = [ { fullName = "GPL V3"; } { fullName = "GNU General Public License v3 or later (GPLv3+)"; } ];
611 };
611 };
612 };
612 };
613 scandir = super.buildPythonPackage {
613 scandir = super.buildPythonPackage {
614 name = "scandir-1.7";
614 name = "scandir-1.7";
615 buildInputs = with self; [];
615 buildInputs = with self; [];
616 doCheck = false;
616 doCheck = false;
617 propagatedBuildInputs = with self; [];
617 propagatedBuildInputs = with self; [];
618 src = fetchurl {
618 src = fetchurl {
619 url = "https://files.pythonhosted.org/packages/13/bb/e541b74230bbf7a20a3949a2ee6631be299378a784f5445aa5d0047c192b/scandir-1.7.tar.gz";
619 url = "https://files.pythonhosted.org/packages/13/bb/e541b74230bbf7a20a3949a2ee6631be299378a784f5445aa5d0047c192b/scandir-1.7.tar.gz";
620 sha256 = "b2d55be869c4f716084a19b1e16932f0769711316ba62de941320bf2be84763d";
620 sha256 = "b2d55be869c4f716084a19b1e16932f0769711316ba62de941320bf2be84763d";
621 };
621 };
622 meta = {
622 meta = {
623 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "New BSD License"; } ];
623 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "New BSD License"; } ];
624 };
624 };
625 };
625 };
626 setuptools = super.buildPythonPackage {
626 setuptools = super.buildPythonPackage {
627 name = "setuptools-30.1.0";
627 name = "setuptools-30.1.0";
628 buildInputs = with self; [];
628 buildInputs = with self; [];
629 doCheck = false;
629 doCheck = false;
630 propagatedBuildInputs = with self; [];
630 propagatedBuildInputs = with self; [];
631 src = fetchurl {
631 src = fetchurl {
632 url = "https://files.pythonhosted.org/packages/1e/43/002c8616db9a3e7be23c2556e39b90a32bb40ba0dc652de1999d5334d372/setuptools-30.1.0.tar.gz";
632 url = "https://files.pythonhosted.org/packages/1e/43/002c8616db9a3e7be23c2556e39b90a32bb40ba0dc652de1999d5334d372/setuptools-30.1.0.tar.gz";
633 sha256 = "73c7f183260cec2ef870128c77106ba7a978649b8c4cddc320ec3547615e885f";
633 sha256 = "73c7f183260cec2ef870128c77106ba7a978649b8c4cddc320ec3547615e885f";
634 };
634 };
635 meta = {
635 meta = {
636 license = [ pkgs.lib.licenses.mit ];
636 license = [ pkgs.lib.licenses.mit ];
637 };
637 };
638 };
638 };
639 simplegeneric = super.buildPythonPackage {
639 simplegeneric = super.buildPythonPackage {
640 name = "simplegeneric-0.8.1";
640 name = "simplegeneric-0.8.1";
641 buildInputs = with self; [];
641 buildInputs = with self; [];
642 doCheck = false;
642 doCheck = false;
643 propagatedBuildInputs = with self; [];
643 propagatedBuildInputs = with self; [];
644 src = fetchurl {
644 src = fetchurl {
645 url = "https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip";
645 url = "https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip";
646 sha256 = "dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173";
646 sha256 = "dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173";
647 };
647 };
648 meta = {
648 meta = {
649 license = [ pkgs.lib.licenses.zpt21 ];
649 license = [ pkgs.lib.licenses.zpt21 ];
650 };
650 };
651 };
651 };
652 simplejson = super.buildPythonPackage {
652 simplejson = super.buildPythonPackage {
653 name = "simplejson-3.11.1";
653 name = "simplejson-3.11.1";
654 buildInputs = with self; [];
654 buildInputs = with self; [];
655 doCheck = false;
655 doCheck = false;
656 propagatedBuildInputs = with self; [];
656 propagatedBuildInputs = with self; [];
657 src = fetchurl {
657 src = fetchurl {
658 url = "https://files.pythonhosted.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df/simplejson-3.11.1.tar.gz";
658 url = "https://files.pythonhosted.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df/simplejson-3.11.1.tar.gz";
659 sha256 = "01a22d49ddd9a168b136f26cac87d9a335660ce07aa5c630b8e3607d6f4325e7";
659 sha256 = "01a22d49ddd9a168b136f26cac87d9a335660ce07aa5c630b8e3607d6f4325e7";
660 };
660 };
661 meta = {
661 meta = {
662 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
662 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
663 };
663 };
664 };
664 };
665 six = super.buildPythonPackage {
665 six = super.buildPythonPackage {
666 name = "six-1.11.0";
666 name = "six-1.11.0";
667 buildInputs = with self; [];
667 buildInputs = with self; [];
668 doCheck = false;
668 doCheck = false;
669 propagatedBuildInputs = with self; [];
669 propagatedBuildInputs = with self; [];
670 src = fetchurl {
670 src = fetchurl {
671 url = "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz";
671 url = "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz";
672 sha256 = "70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9";
672 sha256 = "70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9";
673 };
673 };
674 meta = {
674 meta = {
675 license = [ pkgs.lib.licenses.mit ];
675 license = [ pkgs.lib.licenses.mit ];
676 };
676 };
677 };
677 };
678 subprocess32 = super.buildPythonPackage {
678 subprocess32 = super.buildPythonPackage {
679 name = "subprocess32-3.2.7";
679 name = "subprocess32-3.2.7";
680 buildInputs = with self; [];
680 buildInputs = with self; [];
681 doCheck = false;
681 doCheck = false;
682 propagatedBuildInputs = with self; [];
682 propagatedBuildInputs = with self; [];
683 src = fetchurl {
683 src = fetchurl {
684 url = "https://files.pythonhosted.org/packages/b8/2f/49e53b0d0e94611a2dc624a1ad24d41b6d94d0f1b0a078443407ea2214c2/subprocess32-3.2.7.tar.gz";
684 url = "https://files.pythonhosted.org/packages/b8/2f/49e53b0d0e94611a2dc624a1ad24d41b6d94d0f1b0a078443407ea2214c2/subprocess32-3.2.7.tar.gz";
685 sha256 = "1e450a4a4c53bf197ad6402c564b9f7a53539385918ef8f12bdf430a61036590";
685 sha256 = "1e450a4a4c53bf197ad6402c564b9f7a53539385918ef8f12bdf430a61036590";
686 };
686 };
687 meta = {
687 meta = {
688 license = [ pkgs.lib.licenses.psfl ];
688 license = [ pkgs.lib.licenses.psfl ];
689 };
689 };
690 };
690 };
691 subvertpy = super.buildPythonPackage {
691 subvertpy = super.buildPythonPackage {
692 name = "subvertpy-0.10.1";
692 name = "subvertpy-0.10.1";
693 buildInputs = with self; [];
693 buildInputs = with self; [];
694 doCheck = false;
694 doCheck = false;
695 propagatedBuildInputs = with self; [];
695 propagatedBuildInputs = with self; [];
696 src = fetchurl {
696 src = fetchurl {
697 url = "https://files.pythonhosted.org/packages/9d/76/99fa82affce75f5ac0f7dbe513796c3f37311ace0c68e1b063683b4f9b99/subvertpy-0.10.1.tar.gz";
697 url = "https://files.pythonhosted.org/packages/9d/76/99fa82affce75f5ac0f7dbe513796c3f37311ace0c68e1b063683b4f9b99/subvertpy-0.10.1.tar.gz";
698 sha256 = "322e7f3fba1c7e680931e11eefb5f6cf77307dcb6cab23caf67f7cc993673618";
698 sha256 = "322e7f3fba1c7e680931e11eefb5f6cf77307dcb6cab23caf67f7cc993673618";
699 };
699 };
700 meta = {
700 meta = {
701 license = [ pkgs.lib.licenses.lgpl21Plus pkgs.lib.licenses.gpl2Plus ];
701 license = [ pkgs.lib.licenses.lgpl21Plus pkgs.lib.licenses.gpl2Plus ];
702 };
702 };
703 };
703 };
704 termcolor = super.buildPythonPackage {
704 termcolor = super.buildPythonPackage {
705 name = "termcolor-1.1.0";
705 name = "termcolor-1.1.0";
706 buildInputs = with self; [];
706 buildInputs = with self; [];
707 doCheck = false;
707 doCheck = false;
708 propagatedBuildInputs = with self; [];
708 propagatedBuildInputs = with self; [];
709 src = fetchurl {
709 src = fetchurl {
710 url = "https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz";
710 url = "https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz";
711 sha256 = "1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b";
711 sha256 = "1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b";
712 };
712 };
713 meta = {
713 meta = {
714 license = [ pkgs.lib.licenses.mit ];
714 license = [ pkgs.lib.licenses.mit ];
715 };
715 };
716 };
716 };
717 traitlets = super.buildPythonPackage {
717 traitlets = super.buildPythonPackage {
718 name = "traitlets-4.3.2";
718 name = "traitlets-4.3.2";
719 buildInputs = with self; [];
719 buildInputs = with self; [];
720 doCheck = false;
720 doCheck = false;
721 propagatedBuildInputs = with self; [ipython-genutils six decorator enum34];
721 propagatedBuildInputs = with self; [ipython-genutils six decorator enum34];
722 src = fetchurl {
722 src = fetchurl {
723 url = "https://files.pythonhosted.org/packages/a5/98/7f5ef2fe9e9e071813aaf9cb91d1a732e0a68b6c44a32b38cb8e14c3f069/traitlets-4.3.2.tar.gz";
723 url = "https://files.pythonhosted.org/packages/a5/98/7f5ef2fe9e9e071813aaf9cb91d1a732e0a68b6c44a32b38cb8e14c3f069/traitlets-4.3.2.tar.gz";
724 sha256 = "9c4bd2d267b7153df9152698efb1050a5d84982d3384a37b2c1f7723ba3e7835";
724 sha256 = "9c4bd2d267b7153df9152698efb1050a5d84982d3384a37b2c1f7723ba3e7835";
725 };
725 };
726 meta = {
726 meta = {
727 license = [ pkgs.lib.licenses.bsdOriginal ];
727 license = [ pkgs.lib.licenses.bsdOriginal ];
728 };
728 };
729 };
729 };
730 translationstring = super.buildPythonPackage {
730 translationstring = super.buildPythonPackage {
731 name = "translationstring-1.3";
731 name = "translationstring-1.3";
732 buildInputs = with self; [];
732 buildInputs = with self; [];
733 doCheck = false;
733 doCheck = false;
734 propagatedBuildInputs = with self; [];
734 propagatedBuildInputs = with self; [];
735 src = fetchurl {
735 src = fetchurl {
736 url = "https://files.pythonhosted.org/packages/5e/eb/bee578cc150b44c653b63f5ebe258b5d0d812ddac12497e5f80fcad5d0b4/translationstring-1.3.tar.gz";
736 url = "https://files.pythonhosted.org/packages/5e/eb/bee578cc150b44c653b63f5ebe258b5d0d812ddac12497e5f80fcad5d0b4/translationstring-1.3.tar.gz";
737 sha256 = "4ee44cfa58c52ade8910ea0ebc3d2d84bdcad9fa0422405b1801ec9b9a65b72d";
737 sha256 = "4ee44cfa58c52ade8910ea0ebc3d2d84bdcad9fa0422405b1801ec9b9a65b72d";
738 };
738 };
739 meta = {
739 meta = {
740 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
740 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
741 };
741 };
742 };
742 };
743 venusian = super.buildPythonPackage {
743 venusian = super.buildPythonPackage {
744 name = "venusian-1.1.0";
744 name = "venusian-1.1.0";
745 buildInputs = with self; [];
745 buildInputs = with self; [];
746 doCheck = false;
746 doCheck = false;
747 propagatedBuildInputs = with self; [];
747 propagatedBuildInputs = with self; [];
748 src = fetchurl {
748 src = fetchurl {
749 url = "https://files.pythonhosted.org/packages/38/24/b4b470ab9e0a2e2e9b9030c7735828c8934b4c6b45befd1bb713ec2aeb2d/venusian-1.1.0.tar.gz";
749 url = "https://files.pythonhosted.org/packages/38/24/b4b470ab9e0a2e2e9b9030c7735828c8934b4c6b45befd1bb713ec2aeb2d/venusian-1.1.0.tar.gz";
750 sha256 = "9902e492c71a89a241a18b2f9950bea7e41d025cc8f3af1ea8d8201346f8577d";
750 sha256 = "9902e492c71a89a241a18b2f9950bea7e41d025cc8f3af1ea8d8201346f8577d";
751 };
751 };
752 meta = {
752 meta = {
753 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
753 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
754 };
754 };
755 };
755 };
756 waitress = super.buildPythonPackage {
756 waitress = super.buildPythonPackage {
757 name = "waitress-1.1.0";
757 name = "waitress-1.1.0";
758 buildInputs = with self; [];
758 buildInputs = with self; [];
759 doCheck = false;
759 doCheck = false;
760 propagatedBuildInputs = with self; [];
760 propagatedBuildInputs = with self; [];
761 src = fetchurl {
761 src = fetchurl {
762 url = "https://files.pythonhosted.org/packages/3c/68/1c10dd5c556872ceebe88483b0436140048d39de83a84a06a8baa8136f4f/waitress-1.1.0.tar.gz";
762 url = "https://files.pythonhosted.org/packages/3c/68/1c10dd5c556872ceebe88483b0436140048d39de83a84a06a8baa8136f4f/waitress-1.1.0.tar.gz";
763 sha256 = "d33cd3d62426c0f1b3cd84ee3d65779c7003aae3fc060dee60524d10a57f05a9";
763 sha256 = "d33cd3d62426c0f1b3cd84ee3d65779c7003aae3fc060dee60524d10a57f05a9";
764 };
764 };
765 meta = {
765 meta = {
766 license = [ pkgs.lib.licenses.zpt21 ];
766 license = [ pkgs.lib.licenses.zpt21 ];
767 };
767 };
768 };
768 };
769 wcwidth = super.buildPythonPackage {
769 wcwidth = super.buildPythonPackage {
770 name = "wcwidth-0.1.7";
770 name = "wcwidth-0.1.7";
771 buildInputs = with self; [];
771 buildInputs = with self; [];
772 doCheck = false;
772 doCheck = false;
773 propagatedBuildInputs = with self; [];
773 propagatedBuildInputs = with self; [];
774 src = fetchurl {
774 src = fetchurl {
775 url = "https://files.pythonhosted.org/packages/55/11/e4a2bb08bb450fdbd42cc709dd40de4ed2c472cf0ccb9e64af22279c5495/wcwidth-0.1.7.tar.gz";
775 url = "https://files.pythonhosted.org/packages/55/11/e4a2bb08bb450fdbd42cc709dd40de4ed2c472cf0ccb9e64af22279c5495/wcwidth-0.1.7.tar.gz";
776 sha256 = "3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e";
776 sha256 = "3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e";
777 };
777 };
778 meta = {
778 meta = {
779 license = [ pkgs.lib.licenses.mit ];
779 license = [ pkgs.lib.licenses.mit ];
780 };
780 };
781 };
781 };
782 webob = super.buildPythonPackage {
782 webob = super.buildPythonPackage {
783 name = "webob-1.7.4";
783 name = "webob-1.7.4";
784 buildInputs = with self; [];
784 buildInputs = with self; [];
785 doCheck = false;
785 doCheck = false;
786 propagatedBuildInputs = with self; [];
786 propagatedBuildInputs = with self; [];
787 src = fetchurl {
787 src = fetchurl {
788 url = "https://files.pythonhosted.org/packages/75/34/731e23f52371852dfe7490a61644826ba7fe70fd52a377aaca0f4956ba7f/WebOb-1.7.4.tar.gz";
788 url = "https://files.pythonhosted.org/packages/75/34/731e23f52371852dfe7490a61644826ba7fe70fd52a377aaca0f4956ba7f/WebOb-1.7.4.tar.gz";
789 sha256 = "8d10af182fda4b92193113ee1edeb687ab9dc44336b37d6804e413f0240d40d9";
789 sha256 = "8d10af182fda4b92193113ee1edeb687ab9dc44336b37d6804e413f0240d40d9";
790 };
790 };
791 meta = {
791 meta = {
792 license = [ pkgs.lib.licenses.mit ];
792 license = [ pkgs.lib.licenses.mit ];
793 };
793 };
794 };
794 };
795 webtest = super.buildPythonPackage {
795 webtest = super.buildPythonPackage {
796 name = "webtest-2.0.29";
796 name = "webtest-2.0.29";
797 buildInputs = with self; [];
797 buildInputs = with self; [];
798 doCheck = false;
798 doCheck = false;
799 propagatedBuildInputs = with self; [six webob waitress beautifulsoup4];
799 propagatedBuildInputs = with self; [six webob waitress beautifulsoup4];
800 src = fetchurl {
800 src = fetchurl {
801 url = "https://files.pythonhosted.org/packages/94/de/8f94738be649997da99c47b104aa3c3984ecec51a1d8153ed09638253d56/WebTest-2.0.29.tar.gz";
801 url = "https://files.pythonhosted.org/packages/94/de/8f94738be649997da99c47b104aa3c3984ecec51a1d8153ed09638253d56/WebTest-2.0.29.tar.gz";
802 sha256 = "dbbccc15ac2465066c95dc3a7de0d30cde3791e886ccbd7e91d5d2a2580c922d";
802 sha256 = "dbbccc15ac2465066c95dc3a7de0d30cde3791e886ccbd7e91d5d2a2580c922d";
803 };
803 };
804 meta = {
804 meta = {
805 license = [ pkgs.lib.licenses.mit ];
805 license = [ pkgs.lib.licenses.mit ];
806 };
806 };
807 };
807 };
808 wheel = super.buildPythonPackage {
808 wheel = super.buildPythonPackage {
809 name = "wheel-0.29.0";
809 name = "wheel-0.29.0";
810 buildInputs = with self; [];
810 buildInputs = with self; [];
811 doCheck = false;
811 doCheck = false;
812 propagatedBuildInputs = with self; [];
812 propagatedBuildInputs = with self; [];
813 src = fetchurl {
813 src = fetchurl {
814 url = "https://files.pythonhosted.org/packages/c9/1d/bd19e691fd4cfe908c76c429fe6e4436c9e83583c4414b54f6c85471954a/wheel-0.29.0.tar.gz";
814 url = "https://files.pythonhosted.org/packages/c9/1d/bd19e691fd4cfe908c76c429fe6e4436c9e83583c4414b54f6c85471954a/wheel-0.29.0.tar.gz";
815 sha256 = "1ebb8ad7e26b448e9caa4773d2357849bf80ff9e313964bcaf79cbf0201a1648";
815 sha256 = "1ebb8ad7e26b448e9caa4773d2357849bf80ff9e313964bcaf79cbf0201a1648";
816 };
816 };
817 meta = {
817 meta = {
818 license = [ pkgs.lib.licenses.mit ];
818 license = [ pkgs.lib.licenses.mit ];
819 };
819 };
820 };
820 };
821 zope.deprecation = super.buildPythonPackage {
821 zope.deprecation = super.buildPythonPackage {
822 name = "zope.deprecation-4.3.0";
822 name = "zope.deprecation-4.3.0";
823 buildInputs = with self; [];
823 buildInputs = with self; [];
824 doCheck = false;
824 doCheck = false;
825 propagatedBuildInputs = with self; [setuptools];
825 propagatedBuildInputs = with self; [setuptools];
826 src = fetchurl {
826 src = fetchurl {
827 url = "https://files.pythonhosted.org/packages/a1/18/2dc5e6bfe64fdc3b79411b67464c55bb0b43b127051a20f7f492ab767758/zope.deprecation-4.3.0.tar.gz";
827 url = "https://files.pythonhosted.org/packages/a1/18/2dc5e6bfe64fdc3b79411b67464c55bb0b43b127051a20f7f492ab767758/zope.deprecation-4.3.0.tar.gz";
828 sha256 = "7d52e134bbaaa0d72e1e2bc90f0587f1adc116c4bdf15912afaf2f1e8856b224";
828 sha256 = "7d52e134bbaaa0d72e1e2bc90f0587f1adc116c4bdf15912afaf2f1e8856b224";
829 };
829 };
830 meta = {
830 meta = {
831 license = [ pkgs.lib.licenses.zpt21 ];
831 license = [ pkgs.lib.licenses.zpt21 ];
832 };
832 };
833 };
833 };
834 zope.interface = super.buildPythonPackage {
834 zope.interface = super.buildPythonPackage {
835 name = "zope.interface-4.4.3";
835 name = "zope.interface-4.4.3";
836 buildInputs = with self; [];
836 buildInputs = with self; [];
837 doCheck = false;
837 doCheck = false;
838 propagatedBuildInputs = with self; [setuptools];
838 propagatedBuildInputs = with self; [setuptools];
839 src = fetchurl {
839 src = fetchurl {
840 url = "https://files.pythonhosted.org/packages/bd/d2/25349ed41f9dcff7b3baf87bd88a4c82396cf6e02f1f42bb68657a3132af/zope.interface-4.4.3.tar.gz";
840 url = "https://files.pythonhosted.org/packages/bd/d2/25349ed41f9dcff7b3baf87bd88a4c82396cf6e02f1f42bb68657a3132af/zope.interface-4.4.3.tar.gz";
841 sha256 = "d6d26d5dfbfd60c65152938fcb82f949e8dada37c041f72916fef6621ba5c5ce";
841 sha256 = "d6d26d5dfbfd60c65152938fcb82f949e8dada37c041f72916fef6621ba5c5ce";
842 };
842 };
843 meta = {
843 meta = {
844 license = [ pkgs.lib.licenses.zpt21 ];
844 license = [ pkgs.lib.licenses.zpt21 ];
845 };
845 };
846 };
846 };
847
847
848 ### Test requirements
848 ### Test requirements
849
849
850
850
851 }
851 }
@@ -1,42 +1,46 b''
1 ## core
1 ## core
2 setuptools==30.1.0
2 setuptools==30.1.0
3
3
4 beaker==1.9.1
4 beaker==1.9.1
5 configobj==5.0.6
5 configobj==5.0.6
6 decorator==4.1.2
6 decorator==4.1.2
7 dulwich==0.13.0
7 dulwich==0.13.0
8 hgsubversion==1.9.1
8 hgsubversion==1.9.1
9 hg-evolve==7.3.0
9 hg-evolve==7.3.0
10 infrae.cache==1.0.1
10 infrae.cache==1.0.1
11 mako==1.0.7
12 markupsafe==1.0.0
11 mercurial==4.4.2
13 mercurial==4.4.2
12 msgpack-python==0.4.8
14 msgpack-python==0.4.8
13
15
16 pastedeploy==1.5.2
14 pyramid==1.9.2
17 pyramid==1.9.2
15 pyramid-mako==1.0.2
18 pyramid-mako==1.0.2
19
16 pygments==2.2.0
20 pygments==2.2.0
17 pathlib2==2.3.0
21 pathlib2==2.3.0
18 repoze.lru==0.7
22 repoze.lru==0.7
19 simplejson==3.11.1
23 simplejson==3.11.1
20 subprocess32==3.2.7
24 subprocess32==3.2.7
21
25
22 subvertpy==0.10.1
26 subvertpy==0.10.1
23
27
24 six==1.11.0
28 six==1.11.0
25 translationstring==1.3
29 translationstring==1.3
26 webob==1.7.4
30 webob==1.7.4
27 wheel==0.29.0
31 wheel==0.29.0
28 zope.deprecation==4.3.0
32 zope.deprecation==4.3.0
29 zope.interface==4.4.3
33 zope.interface==4.4.3
30
34
31 ## http servers
35 ## http servers
32 gevent==1.2.2
36 gevent==1.2.2
33 greenlet==0.4.13
37 greenlet==0.4.13
34 gunicorn==19.7.1
38 gunicorn==19.7.1
35 waitress==1.1.0
39 waitress==1.1.0
36
40
37 ## debug
41 ## debug
38 ipdb==0.11.0
42 ipdb==0.11.0
39 ipython==5.1.0
43 ipython==5.1.0
40
44
41 ## test related requirements
45 ## test related requirements
42 -r requirements_test.txt
46 -r requirements_test.txt
General Comments 0
You need to be logged in to leave comments. Login now