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

View file

@ -2574,7 +2574,7 @@ in {
grappelli_safe = callPackage ../development/python-modules/grappelli_safe { }; 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 { }; greatfet = callPackage ../development/python-modules/greatfet { };