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