##// 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
@@ -12,7 +12,7 b' in'
12
12
13 self: super: {
13 self: super: {
14
14
15 Beaker = super.Beaker.override (attrs: {
15 beaker = super.beaker.override (attrs: {
16 patches = [
16 patches = [
17 ./patch-beaker-lock-func-debug.diff
17 ./patch-beaker-lock-func-debug.diff
18 ];
18 ];
@@ -2,19 +2,6 b''
2 # See https://github.com/johbo/pip2nix
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 Mako = super.buildPythonPackage {
5 Mako = super.buildPythonPackage {
19 name = "Mako-1.0.7";
6 name = "Mako-1.0.7";
20 buildInputs = with self; [];
7 buildInputs = with self; [];
@@ -54,32 +41,6 b''
54 license = [ pkgs.lib.licenses.mit ];
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 backports.shutil-get-terminal-size = super.buildPythonPackage {
44 backports.shutil-get-terminal-size = super.buildPythonPackage {
84 name = "backports.shutil-get-terminal-size-1.0.0";
45 name = "backports.shutil-get-terminal-size-1.0.0";
85 buildInputs = with self; [];
46 buildInputs = with self; [];
@@ -93,6 +54,19 b''
93 license = [ pkgs.lib.licenses.mit ];
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 beautifulsoup4 = super.buildPythonPackage {
70 beautifulsoup4 = super.buildPythonPackage {
97 name = "beautifulsoup4-4.6.0";
71 name = "beautifulsoup4-4.6.0";
98 buildInputs = with self; [];
72 buildInputs = with self; [];
@@ -292,7 +266,7 b''
292 name = "infrae.cache-1.0.1";
266 name = "infrae.cache-1.0.1";
293 buildInputs = with self; [];
267 buildInputs = with self; [];
294 doCheck = false;
268 doCheck = false;
295 propagatedBuildInputs = with self; [Beaker repoze.lru];
269 propagatedBuildInputs = with self; [beaker repoze.lru];
296 src = fetchurl {
270 src = fetchurl {
297 url = "https://files.pythonhosted.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz";
271 url = "https://files.pythonhosted.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz";
298 sha256 = "844b1baa0ab7613159c7e2ee368a5ec4d574e409ff86963e1f45f08dacd478b7";
272 sha256 = "844b1baa0ab7613159c7e2ee368a5ec4d574e409ff86963e1f45f08dacd478b7";
@@ -500,7 +474,7 b''
500 name = "pyramid-1.9.2";
474 name = "pyramid-1.9.2";
501 buildInputs = with self; [];
475 buildInputs = with self; [];
502 doCheck = false;
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 src = fetchurl {
478 src = fetchurl {
505 url = "https://files.pythonhosted.org/packages/a0/c1/b321d07cfc4870541989ad131c86a1d593bfe802af0eca9718a0dadfb97a/pyramid-1.9.2.tar.gz";
479 url = "https://files.pythonhosted.org/packages/a0/c1/b321d07cfc4870541989ad131c86a1d593bfe802af0eca9718a0dadfb97a/pyramid-1.9.2.tar.gz";
506 sha256 = "cf89a48cb899291639686bf3d4a883b39e496151fa4871fb83cc1a3200d5b925";
480 sha256 = "cf89a48cb899291639686bf3d4a883b39e496151fa4871fb83cc1a3200d5b925";
@@ -628,9 +602,9 b''
628 };
602 };
629 rhodecode-vcsserver = super.buildPythonPackage {
603 rhodecode-vcsserver = super.buildPythonPackage {
630 name = "rhodecode-vcsserver-4.13.0";
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 doCheck = true;
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 src = ./.;
608 src = ./.;
635 meta = {
609 meta = {
636 license = [ { fullName = "GPL V3"; } { fullName = "GNU General Public License v3 or later (GPLv3+)"; } ];
610 license = [ { fullName = "GPL V3"; } { fullName = "GNU General Public License v3 or later (GPLv3+)"; } ];
@@ -805,6 +779,32 b''
805 license = [ pkgs.lib.licenses.mit ];
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 wheel = super.buildPythonPackage {
808 wheel = super.buildPythonPackage {
809 name = "wheel-0.29.0";
809 name = "wheel-0.29.0";
810 buildInputs = with self; [];
810 buildInputs = with self; [];
@@ -1,7 +1,7 b''
1 ## core
1 ## core
2 setuptools==30.1.0
2 setuptools==30.1.0
3
3
4 Beaker==1.9.1
4 beaker==1.9.1
5 configobj==5.0.6
5 configobj==5.0.6
6 decorator==4.1.2
6 decorator==4.1.2
7 dulwich==0.13.0
7 dulwich==0.13.0
@@ -23,7 +23,7 b' subvertpy==0.10.1'
23
23
24 six==1.11.0
24 six==1.11.0
25 translationstring==1.3
25 translationstring==1.3
26 WebOb==1.7.4
26 webob==1.7.4
27 wheel==0.29.0
27 wheel==0.29.0
28 zope.deprecation==4.3.0
28 zope.deprecation==4.3.0
29 zope.interface==4.4.3
29 zope.interface==4.4.3
@@ -10,6 +10,6 b' 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