7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
13 owner = "taskcluster";
16 sha256 = "McBxGRi8KqVhe2Xez5k4G67R5wBCCoh41dRsTKW4xMA=";
19 doCheck = false; # has no tests
21 pythonImportsCheck = [ "slugid" ];
24 description = "URL-safe base64 UUID encoder for generating 22 character slugs";
25 homepage = "https://github.com/taskcluster/slugid.py";
26 license = licenses.mpl20;
27 maintainers = with maintainers; [ milahu ];