##// END OF EJS Templates
dependencies: bumped pyramid to 1.9 and webob to 1.7.3
marcink -
r244:27b77318 default
parent child Browse files
Show More
@@ -68,13 +68,13 b''
68 };
68 };
69 };
69 };
70 WebOb = super.buildPythonPackage {
70 WebOb = super.buildPythonPackage {
71 name = "WebOb-1.3.1";
71 name = "WebOb-1.7.3";
72 buildInputs = with self; [];
72 buildInputs = with self; [];
73 doCheck = false;
73 doCheck = false;
74 propagatedBuildInputs = with self; [];
74 propagatedBuildInputs = with self; [];
75 src = fetchurl {
75 src = fetchurl {
76 url = "https://pypi.python.org/packages/16/78/adfc0380b8a0d75b2d543fa7085ba98a573b1ae486d9def88d172b81b9fa/WebOb-1.3.1.tar.gz";
76 url = "https://pypi.python.org/packages/46/87/2f96d8d43b2078fae6e1d33fa86b95c228cebed060f4e3c7576cc44ea83b/WebOb-1.7.3.tar.gz";
77 md5 = "20918251c5726956ba8fef22d1556177";
77 md5 = "350028baffc508e3d23c078118e35316";
78 };
78 };
79 meta = {
79 meta = {
80 license = [ pkgs.lib.licenses.mit ];
80 license = [ pkgs.lib.licenses.mit ];
@@ -405,6 +405,32 b''
405 license = [ pkgs.lib.licenses.mit ];
405 license = [ pkgs.lib.licenses.mit ];
406 };
406 };
407 };
407 };
408 plaster = super.buildPythonPackage {
409 name = "plaster-0.5";
410 buildInputs = with self; [];
411 doCheck = false;
412 propagatedBuildInputs = with self; [setuptools];
413 src = fetchurl {
414 url = "https://pypi.python.org/packages/99/b3/d7ca1fe31d2b56dba68a238721fda6820770f9c2a3de17a582d4b5b2edcc/plaster-0.5.tar.gz";
415 md5 = "c59345a67a860cfcaa1bd6a81451399d";
416 };
417 meta = {
418 license = [ pkgs.lib.licenses.mit ];
419 };
420 };
421 plaster-pastedeploy = super.buildPythonPackage {
422 name = "plaster-pastedeploy-0.4.1";
423 buildInputs = with self; [];
424 doCheck = false;
425 propagatedBuildInputs = with self; [PasteDeploy plaster];
426 src = fetchurl {
427 url = "https://pypi.python.org/packages/9d/6e/f8be01ed41c94e6c54ac97cf2eb142a702aae0c8cce31c846f785e525b40/plaster_pastedeploy-0.4.1.tar.gz";
428 md5 = "f48d5344b922e56c4978eebf1cd2e0d3";
429 };
430 meta = {
431 license = [ pkgs.lib.licenses.mit ];
432 };
433 };
408 prompt-toolkit = super.buildPythonPackage {
434 prompt-toolkit = super.buildPythonPackage {
409 name = "prompt-toolkit-1.0.14";
435 name = "prompt-toolkit-1.0.14";
410 buildInputs = with self; [];
436 buildInputs = with self; [];
@@ -458,13 +484,13 b''
458 };
484 };
459 };
485 };
460 pyramid = super.buildPythonPackage {
486 pyramid = super.buildPythonPackage {
461 name = "pyramid-1.7.4";
487 name = "pyramid-1.9";
462 buildInputs = with self; [];
488 buildInputs = with self; [];
463 doCheck = false;
489 doCheck = false;
464 propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy];
490 propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy plaster plaster-pastedeploy hupper];
465 src = fetchurl {
491 src = fetchurl {
466 url = "https://pypi.python.org/packages/33/91/55f5c661f8923902cd1f68d75f2b937c45e7682857356cf18f0be5493899/pyramid-1.7.4.tar.gz";
492 url = "https://pypi.python.org/packages/b0/73/715321e129334f3e41430bede877620175a63ed075fd5d1fd2c25b7cb121/pyramid-1.9.tar.gz";
467 md5 = "6ef1dfdcff9136d04490410757c4c446";
493 md5 = "aa6c7c568f83151af51eb053ac633bc4";
468 };
494 };
469 meta = {
495 meta = {
470 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
496 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
@@ -11,7 +11,7 b' infrae.cache==1.0.1'
11 mercurial==4.1.2
11 mercurial==4.1.2
12 msgpack-python==0.4.8
12 msgpack-python==0.4.8
13 pyramid-jinja2==2.5
13 pyramid-jinja2==2.5
14 pyramid==1.7.4
14 pyramid==1.9.0
15 pyramid-mako==1.0.2
15 pyramid-mako==1.0.2
16 repoze.lru==0.6
16 repoze.lru==0.6
17 simplejson==3.11.1
17 simplejson==3.11.1
@@ -22,7 +22,7 b' https://code.rhodecode.com/upstream/subv'
22
22
23 six==1.9.0
23 six==1.9.0
24 translationstring==1.3
24 translationstring==1.3
25 WebOb==1.3.1
25 WebOb==1.7.3
26 wheel==0.29.0
26 wheel==0.29.0
27 zope.deprecation==4.1.2
27 zope.deprecation==4.1.2
28 zope.interface==4.1.3
28 zope.interface==4.1.3
General Comments 0
You need to be logged in to leave comments. Login now