6 buildPythonPackage rec {
7 pname = "xstatic-pygments";
11 pname = "XStatic-Pygments";
13 sha256 = "082c1e9fe606fbbef474f78b6fdb19e9a2efcc7a9b7d94163cf66f7bfae75762";
16 # no tests implemented
20 homepage = "https://pygments.org";
21 description = "pygments packaged static files for python";
22 license = licenses.mit;
23 maintainers = with maintainers; [ makefu ];