Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,12 @@ with lib.maintainers; {
];
scope = "Maintain Podman and CRI-O related packages and modules.";
};

sage = {
members = [
timokau
omasanori
];
scope = "Maintain SageMath and the dependencies that are likely to break it.";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/science/chemistry/jmol/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
homepage = "https://sourceforge.net/projects/jmol";
license = licenses.lgpl2;
platforms = platforms.all;
maintainers = with maintainers; [ timokau mounium ];
maintainers = with maintainers; [ mounium ] ++ teams.sage.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/R/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
hydraPlatforms = platforms.linux;

maintainers = with maintainers; [ peti timokau ];
maintainers = with maintainers; [ peti ] ++ teams.sage.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/lrcalc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
description = "Littlewood-Richardson calculator";
homepage = "http://math.rutgers.edu/~asbuch/lrcalc/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/nauty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
inherit version;
description = ''Programs for computing automorphism groups of graphs and digraphs'';
license = licenses.asl20;
maintainers = with maintainers; [ raskin timokau ];
maintainers = teams.sage.members;
platforms = platforms.unix;
# I'm not sure if the filename will remain the same for future changelog or
# if it will track changes to minor releases. Lets see. Better than nothing
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/palp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
# version was released that pointed to gplv2 however, so thats probably
# the right license.
license = licenses.gpl2;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/pari/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
homepage = "http://pari.math.u-bordeaux.fr";
downloadPage = "http://pari.math.u-bordeaux.fr/download.html";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ertes raskin AndersonTorres timokau ];
maintainers = with maintainers; [ ertes AndersonTorres ] ++ teams.sage.members;
platforms = platforms.linux ++ platforms.darwin;
updateWalker = true;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/pynac/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://pynac.org";
license = licenses.gpl3;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/sage/flask-oldsessions.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Provides a session class that works like the one in Flask before 0.10.";
license = licenses.bsd2;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
homepage = "https://github.com/mitsuhiko/flask-oldsessions";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/sage/flask-openid.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Adds openid support to flask applications";
license = licenses.bsd2;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
homepage = "https://pythonhosted.org/Flask-OpenID/";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/sage/pybrial.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "python implementation of BRiAl";
license = licenses.gpl2;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/sage/python-openid.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "OpenID library for Python";
license = licenses.asl20;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
homepage = "https://github.com/openid/python-openid/";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/sage/sage.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab";
license = licenses.gpl2;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/sage/sagenb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Sage Notebook";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};

# let sagenb use mathjax
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/singular/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "A CAS for polynomial computations";
maintainers = with maintainers; [ raskin timokau ];
maintainers = teams.sage.members;
# 32 bit x86 fails with some link error: `undefined reference to `__divmoddi4@GCC_7.0.0'`
platforms = subtractLists platforms.i686 platforms.unix;
license = licenses.gpl3; # Or GPLv2 at your option - but not GPLv4
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/symmetrica/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = ''A collection of routines for representation theory and combinatorics'';
license = licenses.isc;
maintainers = with maintainers; [raskin timokau];
maintainers = teams.sage.members;
platforms = platforms.unix;
homepage = "https://gitlab.com/sagemath/symmetrica";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/data/misc/combinatorial_designs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.publicDomain;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/data/misc/conway_polynomials/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
description = "Contains a small database of Conway polynomials";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/data/misc/elliptic_curves/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/data/misc/graphs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "A database of graphs";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/data/misc/pari-galdata/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ stdenv.mkDerivation {
homepage = "http://pari.math.u-bordeaux.fr/";
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/data/misc/pari-seadata-small/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ stdenv.mkDerivation {
homepage = "http://pari.math.u-bordeaux.fr/";
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/data/misc/polytopes_db/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "Reflexive polytopes database";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/arb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
description = ''A library for arbitrary-precision interval arithmetic'';
homepage = "http://arblib.org/";
license = stdenv.lib.licenses.lgpl21Plus;
maintainers = with maintainers; [ raskin timokau ];
maintainers = teams.sage.members;
platforms = stdenv.lib.platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/cddlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
inherit version;
description = ''An implementation of the Double Description Method for generating all vertices of a convex polyhedron'';
license = licenses.gpl2Plus;
maintainers = with maintainers; [raskin timokau];
maintainers = teams.sage.members;
platforms = platforms.unix;
homepage = "https://www.inf.ethz.ch/personal/fukudak/cdd_home/index.html";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/eclib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
description = ''Elliptic curve tools'';
homepage = "https://github.com/JohnCremona/eclib";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ raskin timokau ];
maintainers = teams.sage.members;
platforms = platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/fflas-ffpack/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
inherit version;
description = ''Finite Field Linear Algebra Subroutines'';
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ raskin timokau ];
maintainers = teams.sage.members;
platforms = platforms.unix;
homepage = "https://linbox-team.github.io/fflas-ffpack/";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/fplll/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
"https://groups.google.com/forum/#!searchin/fplll-devel/FPLLL$20${version}"
];
license = licenses.lgpl21Plus;
maintainers = with maintainers; [raskin timokau];
maintainers = teams.sage.members;
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/gf2x/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
description = ''Routines for fast arithmetic in GF(2)[x]'';
homepage = "http://gf2x.gforge.inria.fr";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ raskin timokau ];
maintainers = teams.sage.members;
platforms = platforms.unix;
};
}
8 changes: 4 additions & 4 deletions pkgs/development/libraries/glpk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ stdenv.mkDerivation rec {

doCheck = true;

meta = {
meta = with stdenv.lib; {
description = "The GNU Linear Programming Kit";

longDescription =
Expand All @@ -70,9 +70,9 @@ stdenv.mkDerivation rec {
'';

homepage = "https://www.gnu.org/software/glpk/";
license = stdenv.lib.licenses.gpl3Plus;
license = licenses.gpl3Plus;

maintainers = with stdenv.lib.maintainers; [ bjg timokau ];
platforms = stdenv.lib.platforms.all;
maintainers = with maintainers; [ bjg ] ++ teams.sage.members;
platforms = platforms.all;
};
}
8 changes: 4 additions & 4 deletions pkgs/development/libraries/linbox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ stdenv.mkDerivation rec {

enableParallelBuilding = true;

meta = {
meta = with stdenv.lib; {
inherit version;
description = "C++ library for exact, high-performance linear algebra";
license = stdenv.lib.licenses.lgpl21Plus;
maintainers = [stdenv.lib.maintainers.timokau];
platforms = stdenv.lib.platforms.unix;
license = licenses.lgpl21Plus;
maintainers = teams.sage.members;
platforms = platforms.unix;
homepage = "https://linalg.org/";
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/ntl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.shoup.net/ntl/";
# also locally at "${src}/doc/tour-changes.html";
changelog = "https://www.shoup.net/ntl/doc/tour-changes.html";
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
license = licenses.gpl2Plus;
platforms = platforms.all;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/science/math/brial/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/BRiAl/BRiAl";
description = "Legacy version of PolyBoRi maintained by sagemath developers";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.unix;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
easy to use.
'';
license = licenses.gpl2Plus;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.unix;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/sagemath/FlintQS";
description = "Highly optimized multi-polynomial quadratic sieve for integer factorization";
license = with licenses; [ gpl2 ];
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/science/math/lcalc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
homepage = "http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/L.html";
description = "A program for calculating with L-functions";
license = with licenses; [ gpl2 ];
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.all;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
A library to compute several properties of braids, including centralizer and conjugacy check.
'';
license = licenses.gpl3;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.all;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/miguelmarco/libhomfly/";
description = "Library to compute the homfly polynomial of knots and links";
license = licenses.unlicense;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/science/math/m4ri/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
homepage = "https://malb.bitbucket.io/m4ri/";
description = "Library to do fast arithmetic with dense matrices over F_2";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/science/math/m4rie/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
It uses the M4RI library, implementing the same operations over the finite field F2.
'';
license = licenses.gpl2Plus;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.unix;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/graph-algorithms/edge-addition-planarity-suite";
description = "A library for implementing graph algorithms";
license = licenses.bsd3;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.unix;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Calculates rank-width and rank-decompositions";
license = with licenses; [ gpl2Plus ];
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.unix;
};
}
Loading