##// END OF EJS Templates
dependencies: remove jinja2 elements, and ping pygments for compat with rhodecode-ce
marcink -
r426:bc8ddee6 default
parent child Browse files
Show More
@@ -15,19 +15,6 b''
15 15 license = [ pkgs.lib.licenses.bsdOriginal ];
16 16 };
17 17 };
18 Jinja2 = super.buildPythonPackage {
19 name = "Jinja2-2.9.6";
20 buildInputs = with self; [];
21 doCheck = false;
22 propagatedBuildInputs = with self; [MarkupSafe];
23 src = fetchurl {
24 url = "https://files.pythonhosted.org/packages/90/61/f820ff0076a2599dd39406dcb858ecb239438c02ce706c8e91131ab9c7f1/Jinja2-2.9.6.tar.gz";
25 sha256 = "ddaa01a212cd6d641401cb01b605f4a4d9f37bfc93043d7f760ec70fb99ff9ff";
26 };
27 meta = {
28 license = [ pkgs.lib.licenses.bsdOriginal ];
29 };
30 };
31 18 Mako = super.buildPythonPackage {
32 19 name = "Mako-1.0.7";
33 20 buildInputs = with self; [];
@@ -522,19 +509,6 b''
522 509 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
523 510 };
524 511 };
525 pyramid-jinja2 = super.buildPythonPackage {
526 name = "pyramid-jinja2-2.7";
527 buildInputs = with self; [];
528 doCheck = false;
529 propagatedBuildInputs = with self; [pyramid zope.deprecation Jinja2 MarkupSafe];
530 src = fetchurl {
531 url = "https://files.pythonhosted.org/packages/d8/80/d60a7233823de22ce77bd864a8a83736a1fe8b49884b08303a2e68b2c853/pyramid_jinja2-2.7.tar.gz";
532 sha256 = "5c21081f65a5bec0b76957990c2b89ed41f4fd11257121387110cb722fd0e5eb";
533 };
534 meta = {
535 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
536 };
537 };
538 512 pyramid-mako = super.buildPythonPackage {
539 513 name = "pyramid-mako-1.0.2";
540 514 buildInputs = with self; [];
@@ -656,7 +630,7 b''
656 630 name = "rhodecode-vcsserver-4.13.0";
657 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];
658 632 doCheck = true;
659 propagatedBuildInputs = with self; [Beaker configobj decorator dulwich hgsubversion hg-evolve infrae.cache mercurial msgpack-python pyramid pyramid-jinja2 pyramid-mako repoze.lru simplejson subprocess32 subvertpy six translationstring WebOb wheel zope.deprecation zope.interface ipdb ipython gevent greenlet gunicorn waitress pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage];
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];
660 634 src = ./.;
661 635 meta = {
662 636 license = [ { fullName = "GPL V3"; } { fullName = "GNU General Public License v3 or later (GPLv3+)"; } ];
@@ -10,10 +10,10 b' 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 pyramid-jinja2==2.7
14 Jinja2==2.9.6
13
15 14 pyramid==1.9.2
16 15 pyramid-mako==1.0.2
16 pygments==2.2.0
17 17 pathlib2==2.3.0
18 18 repoze.lru==0.7
19 19 simplejson==3.11.1
General Comments 0
You need to be logged in to leave comments. Login now