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