Loading pkgs/development/python-modules/justbytes/default.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , justbases , hypothesis }: buildPythonPackage rec { pname = "justbytes"; version = "0.15"; src = fetchPypi { inherit pname version; hash = "sha256-qrMO9X0v5yYjeWa72mogegR+ii8tCi+o7qZ+Aff2wZQ="; }; propagatedBuildInputs = [ justbases ]; checkInputs = [ hypothesis ]; meta = with lib; { description = "computing with and displaying bytes"; homepage = "https://pythonhosted.org/justbytes"; license = licenses.lgpl2Plus; maintainers = with maintainers; [ nickcao ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4709,6 +4709,8 @@ in { justbases = callPackage ../development/python-modules/justbases { }; justbytes = callPackage ../development/python-modules/justbytes { }; jwcrypto = callPackage ../development/python-modules/jwcrypto { }; jxmlease = callPackage ../development/python-modules/jxmlease { }; Loading Loading
pkgs/development/python-modules/justbytes/default.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , justbases , hypothesis }: buildPythonPackage rec { pname = "justbytes"; version = "0.15"; src = fetchPypi { inherit pname version; hash = "sha256-qrMO9X0v5yYjeWa72mogegR+ii8tCi+o7qZ+Aff2wZQ="; }; propagatedBuildInputs = [ justbases ]; checkInputs = [ hypothesis ]; meta = with lib; { description = "computing with and displaying bytes"; homepage = "https://pythonhosted.org/justbytes"; license = licenses.lgpl2Plus; maintainers = with maintainers; [ nickcao ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4709,6 +4709,8 @@ in { justbases = callPackage ../development/python-modules/justbases { }; justbytes = callPackage ../development/python-modules/justbytes { }; jwcrypto = callPackage ../development/python-modules/jwcrypto { }; jxmlease = callPackage ../development/python-modules/jxmlease { }; Loading