10 buildPythonPackage rec {
11 pname = "pygobject-stubs";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
19 repo = "pygobject-stubs";
20 rev = "refs/tags/v${version}";
21 hash = "sha256-HOAG5c0fjF6RzULc1IDk7hRSlKTqtdXEM6acyJeV0DE=";
24 build-system = [ setuptools ];
26 # This package does not include any tests.
30 description = "PEP 561 Typing Stubs for PyGObject";
31 homepage = "https://github.com/pygobject/pygobject-stubs";
32 changelog = "https://github.com/pygobject/pygobject-stubs/blob/${version}/CHANGELOG.md";
33 license = licenses.lgpl21Plus;
34 maintainers = with maintainers; [ hacker1024 ];