Loading pkgs/development/python-modules/cot/default.nix +17 −16 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchPypi, pythonOlder, colorlog, pyvmomi, requests, verboselogs, pyopenssl, setuptools, fetchPypi, mock, pyopenssl, pytest-mock, pytestCheckHook, pythonAtLeast, pythonOlder, pyvmomi, qemu, requests, setuptools, stdenv, verboselogs, }: buildPythonPackage rec { Loading @@ -21,8 +22,6 @@ buildPythonPackage rec { version = "2.2.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-9LNVNBX5DarGVvidPoLnmz11F5Mjm7FzpoO0zAzrJjU="; Loading Loading @@ -75,15 +74,17 @@ buildPythonPackage rec { pythonImportsCheck = [ "COT" ]; meta = with lib; { meta = { homepage = "https://github.com/glennmatthews/cot"; description = "Common OVF Tool"; mainProgram = "cot"; longDescription = '' COT (the Common OVF Tool) is a tool for editing Open Virtualization Format (.ovf, .ova) virtual appliances, with a focus on virtualized network appliances such as the Cisco CSR 1000V and Cisco IOS XRv platforms. COT (the Common OVF Tool) is a tool for editing Open Virtualization Format (.ovf, .ova) virtual appliances, with a focus on virtualized network appliances such as the Cisco CSR 1000V and Cisco IOS XRv platforms. ''; homepage = "https://github.com/glennmatthews/cot"; license = licenses.mit; maintainers = with maintainers; [ evanjs ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ evanjs ]; broken = pythonAtLeast "3.12"; # Because it requires packages removed from 3.12 onwards }; } pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2530,7 +2530,7 @@ self: super: with self; { cose = callPackage ../development/python-modules/cose { }; cot = callPackage ../development/python-modules/cot { qemu = pkgs.qemu; inherit (pkgs) qemu; }; courlan = callPackage ../development/python-modules/courlan { }; Loading Loading
pkgs/development/python-modules/cot/default.nix +17 −16 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchPypi, pythonOlder, colorlog, pyvmomi, requests, verboselogs, pyopenssl, setuptools, fetchPypi, mock, pyopenssl, pytest-mock, pytestCheckHook, pythonAtLeast, pythonOlder, pyvmomi, qemu, requests, setuptools, stdenv, verboselogs, }: buildPythonPackage rec { Loading @@ -21,8 +22,6 @@ buildPythonPackage rec { version = "2.2.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-9LNVNBX5DarGVvidPoLnmz11F5Mjm7FzpoO0zAzrJjU="; Loading Loading @@ -75,15 +74,17 @@ buildPythonPackage rec { pythonImportsCheck = [ "COT" ]; meta = with lib; { meta = { homepage = "https://github.com/glennmatthews/cot"; description = "Common OVF Tool"; mainProgram = "cot"; longDescription = '' COT (the Common OVF Tool) is a tool for editing Open Virtualization Format (.ovf, .ova) virtual appliances, with a focus on virtualized network appliances such as the Cisco CSR 1000V and Cisco IOS XRv platforms. COT (the Common OVF Tool) is a tool for editing Open Virtualization Format (.ovf, .ova) virtual appliances, with a focus on virtualized network appliances such as the Cisco CSR 1000V and Cisco IOS XRv platforms. ''; homepage = "https://github.com/glennmatthews/cot"; license = licenses.mit; maintainers = with maintainers; [ evanjs ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ evanjs ]; broken = pythonAtLeast "3.12"; # Because it requires packages removed from 3.12 onwards }; }
pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2530,7 +2530,7 @@ self: super: with self; { cose = callPackage ../development/python-modules/cose { }; cot = callPackage ../development/python-modules/cot { qemu = pkgs.qemu; inherit (pkgs) qemu; }; courlan = callPackage ../development/python-modules/courlan { }; Loading