mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
Remove timokau from sage team (#553425)
This commit is contained in:
@@ -711,7 +711,6 @@ with lib.maintainers;
|
||||
|
||||
sage = {
|
||||
members = [
|
||||
timokau
|
||||
raskin
|
||||
collares
|
||||
];
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# sage tests to run:
|
||||
# src/sage/interfaces/mwrank.py
|
||||
# src/sage/libs/eclib
|
||||
# ping @timokau for more info
|
||||
# ping the sage team for more info
|
||||
src = fetchurl {
|
||||
# all releases for this project appear on its GitHub releases page
|
||||
# by definition! other distros sometimes update whenever they see
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cypari2";
|
||||
# upgrade may break sage, please test the sage build or ping @timokau on upgrade
|
||||
# upgrade may break sage, please test the sage build or ping the sage team on upgrade
|
||||
version = "2.2.4";
|
||||
pyproject = true;
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "networkx";
|
||||
# upgrade may break sage, please test the sage build or ping @timokau on upgrade
|
||||
# upgrade may break sage, please test the sage build or ping the sage team on upgrade
|
||||
version = "3.6.1";
|
||||
pyproject = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user