9 buildPythonPackage rec {
10 pname = "pygobject-stubs";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
18 repo = "pygobject-stubs";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-fz+qzFWl9JJu9CEVkeiV6XUIPDvwWgrfhTo/nj1EH5c=";
27 # This package does not include any tests.
31 description = "PEP 561 Typing Stubs for PyGObject";
32 homepage = "https://github.com/pygobject/pygobject-stubs";
33 changelog = "https://github.com/pygobject/pygobject-stubs/blob/${version}/CHANGELOG.md";
34 license = licenses.lgpl21Plus;
35 maintainers = with maintainers; [ hacker1024 ];