8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-/HXyYVkUgVqOTLFQGzpRN0XLZu8P1fxvufjD+jSB94k=";
24 pythonImportsCheck = [
29 description = "Library to generate concise, unambiguous and URL-safe UUIDs";
30 homepage = "https://github.com/stochastic-technologies/shortuuid/";
31 changelog = "https://github.com/skorokithakis/shortuuid/blob/v${version}/CHANGELOG.md";
32 license = licenses.bsd3;
33 maintainers = with maintainers; [ zagy ];