##// END OF EJS Templates
dependecies: bumped pyramid-jinja to 2.7.0
marcink -
r315:9927408d default
parent child Browse files
Show More
@@ -523,13 +523,13 b''
523 523 };
524 524 };
525 525 pyramid-jinja2 = super.buildPythonPackage {
526 name = "pyramid-jinja2-2.5";
526 name = "pyramid-jinja2-2.7";
527 527 buildInputs = with self; [];
528 528 doCheck = false;
529 529 propagatedBuildInputs = with self; [pyramid zope.deprecation Jinja2 MarkupSafe];
530 530 src = fetchurl {
531 url = "https://pypi.python.org/packages/a1/80/595e26ffab7deba7208676b6936b7e5a721875710f982e59899013cae1ed/pyramid_jinja2-2.5.tar.gz";
532 md5 = "07cb6547204ac5e6f0b22a954ccee928";
531 url = "https://pypi.python.org/packages/d8/80/d60a7233823de22ce77bd864a8a83736a1fe8b49884b08303a2e68b2c853/pyramid_jinja2-2.7.tar.gz";
532 md5 = "c2f8b2cd7b73a6f1d9a311fcfaf4fb92";
533 533 };
534 534 meta = {
535 535 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
@@ -10,7 +10,7 b' hg-evolve==7.0.0'
10 10 infrae.cache==1.0.1
11 11 mercurial==4.4.0
12 12 msgpack-python==0.4.8
13 pyramid-jinja2==2.5
13 pyramid-jinja2==2.7
14 14 pyramid==1.9.1
15 15 pyramid-mako==1.0.2
16 16 repoze.lru==0.6
General Comments 0
You need to be logged in to leave comments. Login now