11 buildPythonPackage rec {
12 pname = "mdformat-tables";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
19 owner = "executablebooks";
22 hash = "sha256-Q61GmaRxjxJh9GjyR8QCZOH0njFUtAWihZ9lFQJ2nQQ=";
25 nativeBuildInputs = [ flit-core ];
27 propagatedBuildInputs = [ mdformat ];
29 nativeCheckInputs = [ pytestCheckHook ];
31 pythonImportsCheck = [ "mdformat_tables" ];
34 description = "Mdformat plugin for rendering tables";
35 homepage = "https://github.com/executablebooks/mdformat-tables";
36 license = licenses.mit;
37 maintainers = with maintainers; [