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