8 , gobject-introspection
11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-AdZSvxix0cpoFQSrslGl+hB/s6Nh0EsWMQmXZAJVJOg=";
23 propagatedBuildInputs = [
34 "test_glib_events.TestBaseGLibEventLoop" # Somtimes fail due to imprecise timing
37 pythonImportsCheck = [ "gbulb" ];
40 broken = stdenv.isDarwin;
41 description = "GLib implementation of PEP 3156";
42 homepage = "https://github.com/beeware/gbulb";
43 license = licenses.asl20;
44 maintainers = with maintainers; [ marius851000 ];