9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 sha256 = "sha256-/oWbDpjSIrS0WAIgB9qsJ1fpcPBnHUXlXQGTHBtLs8s=";
21 propagatedNativeBuildInputs = [
25 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Minimal bindings to GitHub's fork of cmark";
39 homepage = "https://github.com/jonparrott/cmarkgfm";
40 license = licenses.mit;
41 maintainers = with maintainers; [ fab ];