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-Y9tqfv2DP2daxxafcQAtxH33pR3FHE8av0PkzEcs0RU=";
23 build-system = [ setuptools ];
25 # This package does not include any tests.
29 description = "PEP 561 Typing Stubs for PyGObject";
30 homepage = "https://github.com/pygobject/pygobject-stubs";
31 changelog = "https://github.com/pygobject/pygobject-stubs/blob/v${version}/CHANGELOG.md";
32 license = licenses.lgpl21Plus;
33 maintainers = with maintainers; [ hacker1024 ];