6 buildPythonPackage rec {
11 src = fetchFromGitHub {
12 owner = "taskcluster";
15 sha256 = "McBxGRi8KqVhe2Xez5k4G67R5wBCCoh41dRsTKW4xMA=";
18 doCheck = false; # has no tests
20 pythonImportsCheck = [
25 description = "URL-safe base64 UUID encoder for generating 22 character slugs";
26 homepage = "https://github.com/taskcluster/slugid.py";
27 license = licenses.mpl20;
28 maintainers = with maintainers; [ milahu ];