Loading pkgs/by-name/li/lib4sbom/package.nix→pkgs/development/python-modules/lib4sbom/default.nix +8 −4 Original line number Diff line number Diff line { lib , python3Packages , buildPythonPackage , fetchFromGitHub , pyyaml , semantic-version , defusedxml , pytestCheckHook }: python3Packages.buildPythonPackage rec { buildPythonPackage rec { pname = "lib4sbom"; version = "0.7.1"; format = "setuptools"; Loading @@ -15,13 +19,13 @@ python3Packages.buildPythonPackage rec { hash = "sha256-UQZZYTRDbUqSH6F8hjhp9L70025cRO3zXQ8Aoznotg4="; }; propagatedBuildInputs = with python3Packages; [ dependencies = [ pyyaml semantic-version defusedxml ]; nativeCheckInputs = with python3Packages; [ nativeCheckInputs = [ pytestCheckHook ]; Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6564,6 +6564,8 @@ self: super: with self; { pa-ringbuffer = callPackage ../development/python-modules/pa-ringbuffer { }; lib4sbom = callPackage ../development/python-modules/lib4sbom { }; libais = callPackage ../development/python-modules/libais { }; libarchive-c = callPackage ../development/python-modules/libarchive-c { Loading Loading
pkgs/by-name/li/lib4sbom/package.nix→pkgs/development/python-modules/lib4sbom/default.nix +8 −4 Original line number Diff line number Diff line { lib , python3Packages , buildPythonPackage , fetchFromGitHub , pyyaml , semantic-version , defusedxml , pytestCheckHook }: python3Packages.buildPythonPackage rec { buildPythonPackage rec { pname = "lib4sbom"; version = "0.7.1"; format = "setuptools"; Loading @@ -15,13 +19,13 @@ python3Packages.buildPythonPackage rec { hash = "sha256-UQZZYTRDbUqSH6F8hjhp9L70025cRO3zXQ8Aoznotg4="; }; propagatedBuildInputs = with python3Packages; [ dependencies = [ pyyaml semantic-version defusedxml ]; nativeCheckInputs = with python3Packages; [ nativeCheckInputs = [ pytestCheckHook ]; Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6564,6 +6564,8 @@ self: super: with self; { pa-ringbuffer = callPackage ../development/python-modules/pa-ringbuffer { }; lib4sbom = callPackage ../development/python-modules/lib4sbom { }; libais = callPackage ../development/python-modules/libais { }; libarchive-c = callPackage ../development/python-modules/libarchive-c { Loading