From cd5a9afeac786b882bf3e0f0889042ebe680d5b3 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Wed, 9 Sep 2015 15:25:49 +0200 Subject: [PATCH] add myself as maintainer --- lib/maintainers.nix | 1 + pkgs/applications/science/spyder/default.nix | 2 +- pkgs/top-level/python-packages.nix | 25 +++++++++++++++++--- 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 "; forkk = "Andrew Okin "; fpletz = "Franz Pletz "; + fridh = "Frederik Rietdijk "; fro_ozen = "fro_ozen "; ftrvxmtrx = "Siarhei Zirukin "; funfunctor = "Edward O'Callaghan "; 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 6b5841d1f539..13f7f25fdf3b 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 ]; }; }; @@ -7134,6 +7139,7 @@ let description = "IPython Kernel for Jupyter"; homepage = http://ipython.org/; license = licenses.bsd3; + maintainers = with maintainers; [ fridh ]; }; }; @@ -7152,6 +7158,7 @@ let description = "Interactive Parallel Computing with IPython"; homepage = http://ipython.org/; license = licenses.bsd3; + maintainers = with maintainers; [ fridh ]; }; }; @@ -7173,7 +7180,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 ]; }; }; @@ -7419,6 +7426,7 @@ let description = "Jupyter protocol implementation and client libraries"; homepage = http://jupyter.org/; license = licenses.bsd3; + maintainers = with maintainers; [ fridh ]; }; }; @@ -7437,6 +7445,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 ]; }; }; @@ -8410,6 +8419,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 ]; }; }; @@ -8682,6 +8692,7 @@ let description = "Converting Jupyter Notebooks"; homepage = http://jupyter.org/; license = licenses.bsd3; + maintainers = with maintainers; [ fridh ]; }; }; @@ -8700,6 +8711,7 @@ let description = "The Jupyter Notebook format"; homepage = "http://jupyter.org/"; license = licenses.bsd3; + maintainers = with maintainers; [ fridh ]; }; }; @@ -9049,6 +9061,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 ]; }; }; @@ -9379,6 +9392,7 @@ let homepage = https://github.com/ContinuumIO/odo; description = "Data migration utilities"; license = licenses.bsdOriginal; + maintainers = with maintainers; [ fridh ]; }; }; @@ -9590,7 +9604,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; }; }; @@ -12431,6 +12445,7 @@ let description = "Jupyter Qt console"; homepage = http://jupyter.org/; license = licenses.bsd3; + maintainers = with maintainers; [ fridh ]; }; }; @@ -13056,10 +13071,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}"; @@ -13090,6 +13105,7 @@ let description = "statisitical data visualization"; homepage = "http://stanford.edu/~mwaskom/software/seaborn/"; license = "BSD"; + maintainers = with maintainers; [ fridh ]; }; }; @@ -14462,6 +14478,7 @@ let description = "Traitlets Python config system"; homepage = http://ipython.org/; license = licenses.bsd3; + maintainers = with maintainers; [ fridh ]; }; }; @@ -14582,6 +14599,7 @@ let homepage = "http://github.com/pytoolz/toolz/"; description = "List processing tools and functional utilities"; license = "licenses.bsd3"; + maintainers = with maintainers; [ fridh ]; }; }; @@ -15511,6 +15529,7 @@ let description = "N-D labeled arrays and datasets in Python"; homepage = https://github.com/xray/xray; license = licenses.asl20; + maintainers = with maintainers; [ fridh ]; }; };