10 buildPythonPackage rec {
12 version = "2024.1.14";
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 hash = "sha256-ogjBcm4SujhRJc7yxtN1xBxd6kzCZzp3r3ErHb8HTpA=";
22 propagatedNativeBuildInputs = [ cffi ];
24 propagatedBuildInputs = [ cffi ];
26 nativeCheckInputs = [ pytestCheckHook ];
28 pythonImportsCheck = [ "cmarkgfm" ];
31 description = "Minimal bindings to GitHub's fork of cmark";
32 homepage = "https://github.com/jonparrott/cmarkgfm";
33 license = licenses.mit;
34 maintainers = with maintainers; [ fab ];