8 buildPythonPackage rec {
9 pname = "prometheus-client";
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
17 repo = "client_python";
18 rev = "refs/tags/v${version}";
19 hash = "sha256-LabvQMNiRH4jclMnN0P4M3w25NQasNQEu1HWvRDQQ2o=";
26 pythonImportsCheck = [
31 description = "Prometheus instrumentation library for Python applications";
32 homepage = "https://github.com/prometheus/client_python";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ ];