7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 sha256 = "sha256-2+wxzYoS/KJXjYM6lZguxbr2Oxobo0eFNnzWZHLi0WM=";
23 pythonImportsCheck = [
28 description = "Parse ARNs using Python";
29 homepage = "https://github.com/PokaInc/arnparse";
30 license = licenses.mit;
31 maintainers = with maintainers; [ wolfangaukang ];