maintainers: create sage team

Maintaining all the packages whose updates might break some aspect of
sage.

For reference:
https://github.com/NixOS/nixpkgs/pull/103810#issuecomment-727536510
gstqt5
Timo Kaufmann 2020-11-17 20:41:33 +01:00
parent 9b5f49e2f7
commit ff8338343b
55 changed files with 74 additions and 66 deletions

View File

@ -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.";
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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 = with maintainers; [ raskin ] ++ 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

View File

@ -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;
};
}

View File

@ -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 raskin AndersonTorres ] ++ teams.sage.members;
platforms = platforms.linux ++ platforms.darwin;
updateWalker = true;
};

View File

@ -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;
};
}

View File

@ -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";
};
}

View File

@ -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/";
};
}

View File

@ -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;
};
}

View File

@ -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/";
};
}

View File

@ -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;
};
}

View File

@ -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

View File

@ -108,7 +108,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A CAS for polynomial computations";
maintainers = with maintainers; [ raskin timokau ];
maintainers = with maintainers; [ raskin ] ++ 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

View File

@ -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 = with maintainers; [raskin] ++ teams.sage.members;
platforms = platforms.unix;
homepage = "https://gitlab.com/sagemath/symmetrica";
};

View File

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.publicDomain;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}

View File

@ -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;
};
}

View File

@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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 = with maintainers; [ raskin ] ++ teams.sage.members;
platforms = stdenv.lib.platforms.unix;
};
}

View File

@ -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 = with maintainers; [raskin] ++ teams.sage.members;
platforms = platforms.unix;
homepage = "https://www.inf.ethz.ch/personal/fukudak/cdd_home/index.html";
};

View File

@ -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 = with maintainers; [ raskin ] ++ teams.sage.members;
platforms = platforms.all;
};
}

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
inherit version;
description = ''Finite Field Linear Algebra Subroutines'';
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ raskin timokau ];
maintainers = with maintainers; [ raskin ] ++ teams.sage.members;
platforms = platforms.unix;
homepage = "https://linbox-team.github.io/fflas-ffpack/";
};

View File

@ -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 = with maintainers; [raskin] ++ teams.sage.members;
platforms = platforms.unix;
};
}

View File

@ -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 = with maintainers; [ raskin ] ++ teams.sage.members;
platforms = platforms.unix;
};
}

View File

@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = {
meta = with stdenv.lib; {
description = "The GNU Linear Programming Kit";
longDescription =
@ -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;
};
}

View File

@ -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/";
};
}

View File

@ -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;
};

View File

@ -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;
};
}

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
easy to use.
'';
license = licenses.gpl2Plus;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.unix;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
gpl2 # Michael Reid's and Eric Dietz software
mit # Dik T. Winter's software
];
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.unix;
};
}

View File

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
fullName = "Custom, BSD-like. See COPYING file.";
free = true;
};
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.linux;
};
}

View File

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
homepage = "http://web.maths.unsw.edu.au/~davidharvey/code/zn_poly/";
description = "Polynomial arithmetic over Z/nZ";
license = with licenses; [ gpl3 ];
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
platforms = platforms.unix;
};
}

View File

@ -30,6 +30,6 @@ if !(pythonOlder "3.3") then null else buildPythonPackage {
description = "A backport of the get_terminal_size function from Python 3.3s shutil.";
homepage = "https://github.com/chrippa/backports.shutil_get_terminal_size";
license = with licenses; [ mit ];
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}

View File

@ -49,7 +49,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Cython bindings for PARI";
license = licenses.gpl2;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
homepage = "https://github.com/defeo/cypari2";
};
}

View File

@ -42,10 +42,10 @@ buildPythonPackage rec {
enableParallelBuilding = true;
meta = {
meta = with lib; {
description = "Interrupt and signal handling for Cython";
homepage = "https://github.com/sagemath/cysignals/";
maintainers = with lib.maintainers; [ timokau ];
license = lib.licenses.lgpl3Plus;
maintainers = teams.sage.members;
license = licenses.lgpl3Plus;
};
}

View File

@ -32,7 +32,7 @@ buildPythonPackage rec {
The result is just like mod_autoindex, but the look is more awesome!
'';
license = licenses.bsd2;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
homepage = "https://pythonhosted.org/Flask-AutoIndex/";
};
}

View File

@ -38,7 +38,7 @@ buildPythonPackage rec {
installed automatically for you if you install this library.
'';
license = licenses.bsd2;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
homepage = "https://github.com/python-babel/flask-babel";
};
}

View File

@ -24,7 +24,7 @@ buildPythonPackage {
meta = with stdenv.lib; {
description = "Adds silk icons to your Flask application or module, or extension";
license = licenses.bsd3;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
homepage = "https://github.com/sublee/flask-silk";
};
}

View File

@ -67,11 +67,11 @@ buildPythonPackage rec {
PY_IGNORE_IMPORTMISMATCH=1 pytest
'';
meta = {
meta = with lib; {
description = "A Python interface for fplll";
changelog = "https://github.com/fplll/fpylll/releases/tag/${version}";
homepage = "https://github.com/fplll/fpylll";
maintainers = with lib.maintainers; [ timokau ];
license = lib.licenses.gpl2Plus;
maintainers = teams.sage.members;
license = licenses.gpl2Plus;
};
}

View File

@ -56,7 +56,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A Python wrapper for ppl";
homepage = "https://gitlab.com/videlec/pplpy";
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
license = licenses.gpl3;
};
}

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "sympy";
version = "1.5.1"; # Upgrades may break sage. Please test or ping @timokau.
version = "1.5.1";
src = fetchPypi {
inherit pname version;
@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "A Python library for symbolic mathematics";
homepage = "https://www.sympy.org/";
license = licenses.bsd3;
maintainers = with maintainers; [ lovek323 timokau ];
maintainers = with maintainers; [ lovek323 ] ++ teams.sage.members;
};
}

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "sympy";
version = "1.6.2"; # Upgrades may break sage. Please test or ping @timokau.
version = "1.6.2";
src = fetchPypi {
inherit pname version;
@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "A Python library for symbolic mathematics";
homepage = "https://www.sympy.org/";
license = licenses.bsd3;
maintainers = with maintainers; [ lovek323 timokau ];
maintainers = with maintainers; [ lovek323 ] ++ teams.sage.members;
};
}