##// END OF EJS Templates
dependencies: added setproctitle for gunicorn.
marcink -
r501:d304d99f default
parent child Browse files
Show More
@@ -693,6 +693,7 b' self: super: {'
693 self."repoze.lru"
693 self."repoze.lru"
694 self."simplejson"
694 self."simplejson"
695 self."subprocess32"
695 self."subprocess32"
696 self."setproctitle"
696 self."subvertpy"
697 self."subvertpy"
697 self."six"
698 self."six"
698 self."translationstring"
699 self."translationstring"
@@ -734,6 +735,17 b' self: super: {'
734 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "New BSD License"; } ];
735 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "New BSD License"; } ];
735 };
736 };
736 };
737 };
738 "setproctitle" = super.buildPythonPackage {
739 name = "setproctitle-1.1.10";
740 doCheck = false;
741 src = fetchurl {
742 url = "https://files.pythonhosted.org/packages/5a/0d/dc0d2234aacba6cf1a729964383e3452c52096dc695581248b548786f2b3/setproctitle-1.1.10.tar.gz";
743 sha256 = "163kplw9dcrw0lffq1bvli5yws3rngpnvrxrzdw89pbphjjvg0v2";
744 };
745 meta = {
746 license = [ pkgs.lib.licenses.bsdOriginal ];
747 };
748 };
737 "simplegeneric" = super.buildPythonPackage {
749 "simplegeneric" = super.buildPythonPackage {
738 name = "simplegeneric-0.8.1";
750 name = "simplegeneric-0.8.1";
739 doCheck = false;
751 doCheck = false;
@@ -23,7 +23,7 b' pathlib2==2.3.0'
23 repoze.lru==0.7
23 repoze.lru==0.7
24 simplejson==3.11.1
24 simplejson==3.11.1
25 subprocess32==3.5.1
25 subprocess32==3.5.1
26
26 setproctitle==1.1.10
27 subvertpy==0.10.1
27 subvertpy==0.10.1
28
28
29 six==1.11.0
29 six==1.11.0
General Comments 0
You need to be logged in to leave comments. Login now