17 buildPythonPackage rec {
22 disabled = pythonOlder "3.7";
27 hash = "sha256-Pdua+xxV0M/4EuM5LKM/RoSYwHB6T6iy4F0LoNMsAZ4=";
30 nativeBuildInputs = [ setuptools ];
32 propagatedBuildInputs = [
39 ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
41 nativeCheckInputs = [ pytestCheckHook ];
44 # AssertionError: '.selector .ch { color: #408080' not found in 'pre...
45 "test_get_pygments_stylesheet"
48 pythonImportsCheck = [ "markups" ];
51 description = "Wrapper around various text markup languages";
52 homepage = "https://github.com/retext-project/pymarkups";
53 license = licenses.bsd3;
54 maintainers = with maintainers; [ klntsky ];