16 buildPythonPackage rec {
21 disabled = pythonOlder "3.7";
26 hash = "sha256-Pdua+xxV0M/4EuM5LKM/RoSYwHB6T6iy4F0LoNMsAZ4=";
33 propagatedBuildInputs = [
40 ] ++ lib.optionals (pythonOlder "3.8") [
49 # AssertionError: '.selector .ch { color: #408080' not found in 'pre...
50 "test_get_pygments_stylesheet"
53 pythonImportsCheck = [
58 description = "Wrapper around various text markup languages";
59 homepage = "https://github.com/retext-project/pymarkups";
60 license = licenses.bsd3;
61 maintainers = with maintainers; [ klntsky ];