8 hatch-fancy-pypi-readme,
12 buildPythonPackage rec {
13 pname = "accessible-pygments";
17 disabled = pythonOlder "3.7";
20 pname = "accessible_pygments";
22 hash = "sha256-QJGNPmorYZrUJMuR5Va9O9iGVEPZ8i8dzfeeM8gEaHI=";
28 hatch-fancy-pypi-readme
31 dependencies = [ pygments ];
33 # Tests only execute pygments with these styles
36 pythonImportsCheck = [
42 description = "Collection of accessible pygments styles";
43 homepage = "https://github.com/Quansight-Labs/accessible-pygments";
44 changelog = "https://github.com/Quansight-Labs/accessible-pygments/raw/v${version}/CHANGELOG.md";
45 license = licenses.bsd3;