summary refs log tree commit diff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-09-09 15:27:34 +0200
committerDomen Kožar <domen@dev.si>2015-09-09 15:27:34 +0200
commitf2627f9c816623f96a8cc52e228e684bab6f44fb (patch)
tree6faee62c9cae8e21fa128c92f4ba74e8dd19aa6f
parentd8858e48e2a0dac6ae50d0945688a1a0d4b554aa (diff)
parentcd5a9afeac786b882bf3e0f0889042ebe680d5b3 (diff)
downloadnixlib-f2627f9c816623f96a8cc52e228e684bab6f44fb.tar
nixlib-f2627f9c816623f96a8cc52e228e684bab6f44fb.tar.gz
nixlib-f2627f9c816623f96a8cc52e228e684bab6f44fb.tar.bz2
nixlib-f2627f9c816623f96a8cc52e228e684bab6f44fb.tar.lz
nixlib-f2627f9c816623f96a8cc52e228e684bab6f44fb.tar.xz
nixlib-f2627f9c816623f96a8cc52e228e684bab6f44fb.tar.zst
nixlib-f2627f9c816623f96a8cc52e228e684bab6f44fb.zip
Merge pull request #9752 from FRidh/maintainer
add myself as maintainer
-rw-r--r--lib/maintainers.nix1
-rw-r--r--pkgs/applications/science/spyder/default.nix2
-rw-r--r--pkgs/top-level/python-packages.nix25
3 files changed, 24 insertions, 4 deletions
diff --git a/lib/maintainers.nix b/lib/maintainers.nix
index 1c032dc1e1ff..07f7a0a15daa 100644
--- a/lib/maintainers.nix
+++ b/lib/maintainers.nix
@@ -96,6 +96,7 @@
   fluffynukeit = "Daniel Austin <dan@fluffynukeit.com>";
   forkk = "Andrew Okin <forkk@forkk.net>";
   fpletz = "Franz Pletz <fpletz@fnordicwalking.de>";
+  fridh = "Frederik Rietdijk <fridh@fridh.nl>";
   fro_ozen = "fro_ozen <fro_ozen@gmx.de>";
   ftrvxmtrx = "Siarhei Zirukin <ftrvxmtrx@gmail.com>";
   funfunctor = "Edward O'Callaghan <eocallaghan@alterapraxis.com>";
diff --git a/pkgs/applications/science/spyder/default.nix b/pkgs/applications/science/spyder/default.nix
index c068847c331b..382a5cb5532a 100644
--- a/pkgs/applications/science/spyder/default.nix
+++ b/pkgs/applications/science/spyder/default.nix
@@ -58,6 +58,6 @@ buildPythonPackage rec {
     homepage = https://github.com/spyder-ide/spyder/;
     license = licenses.mit;
     platforms = platforms.linux;
-    maintainers = [ maintainers.bjornfor ];
+    maintainers = with maintainers; [ bjornfor fridh ];
   };
 }
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index a26fe6ed3cad..edba5a3d078e 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -1373,6 +1373,7 @@ let
       homepage = https://github.com/ContinuumIO/blaze;
       description = "Allows Python users a familiar interface to query data living in other data storage systems";
       license = licenses.bsdOriginal;
+      maintainers = with maintainers; [ fridh ];
     };
   };
 
@@ -2284,6 +2285,7 @@ let
       platforms = platforms.all;
       homepage = http://cython.org;
       license = licenses.asl20;
+      maintainers = with maintainers; [ fridh ];
     };
   };
 
@@ -2300,6 +2302,7 @@ let
       homepage = "http://github.com/pytoolz/cytoolz/";
       description = "Cython implementation of Toolz: High performance functional utilities";
       license = "licenses.bsd3";
+      maintainers = with maintainers; [ fridh ];
     };
   };
 
@@ -2761,6 +2764,7 @@ let
       description = "Minimal task scheduling abstraction";
       homepage = "http://github.com/ContinuumIO/dask/";
       licenses = licenses.bsd3;
+      maintainers = with maintainers; [ fridh ];
     };
   };
 
@@ -2779,6 +2783,7 @@ let
       homepage = https://github.com/ContinuumIO/datashape;
       description = "A data description language";
       license = licenses.bsd2;
+      maintainers = with maintainers; [ fridh ];
     };
   };
 
@@ -7189,6 +7194,7 @@ let
       description = "IPython Kernel for Jupyter";
       homepage = http://ipython.org/;
       license = licenses.bsd3;
+      maintainers = with maintainers; [ fridh ];
     };
   };
   
@@ -7207,6 +7213,7 @@ let
       description = "Interactive Parallel Computing with IPython";
       homepage = http://ipython.org/;
       license = licenses.bsd3;
+      maintainers = with maintainers; [ fridh ];
     };
   
   };
@@ -7228,7 +7235,7 @@ let
       description = "IPython: Productive Interactive Computing";
       homepage = http://ipython.org/;
       license = licenses.bsd3;
-      maintainers = with maintainers; [ bjornfor jgeerds ];
+      maintainers = with maintainers; [ bjornfor jgeerds fridh ];
     };
   };
   
@@ -7474,6 +7481,7 @@ let
       description = "Jupyter protocol implementation and client libraries";
       homepage = http://jupyter.org/;
       license = licenses.bsd3;
+      maintainers = with maintainers; [ fridh ];
     };  
   };
   
@@ -7492,6 +7500,7 @@ let
       description = "Jupyter core package. A base package on which Jupyter projects rely";
       homepage = http://jupyter.org/;
       license = licenses.bsd3;
+      maintainers = with maintainers; [ fridh ];
     };
   };
 
@@ -8465,6 +8474,7 @@ let
       homepage = http://github.com/mrocklin/multipledispatch/;
       description = "A relatively sane approach to multiple dispatch in Python";
       license = licenses.bsd3;
+      maintainers = with maintainers; [ fridh ];
     };
   };
 
@@ -8737,6 +8747,7 @@ let
       description = "Converting Jupyter Notebooks";
       homepage = http://jupyter.org/;
       license = licenses.bsd3;
+      maintainers = with maintainers; [ fridh ];
     }; 
   };
   
@@ -8755,6 +8766,7 @@ let
       description = "The Jupyter Notebook format";
       homepage = "http://jupyter.org/";
       license = licenses.bsd3;
+      maintainers = with maintainers; [ fridh ];
     };
   };
 
@@ -9104,6 +9116,7 @@ let
       description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing";
       homepage = http://jupyter.org/;
       license = licenses.bsd3;
+      maintainers = with maintainers; [ fridh ];
     };
   };
 
@@ -9434,6 +9447,7 @@ let
       homepage = https://github.com/ContinuumIO/odo;
       description = "Data migration utilities";
       license = licenses.bsdOriginal;
+      maintainers = with maintainers; [ fridh ];
     };
   };
 
@@ -9645,7 +9659,7 @@ let
       homepage = "http://pandas.pydata.org/";
       description = "Python Data Analysis Library";
       license = licenses.bsd3;
-      maintainers = with maintainers; [ raskin ];
+      maintainers = with maintainers; [ raskin fridh ];
       platforms = platforms.unix;
     };
   };
@@ -12486,6 +12500,7 @@ let
       description = "Jupyter Qt console";
       homepage = http://jupyter.org/;
       license = licenses.bsd3;
+      maintainers = with maintainers; [ fridh ];
     };
   };
 
@@ -13111,10 +13126,10 @@ let
       description = "A set of python modules for machine learning and data mining";
       homepage = http://scikit-learn.org;
       license = licenses.bsd3;
+      maintainers = with maintainers; [ fridh ];
     };
   };
 
-
   scripttest = buildPythonPackage rec {
     version = "1.3";
     name = "scripttest-${version}";
@@ -13145,6 +13160,7 @@ let
       description = "statisitical data visualization";
       homepage = "http://stanford.edu/~mwaskom/software/seaborn/";
       license     = "BSD";
+      maintainers = with maintainers; [ fridh ];
     };
   };
 
@@ -14517,6 +14533,7 @@ let
       description = "Traitlets Python config system";
       homepage = http://ipython.org/;
       license = licenses.bsd3;
+      maintainers = with maintainers; [ fridh ];
     };
   };
 
@@ -14637,6 +14654,7 @@ let
       homepage = "http://github.com/pytoolz/toolz/";
       description = "List processing tools and functional utilities";
       license = "licenses.bsd3";
+      maintainers = with maintainers; [ fridh ];
     };
   };
 
@@ -15566,6 +15584,7 @@ let
       description = "N-D labeled arrays and datasets in Python";
       homepage = https://github.com/xray/xray;
       license = licenses.asl20;
+      maintainers = with maintainers; [ fridh ];
     };
   };