Loading pkgs/development/python-modules/fastdotcom/default.nix 0 → 100644 +41 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, icmplib, pythonOlder, requests, setuptools, }: buildPythonPackage rec { pname = "fastdotcom"; version = "0.0.6"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "fastdotcom"; inherit version; hash = "sha256-DAj5Bp8Vlg/NQSnz0yF/nHlIO7kStHlBABwvTWHVsIo="; }; build-system = [ setuptools ]; dependencies = [ icmplib requests ]; # Project has no tests doCheck = false; pythonImportsCheck = [ "fastdotcom" ]; meta = { description = "Python API for testing internet speed on Fast.com"; homepage = "https://github.com/nkgilley/fast.com"; license = lib.licenses.mit; maintainers = [ lib.maintainers.jamiemagee ]; }; } pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -1668,7 +1668,8 @@ ]; "fastdotcom" = ps: with ps; [ ]; # missing inputs: fastdotcom fastdotcom ]; "feedreader" = ps: with ps; [ feedparser Loading Loading @@ -7014,6 +7015,7 @@ "facebook" "fail2ban" "fan" "fastdotcom" "feedreader" "ffmpeg" "fibaro" Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4928,6 +4928,8 @@ self: super: with self; { fastdiff = callPackage ../development/python-modules/fastdiff { }; fastdotcom = callPackage ../development/python-modules/fastdotcom { }; fastdownload = callPackage ../development/python-modules/fastdownload { }; fastdtw = callPackage ../development/python-modules/fastdtw { }; Loading Loading
pkgs/development/python-modules/fastdotcom/default.nix 0 → 100644 +41 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, icmplib, pythonOlder, requests, setuptools, }: buildPythonPackage rec { pname = "fastdotcom"; version = "0.0.6"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "fastdotcom"; inherit version; hash = "sha256-DAj5Bp8Vlg/NQSnz0yF/nHlIO7kStHlBABwvTWHVsIo="; }; build-system = [ setuptools ]; dependencies = [ icmplib requests ]; # Project has no tests doCheck = false; pythonImportsCheck = [ "fastdotcom" ]; meta = { description = "Python API for testing internet speed on Fast.com"; homepage = "https://github.com/nkgilley/fast.com"; license = lib.licenses.mit; maintainers = [ lib.maintainers.jamiemagee ]; }; }
pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -1668,7 +1668,8 @@ ]; "fastdotcom" = ps: with ps; [ ]; # missing inputs: fastdotcom fastdotcom ]; "feedreader" = ps: with ps; [ feedparser Loading Loading @@ -7014,6 +7015,7 @@ "facebook" "fail2ban" "fan" "fastdotcom" "feedreader" "ffmpeg" "fibaro" Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4928,6 +4928,8 @@ self: super: with self; { fastdiff = callPackage ../development/python-modules/fastdiff { }; fastdotcom = callPackage ../development/python-modules/fastdotcom { }; fastdownload = callPackage ../development/python-modules/fastdownload { }; fastdtw = callPackage ../development/python-modules/fastdtw { }; Loading