graspy: rename to graspologic

This commit is contained in:
Ben Darwin 2020-09-30 12:25:54 -04:00 committed by Frederik Rietdijk
parent 484178cca6
commit 8e17389a56
2 changed files with 5 additions and 5 deletions

View file

@ -14,14 +14,14 @@
}:
buildPythonPackage rec {
pname = "graspy";
pname = "graspologic";
version = "0.3";
disabled = isPy27;
src = fetchFromGitHub {
owner = "neurodata";
repo = pname;
owner = "microsoft";
repo = "graspologic";
rev = "v${version}";
sha256 = "0lab76qiryxvwl6zrcikhnxil1xywl0wkkm2vzi4v9mdzpa7w29r";
};
@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://graspy.neurodata.io";
description = "A package for graph statistical algorithms";
license = licenses.asl20;
license = licenses.asl20; # changing to `licenses.mit` in next release
maintainers = with maintainers; [ bcdarwin ];
};
}

View file

@ -2574,7 +2574,7 @@ in {
grappelli_safe = callPackage ../development/python-modules/grappelli_safe { };
graspy = callPackage ../development/python-modules/graspy { };
graspologic = callPackage ../development/python-modules/graspologic { };
greatfet = callPackage ../development/python-modules/greatfet { };