10 buildPythonPackage rec {
11 pname = "typeshed-client";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "JelleZijlstra";
19 repo = "typeshed_client";
20 rev = "refs/tags/v${version}";
21 hash = "sha256-lITreXYn/ZOc1fF2Sqcn8UDrZAjWYfjFSEaAxqTHb4s=";
28 propagatedBuildInputs = [
36 pythonImportsCheck = [
45 description = "Retrieve information from typeshed and other typing stubs";
46 homepage = "https://github.com/JelleZijlstra/typeshed_client";
47 changelog = "https://github.com/JelleZijlstra/typeshed_client/releases/tag/v${version}";
48 license = licenses.mit;
49 maintainers = with maintainers; [ ];