11 buildPythonPackage rec {
12 pname = "mdit-py-plugins";
16 disabled = pythonOlder "3.6";
18 src = fetchFromGitHub {
19 owner = "executablebooks";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-YBJu0vIOD747DrJLcqiZMHq34+gHdXeGLCw1OxxzIJ0=";
29 propagatedBuildInputs = [
38 pythonImportsCheck = [
43 description = "Collection of core plugins for markdown-it-py";
44 homepage = "https://github.com/executablebooks/mdit-py-plugins";
45 changelog = "https://github.com/executablebooks/mdit-py-plugins/blob/v${version}/CHANGELOG.md";
46 license = licenses.mit;
47 maintainers = with maintainers; [ AluisioASG ];