Loading pkgs/development/python-modules/cson/default.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , speg }: buildPythonPackage rec { pname = "cson"; version = "0.8"; src = fetchPypi { inherit pname version; hash = "sha256-7owBZvzR9ReJiHGX4+g1Sse++jlvwpcGvOta8l7cngE="; }; propagatedBuildInputs = [ speg ]; pythonImportChecks = [ "cson" ]; meta = with lib; { description = "A python parser for the Coffeescript Object Notation (CSON)"; homepage = "https://github.com/avakar/pycson"; license = with licenses; [ mit ]; maintainers = with maintainers; [ xworld21 ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2199,6 +2199,8 @@ self: super: with self; { crytic-compile = callPackage ../development/python-modules/crytic-compile { }; cson = callPackage ../development/python-modules/cson { }; csrmesh = callPackage ../development/python-modules/csrmesh { }; csscompressor = callPackage ../development/python-modules/csscompressor { }; Loading Loading
pkgs/development/python-modules/cson/default.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , speg }: buildPythonPackage rec { pname = "cson"; version = "0.8"; src = fetchPypi { inherit pname version; hash = "sha256-7owBZvzR9ReJiHGX4+g1Sse++jlvwpcGvOta8l7cngE="; }; propagatedBuildInputs = [ speg ]; pythonImportChecks = [ "cson" ]; meta = with lib; { description = "A python parser for the Coffeescript Object Notation (CSON)"; homepage = "https://github.com/avakar/pycson"; license = with licenses; [ mit ]; maintainers = with maintainers; [ xworld21 ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2199,6 +2199,8 @@ self: super: with self; { crytic-compile = callPackage ../development/python-modules/crytic-compile { }; cson = callPackage ../development/python-modules/cson { }; csrmesh = callPackage ../development/python-modules/csrmesh { }; csscompressor = callPackage ../development/python-modules/csscompressor { }; Loading