##// END OF EJS Templates
nix: Remove unused and outdated flake8 dependencies.
Martin Bornhold -
r930:53a927b7 default
parent child Browse files
Show More
@@ -675,19 +675,6 b''
675 license = [ pkgs.lib.licenses.asl20 ];
675 license = [ pkgs.lib.licenses.asl20 ];
676 };
676 };
677 };
677 };
678 flake8 = super.buildPythonPackage {
679 name = "flake8-2.4.1";
680 buildInputs = with self; [];
681 doCheck = false;
682 propagatedBuildInputs = with self; [pyflakes pep8 mccabe];
683 src = fetchurl {
684 url = "https://pypi.python.org/packages/8f/b5/9a73c66c7dba273bac8758398f060c008a25f3e84531063b42503b5d0a95/flake8-2.4.1.tar.gz";
685 md5 = "ed45d3db81a3b7c88bd63c6e37ca1d65";
686 };
687 meta = {
688 license = [ pkgs.lib.licenses.mit ];
689 };
690 };
691 future = super.buildPythonPackage {
678 future = super.buildPythonPackage {
692 name = "future-0.14.3";
679 name = "future-0.14.3";
693 buildInputs = with self; [];
680 buildInputs = with self; [];
@@ -883,19 +870,6 b''
883 license = [ pkgs.lib.licenses.bsdOriginal ];
870 license = [ pkgs.lib.licenses.bsdOriginal ];
884 };
871 };
885 };
872 };
886 mccabe = super.buildPythonPackage {
887 name = "mccabe-0.3";
888 buildInputs = with self; [];
889 doCheck = false;
890 propagatedBuildInputs = with self; [];
891 src = fetchurl {
892 url = "https://pypi.python.org/packages/c9/2e/75231479e11a906b64ac43bad9d0bb534d00080b18bdca8db9da46e1faf7/mccabe-0.3.tar.gz";
893 md5 = "81640948ff226f8c12b3277059489157";
894 };
895 meta = {
896 license = [ { fullName = "Expat license"; } pkgs.lib.licenses.mit ];
897 };
898 };
899 meld3 = super.buildPythonPackage {
873 meld3 = super.buildPythonPackage {
900 name = "meld3-1.0.2";
874 name = "meld3-1.0.2";
901 buildInputs = with self; [];
875 buildInputs = with self; [];
@@ -987,19 +961,6 b''
987 license = [ { fullName = "LGPL"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
961 license = [ { fullName = "LGPL"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
988 };
962 };
989 };
963 };
990 pep8 = super.buildPythonPackage {
991 name = "pep8-1.5.7";
992 buildInputs = with self; [];
993 doCheck = false;
994 propagatedBuildInputs = with self; [];
995 src = fetchurl {
996 url = "https://pypi.python.org/packages/8b/de/259f5e735897ada1683489dd514b2a1c91aaa74e5e6b68f80acf128a6368/pep8-1.5.7.tar.gz";
997 md5 = "f6adbdd69365ecca20513c709f9b7c93";
998 };
999 meta = {
1000 license = [ { fullName = "Expat license"; } pkgs.lib.licenses.mit ];
1001 };
1002 };
1003 peppercorn = super.buildPythonPackage {
964 peppercorn = super.buildPythonPackage {
1004 name = "peppercorn-0.5";
965 name = "peppercorn-0.5";
1005 buildInputs = with self; [];
966 buildInputs = with self; [];
@@ -62,7 +62,6 b' dogpile.cache==0.6.1'
62 dogpile.core==0.4.1
62 dogpile.core==0.4.1
63 dulwich==0.12.0
63 dulwich==0.12.0
64 ecdsa==0.11
64 ecdsa==0.11
65 flake8==2.4.1
66 future==0.14.3
65 future==0.14.3
67 futures==3.0.2
66 futures==3.0.2
68 gevent==1.1.1
67 gevent==1.1.1
@@ -83,7 +82,6 b' iso8601==0.1.11'
83 itsdangerous==0.24
82 itsdangerous==0.24
84 kombu==1.5.1
83 kombu==1.5.1
85 lxml==3.4.4
84 lxml==3.4.4
86 mccabe==0.3
87 meld3==1.0.2
85 meld3==1.0.2
88 mock==1.0.1
86 mock==1.0.1
89 msgpack-python==0.4.6
87 msgpack-python==0.4.6
@@ -91,7 +89,6 b' nose==1.3.6'
91 objgraph==2.0.0
89 objgraph==2.0.0
92 packaging==15.2
90 packaging==15.2
93 paramiko==1.15.1
91 paramiko==1.15.1
94 pep8==1.5.7
95 psutil==2.2.1
92 psutil==2.2.1
96 psycopg2==2.6.1
93 psycopg2==2.6.1
97 py==1.4.29
94 py==1.4.29
General Comments 0
You need to be logged in to leave comments. Login now