10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-O7nPB/YGJgWEsd9GOZwLh92Edz57JZErfjkeMHl8XnI=";
22 build-system = [ poetry-core ];
24 nativeCheckInputs = [ pytestCheckHook ];
26 pythonImportsCheck = [ "shortuuid" ];
29 description = "Library to generate concise, unambiguous and URL-safe UUIDs";
30 mainProgram = "shortuuid";
31 homepage = "https://github.com/stochastic-technologies/shortuuid/";
32 changelog = "https://github.com/skorokithakis/shortuuid/blob/v${version}/CHANGELOG.md";
33 license = licenses.bsd3;
34 maintainers = with maintainers; [ zagy ];