Loading pkgs/development/python-modules/markdown2/default.nix +16 −2 Original line number Diff line number Diff line Loading @@ -3,18 +3,22 @@ , fetchFromGitHub , python , pygments , pythonOlder , wavedrom }: buildPythonPackage rec { pname = "markdown2"; version = "2.4.8"; version = "2.4.10"; disabled = pythonOlder "3.5"; # PyPI does not contain tests, so using GitHub instead. src = fetchFromGitHub { owner = "trentm"; repo = "python-markdown2"; rev = version; hash = "sha256-0T3HcfjEApEEWtNZGZcta85dY9d/0mSyRBlrqBQEQwk="; hash = "sha256-1Vs2OMQm/XBOEefV6W58X5hap91aTNuTx8UFf0285uk="; }; nativeCheckInputs = [ pygments ]; Loading @@ -29,6 +33,16 @@ buildPythonPackage rec { runHook postCheck ''; passthru.optional-dependencies = { code_syntax_highlighting = [ pygments ]; wavedrom = [ wavedrom ]; all = lib.flatten (lib.attrValues (lib.filterAttrs (n: v: n != "all") passthru.optional-dependencies)); }; meta = with lib; { changelog = "https://github.com/trentm/python-markdown2/blob/${src.rev}/CHANGES.md"; description = "A fast and complete Python implementation of Markdown"; Loading Loading
pkgs/development/python-modules/markdown2/default.nix +16 −2 Original line number Diff line number Diff line Loading @@ -3,18 +3,22 @@ , fetchFromGitHub , python , pygments , pythonOlder , wavedrom }: buildPythonPackage rec { pname = "markdown2"; version = "2.4.8"; version = "2.4.10"; disabled = pythonOlder "3.5"; # PyPI does not contain tests, so using GitHub instead. src = fetchFromGitHub { owner = "trentm"; repo = "python-markdown2"; rev = version; hash = "sha256-0T3HcfjEApEEWtNZGZcta85dY9d/0mSyRBlrqBQEQwk="; hash = "sha256-1Vs2OMQm/XBOEefV6W58X5hap91aTNuTx8UFf0285uk="; }; nativeCheckInputs = [ pygments ]; Loading @@ -29,6 +33,16 @@ buildPythonPackage rec { runHook postCheck ''; passthru.optional-dependencies = { code_syntax_highlighting = [ pygments ]; wavedrom = [ wavedrom ]; all = lib.flatten (lib.attrValues (lib.filterAttrs (n: v: n != "all") passthru.optional-dependencies)); }; meta = with lib; { changelog = "https://github.com/trentm/python-markdown2/blob/${src.rev}/CHANGES.md"; description = "A fast and complete Python implementation of Markdown"; Loading