tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
add myself as maintainer
Frederik Rietdijk
10 years ago
cd5a9afe
417986eb
+24
-4
3 changed files
expand all
collapse all
unified
split
lib
maintainers.nix
pkgs
applications
science
spyder
default.nix
top-level
python-packages.nix
+1
lib/maintainers.nix
···
96
fluffynukeit = "Daniel Austin <dan@fluffynukeit.com>";
97
forkk = "Andrew Okin <forkk@forkk.net>";
98
fpletz = "Franz Pletz <fpletz@fnordicwalking.de>";
0
99
fro_ozen = "fro_ozen <fro_ozen@gmx.de>";
100
ftrvxmtrx = "Siarhei Zirukin <ftrvxmtrx@gmail.com>";
101
funfunctor = "Edward O'Callaghan <eocallaghan@alterapraxis.com>";
···
96
fluffynukeit = "Daniel Austin <dan@fluffynukeit.com>";
97
forkk = "Andrew Okin <forkk@forkk.net>";
98
fpletz = "Franz Pletz <fpletz@fnordicwalking.de>";
99
+
fridh = "Frederik Rietdijk <fridh@fridh.nl>";
100
fro_ozen = "fro_ozen <fro_ozen@gmx.de>";
101
ftrvxmtrx = "Siarhei Zirukin <ftrvxmtrx@gmail.com>";
102
funfunctor = "Edward O'Callaghan <eocallaghan@alterapraxis.com>";
+1
-1
pkgs/applications/science/spyder/default.nix
···
58
homepage = https://github.com/spyder-ide/spyder/;
59
license = licenses.mit;
60
platforms = platforms.linux;
61
-
maintainers = [ maintainers.bjornfor ];
62
};
63
}
···
58
homepage = https://github.com/spyder-ide/spyder/;
59
license = licenses.mit;
60
platforms = platforms.linux;
61
+
maintainers = with maintainers; [ bjornfor fridh ];
62
};
63
}
+22
-3
pkgs/top-level/python-packages.nix
···
1373
homepage = https://github.com/ContinuumIO/blaze;
1374
description = "Allows Python users a familiar interface to query data living in other data storage systems";
1375
license = licenses.bsdOriginal;
0
1376
};
1377
};
1378
···
2284
platforms = platforms.all;
2285
homepage = http://cython.org;
2286
license = licenses.asl20;
0
2287
};
2288
};
2289
···
2300
homepage = "http://github.com/pytoolz/cytoolz/";
2301
description = "Cython implementation of Toolz: High performance functional utilities";
2302
license = "licenses.bsd3";
0
2303
};
2304
};
2305
···
2761
description = "Minimal task scheduling abstraction";
2762
homepage = "http://github.com/ContinuumIO/dask/";
2763
licenses = licenses.bsd3;
0
2764
};
2765
};
2766
···
2779
homepage = https://github.com/ContinuumIO/datashape;
2780
description = "A data description language";
2781
license = licenses.bsd2;
0
2782
};
2783
};
2784
···
7134
description = "IPython Kernel for Jupyter";
7135
homepage = http://ipython.org/;
7136
license = licenses.bsd3;
0
7137
};
7138
};
7139
···
7152
description = "Interactive Parallel Computing with IPython";
7153
homepage = http://ipython.org/;
7154
license = licenses.bsd3;
0
7155
};
7156
7157
};
···
7173
description = "IPython: Productive Interactive Computing";
7174
homepage = http://ipython.org/;
7175
license = licenses.bsd3;
7176
-
maintainers = with maintainers; [ bjornfor jgeerds ];
7177
};
7178
};
7179
···
7419
description = "Jupyter protocol implementation and client libraries";
7420
homepage = http://jupyter.org/;
7421
license = licenses.bsd3;
0
7422
};
7423
};
7424
···
7437
description = "Jupyter core package. A base package on which Jupyter projects rely";
7438
homepage = http://jupyter.org/;
7439
license = licenses.bsd3;
0
7440
};
7441
};
7442
···
8410
homepage = http://github.com/mrocklin/multipledispatch/;
8411
description = "A relatively sane approach to multiple dispatch in Python";
8412
license = licenses.bsd3;
0
8413
};
8414
};
8415
···
8682
description = "Converting Jupyter Notebooks";
8683
homepage = http://jupyter.org/;
8684
license = licenses.bsd3;
0
8685
};
8686
};
8687
···
8700
description = "The Jupyter Notebook format";
8701
homepage = "http://jupyter.org/";
8702
license = licenses.bsd3;
0
8703
};
8704
};
8705
···
9049
description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing";
9050
homepage = http://jupyter.org/;
9051
license = licenses.bsd3;
0
9052
};
9053
};
9054
···
9379
homepage = https://github.com/ContinuumIO/odo;
9380
description = "Data migration utilities";
9381
license = licenses.bsdOriginal;
0
9382
};
9383
};
9384
···
9590
homepage = "http://pandas.pydata.org/";
9591
description = "Python Data Analysis Library";
9592
license = licenses.bsd3;
9593
-
maintainers = with maintainers; [ raskin ];
9594
platforms = platforms.unix;
9595
};
9596
};
···
12431
description = "Jupyter Qt console";
12432
homepage = http://jupyter.org/;
12433
license = licenses.bsd3;
0
12434
};
12435
};
12436
···
13056
description = "A set of python modules for machine learning and data mining";
13057
homepage = http://scikit-learn.org;
13058
license = licenses.bsd3;
0
13059
};
13060
};
13061
-
13062
13063
scripttest = buildPythonPackage rec {
13064
version = "1.3";
···
13090
description = "statisitical data visualization";
13091
homepage = "http://stanford.edu/~mwaskom/software/seaborn/";
13092
license = "BSD";
0
13093
};
13094
};
13095
···
14462
description = "Traitlets Python config system";
14463
homepage = http://ipython.org/;
14464
license = licenses.bsd3;
0
14465
};
14466
};
14467
···
14582
homepage = "http://github.com/pytoolz/toolz/";
14583
description = "List processing tools and functional utilities";
14584
license = "licenses.bsd3";
0
14585
};
14586
};
14587
···
15511
description = "N-D labeled arrays and datasets in Python";
15512
homepage = https://github.com/xray/xray;
15513
license = licenses.asl20;
0
15514
};
15515
};
15516
···
1373
homepage = https://github.com/ContinuumIO/blaze;
1374
description = "Allows Python users a familiar interface to query data living in other data storage systems";
1375
license = licenses.bsdOriginal;
1376
+
maintainers = with maintainers; [ fridh ];
1377
};
1378
};
1379
···
2285
platforms = platforms.all;
2286
homepage = http://cython.org;
2287
license = licenses.asl20;
2288
+
maintainers = with maintainers; [ fridh ];
2289
};
2290
};
2291
···
2302
homepage = "http://github.com/pytoolz/cytoolz/";
2303
description = "Cython implementation of Toolz: High performance functional utilities";
2304
license = "licenses.bsd3";
2305
+
maintainers = with maintainers; [ fridh ];
2306
};
2307
};
2308
···
2764
description = "Minimal task scheduling abstraction";
2765
homepage = "http://github.com/ContinuumIO/dask/";
2766
licenses = licenses.bsd3;
2767
+
maintainers = with maintainers; [ fridh ];
2768
};
2769
};
2770
···
2783
homepage = https://github.com/ContinuumIO/datashape;
2784
description = "A data description language";
2785
license = licenses.bsd2;
2786
+
maintainers = with maintainers; [ fridh ];
2787
};
2788
};
2789
···
7139
description = "IPython Kernel for Jupyter";
7140
homepage = http://ipython.org/;
7141
license = licenses.bsd3;
7142
+
maintainers = with maintainers; [ fridh ];
7143
};
7144
};
7145
···
7158
description = "Interactive Parallel Computing with IPython";
7159
homepage = http://ipython.org/;
7160
license = licenses.bsd3;
7161
+
maintainers = with maintainers; [ fridh ];
7162
};
7163
7164
};
···
7180
description = "IPython: Productive Interactive Computing";
7181
homepage = http://ipython.org/;
7182
license = licenses.bsd3;
7183
+
maintainers = with maintainers; [ bjornfor jgeerds fridh ];
7184
};
7185
};
7186
···
7426
description = "Jupyter protocol implementation and client libraries";
7427
homepage = http://jupyter.org/;
7428
license = licenses.bsd3;
7429
+
maintainers = with maintainers; [ fridh ];
7430
};
7431
};
7432
···
7445
description = "Jupyter core package. A base package on which Jupyter projects rely";
7446
homepage = http://jupyter.org/;
7447
license = licenses.bsd3;
7448
+
maintainers = with maintainers; [ fridh ];
7449
};
7450
};
7451
···
8419
homepage = http://github.com/mrocklin/multipledispatch/;
8420
description = "A relatively sane approach to multiple dispatch in Python";
8421
license = licenses.bsd3;
8422
+
maintainers = with maintainers; [ fridh ];
8423
};
8424
};
8425
···
8692
description = "Converting Jupyter Notebooks";
8693
homepage = http://jupyter.org/;
8694
license = licenses.bsd3;
8695
+
maintainers = with maintainers; [ fridh ];
8696
};
8697
};
8698
···
8711
description = "The Jupyter Notebook format";
8712
homepage = "http://jupyter.org/";
8713
license = licenses.bsd3;
8714
+
maintainers = with maintainers; [ fridh ];
8715
};
8716
};
8717
···
9061
description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing";
9062
homepage = http://jupyter.org/;
9063
license = licenses.bsd3;
9064
+
maintainers = with maintainers; [ fridh ];
9065
};
9066
};
9067
···
9392
homepage = https://github.com/ContinuumIO/odo;
9393
description = "Data migration utilities";
9394
license = licenses.bsdOriginal;
9395
+
maintainers = with maintainers; [ fridh ];
9396
};
9397
};
9398
···
9604
homepage = "http://pandas.pydata.org/";
9605
description = "Python Data Analysis Library";
9606
license = licenses.bsd3;
9607
+
maintainers = with maintainers; [ raskin fridh ];
9608
platforms = platforms.unix;
9609
};
9610
};
···
12445
description = "Jupyter Qt console";
12446
homepage = http://jupyter.org/;
12447
license = licenses.bsd3;
12448
+
maintainers = with maintainers; [ fridh ];
12449
};
12450
};
12451
···
13071
description = "A set of python modules for machine learning and data mining";
13072
homepage = http://scikit-learn.org;
13073
license = licenses.bsd3;
13074
+
maintainers = with maintainers; [ fridh ];
13075
};
13076
};
0
13077
13078
scripttest = buildPythonPackage rec {
13079
version = "1.3";
···
13105
description = "statisitical data visualization";
13106
homepage = "http://stanford.edu/~mwaskom/software/seaborn/";
13107
license = "BSD";
13108
+
maintainers = with maintainers; [ fridh ];
13109
};
13110
};
13111
···
14478
description = "Traitlets Python config system";
14479
homepage = http://ipython.org/;
14480
license = licenses.bsd3;
14481
+
maintainers = with maintainers; [ fridh ];
14482
};
14483
};
14484
···
14599
homepage = "http://github.com/pytoolz/toolz/";
14600
description = "List processing tools and functional utilities";
14601
license = "licenses.bsd3";
14602
+
maintainers = with maintainers; [ fridh ];
14603
};
14604
};
14605
···
15529
description = "N-D labeled arrays and datasets in Python";
15530
homepage = https://github.com/xray/xray;
15531
license = licenses.asl20;
15532
+
maintainers = with maintainers; [ fridh ];
15533
};
15534
};
15535