Loading pkgs/development/python-modules/pytapo/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ # propagates , pycryptodome , requests , rtp , urllib3 }: Loading @@ -21,6 +22,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ pycryptodome requests rtp urllib3 ]; Loading pkgs/development/python-modules/rtp/default.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , python3 # nativeCheckInputs , hypothesis , unittestCheckHook }: buildPythonPackage rec { pname = "rtp"; version = "0.0.3"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-I5k3uF5lSLDdCWjBEQC4kl2dWyAKcHEJIYwqnEvJDBI="; }; nativeCheckInputs = [ hypothesis unittestCheckHook ]; unittestFlagsArray = [ "-s" "tests" "-v" ]; pythonImportsCheck = [ "rtp" ]; meta = with lib; { description = "A library for decoding/encoding rtp packets"; homepage = "https://github.com/bbc/rd-apmm-python-lib-rtp"; license = licenses.asl20; maintainers = with maintainers; [ fleaz ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -10429,6 +10429,8 @@ self: super: with self; { rtoml = callPackage ../development/python-modules/rtoml { }; rtp = callPackage ../development/python-modules/rtp { }; rtree = callPackage ../development/python-modules/rtree { inherit (pkgs) libspatialindex; }; Loading Loading
pkgs/development/python-modules/pytapo/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ # propagates , pycryptodome , requests , rtp , urllib3 }: Loading @@ -21,6 +22,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ pycryptodome requests rtp urllib3 ]; Loading
pkgs/development/python-modules/rtp/default.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , python3 # nativeCheckInputs , hypothesis , unittestCheckHook }: buildPythonPackage rec { pname = "rtp"; version = "0.0.3"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-I5k3uF5lSLDdCWjBEQC4kl2dWyAKcHEJIYwqnEvJDBI="; }; nativeCheckInputs = [ hypothesis unittestCheckHook ]; unittestFlagsArray = [ "-s" "tests" "-v" ]; pythonImportsCheck = [ "rtp" ]; meta = with lib; { description = "A library for decoding/encoding rtp packets"; homepage = "https://github.com/bbc/rd-apmm-python-lib-rtp"; license = licenses.asl20; maintainers = with maintainers; [ fleaz ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -10429,6 +10429,8 @@ self: super: with self; { rtoml = callPackage ../development/python-modules/rtoml { }; rtp = callPackage ../development/python-modules/rtp { }; rtree = callPackage ../development/python-modules/rtree { inherit (pkgs) libspatialindex; }; Loading