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
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user