9 buildPythonPackage rec {
10 pname = "random-user-agent";
11 version = "1.0.1-unstable-2018-12-26";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "Luqman-Ud-Din";
18 repo = "random_user_agent";
19 rev = "9547a1d93558c5838f734357c695fee92be905f7";
20 hash = "sha256-BkMx7N8O9I4rD8lvpoyXTZbZDsoozIpYUQh+zkLQ7Uc=";
23 build-system = [ setuptools ];
28 pythonImportsCheck = [ "random_user_agent" ];
31 description = "Module to get list of user agents based on filters";
32 homepage = "https://github.com/Luqman-Ud-Din/random_user_agent";
33 license = licenses.mit;
34 maintainers = with maintainers; [ fab ];