Loading pkgs/development/python-modules/udapi/default.nix 0 → 100644 +43 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, setuptools, # dependencies colorama, termcolor, }: buildPythonPackage (finalAttrs: { pname = "udapi"; version = "0.5.2"; pyproject = true; src = fetchFromGitHub { owner = "udapi"; repo = "udapi-python"; tag = finalAttrs.version; hash = "sha256-0h4nfd3QHdZNiT0VFBs6xJ/lpiNPzcJQmV60KoH0Nv0="; }; build-system = [ setuptools ]; dependencies = [ colorama termcolor ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "udapi" ]; meta = { description = "Python framework for processing Universal Dependencies data"; homepage = "https://github.com/udapi/udapi-python"; license = lib.licenses.gpl3Plus; changelog = "https://github.com/udapi/udapi-python/releases/tag/${finalAttrs.src.tag}"; maintainers = with lib.maintainers; [ Stebalien ]; }; }) pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -20417,6 +20417,8 @@ self: super: with self; { ucsmsdk = callPackage ../development/python-modules/ucsmsdk { }; udapi = callPackage ../development/python-modules/udapi { }; udatetime = callPackage ../development/python-modules/udatetime { }; ueagle = callPackage ../development/python-modules/ueagle { }; Loading
pkgs/development/python-modules/udapi/default.nix 0 → 100644 +43 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, setuptools, # dependencies colorama, termcolor, }: buildPythonPackage (finalAttrs: { pname = "udapi"; version = "0.5.2"; pyproject = true; src = fetchFromGitHub { owner = "udapi"; repo = "udapi-python"; tag = finalAttrs.version; hash = "sha256-0h4nfd3QHdZNiT0VFBs6xJ/lpiNPzcJQmV60KoH0Nv0="; }; build-system = [ setuptools ]; dependencies = [ colorama termcolor ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "udapi" ]; meta = { description = "Python framework for processing Universal Dependencies data"; homepage = "https://github.com/udapi/udapi-python"; license = lib.licenses.gpl3Plus; changelog = "https://github.com/udapi/udapi-python/releases/tag/${finalAttrs.src.tag}"; maintainers = with lib.maintainers; [ Stebalien ]; }; })
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -20417,6 +20417,8 @@ self: super: with self; { ucsmsdk = callPackage ../development/python-modules/ucsmsdk { }; udapi = callPackage ../development/python-modules/udapi { }; udatetime = callPackage ../development/python-modules/udatetime { }; ueagle = callPackage ../development/python-modules/ueagle { };