8 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
18 fetchSubmodules = true;
19 hash = "sha256-GiuGPnyYL0HQ/J2OpDTD1/panZCuzKtD3mKW5op5lXA=";
23 ./dont-fetch-submodule.patch
36 rm ua_parser/__init__.py
39 pythonImportsCheck = [ "ua_parser" ];
42 description = "A python implementation of the UA Parser";
43 homepage = "https://github.com/ua-parser/uap-python";
44 license = licenses.asl20;
45 platforms = platforms.unix;
46 maintainers = with maintainers; [ dotlambda ];