python3Packages.spacy-legacy: update meta

This commit is contained in:
Fabian Affolter
2023-01-09 21:32:01 +01:00
committed by GitHub
parent 7e24808343
commit 2e521211c0

View File

@@ -14,11 +14,15 @@ buildPythonPackage rec {
# checkInputs = [ pytestCheckHook spacy ];
doCheck = false;
pythonImportsCheck = [ "spacy_legacy" ];
pythonImportsCheck = [
"spacy_legacy"
];
meta = with lib; {
description = "Legacy registered functions for spaCy backwards compatibility";
homepage = "https://github.com/justindujardin/pathy";
homepage = "https://github.com/explosion/spacy-legacy";
changelog = "https://github.com/explosion/spacy-legacy/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ melling ];
};