Show More
@@ -1029,19 +1029,6 b'' | |||||
1029 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1029 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
1030 | }; |
|
1030 | }; | |
1031 | }; |
|
1031 | }; | |
1032 | meld3 = super.buildPythonPackage { |
|
|||
1033 | name = "meld3-1.0.2"; |
|
|||
1034 | buildInputs = with self; []; |
|
|||
1035 | doCheck = false; |
|
|||
1036 | propagatedBuildInputs = with self; []; |
|
|||
1037 | src = fetchurl { |
|
|||
1038 | url = "https://pypi.python.org/packages/45/a0/317c6422b26c12fe0161e936fc35f36552069ba8e6f7ecbd99bbffe32a5f/meld3-1.0.2.tar.gz"; |
|
|||
1039 | md5 = "3ccc78cd79cffd63a751ad7684c02c91"; |
|
|||
1040 | }; |
|
|||
1041 | meta = { |
|
|||
1042 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
|||
1043 | }; |
|
|||
1044 | }; |
|
|||
1045 | mistune = super.buildPythonPackage { |
|
1032 | mistune = super.buildPythonPackage { | |
1046 | name = "mistune-0.8.1"; |
|
1033 | name = "mistune-0.8.1"; | |
1047 | buildInputs = with self; []; |
|
1034 | buildInputs = with self; []; | |
@@ -1845,19 +1832,6 b'' | |||||
1845 | license = [ pkgs.lib.licenses.psfl ]; |
|
1832 | license = [ pkgs.lib.licenses.psfl ]; | |
1846 | }; |
|
1833 | }; | |
1847 | }; |
|
1834 | }; | |
1848 | supervisor = super.buildPythonPackage { |
|
|||
1849 | name = "supervisor-3.3.3"; |
|
|||
1850 | buildInputs = with self; []; |
|
|||
1851 | doCheck = false; |
|
|||
1852 | propagatedBuildInputs = with self; [meld3]; |
|
|||
1853 | src = fetchurl { |
|
|||
1854 | url = "https://pypi.python.org/packages/31/7e/788fc6566211e77c395ea272058eb71299c65cc5e55b6214d479c6c2ec9a/supervisor-3.3.3.tar.gz"; |
|
|||
1855 | md5 = "0fe86dfec4e5c5d98324d24c4cf944bd"; |
|
|||
1856 | }; |
|
|||
1857 | meta = { |
|
|||
1858 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
|||
1859 | }; |
|
|||
1860 | }; |
|
|||
1861 | termcolor = super.buildPythonPackage { |
|
1835 | termcolor = super.buildPythonPackage { | |
1862 | name = "termcolor-1.1.0"; |
|
1836 | name = "termcolor-1.1.0"; | |
1863 | buildInputs = with self; []; |
|
1837 | buildInputs = with self; []; |
@@ -33,7 +33,6 b' lxml==3.7.3' | |||||
33 | Mako==1.0.7 |
|
33 | Mako==1.0.7 | |
34 | Markdown==2.6.9 |
|
34 | Markdown==2.6.9 | |
35 | MarkupSafe==1.0.0 |
|
35 | MarkupSafe==1.0.0 | |
36 | meld3==1.0.2 |
|
|||
37 | msgpack-python==0.4.8 |
|
36 | msgpack-python==0.4.8 | |
38 | MySQL-python==1.2.5 |
|
37 | MySQL-python==1.2.5 | |
39 | objgraph==3.1.1 |
|
38 | objgraph==3.1.1 | |
@@ -76,7 +75,6 b' six==1.11.0' | |||||
76 | SQLAlchemy==1.1.15 |
|
75 | SQLAlchemy==1.1.15 | |
77 | sshpubkeys==2.2.0 |
|
76 | sshpubkeys==2.2.0 | |
78 | subprocess32==3.2.7 |
|
77 | subprocess32==3.2.7 | |
79 | supervisor==3.3.3 |
|
|||
80 | Tempita==0.5.2 |
|
78 | Tempita==0.5.2 | |
81 | translationstring==1.3 |
|
79 | translationstring==1.3 | |
82 | trollius==1.0.4 |
|
80 | trollius==1.0.4 |
General Comments 0
You need to be logged in to leave comments.
Login now