Loading pkgs/development/python-modules/june-analytics-python/default.nix 0 → 100644 +50 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, setuptools, dateutils, requests, monotonic, backoff, unittestCheckHook, }: buildPythonPackage { pname = "june-analytics-python"; version = "unstable-2022-07-26"; pyproject = true; src = fetchFromGitHub { owner = "juneHQ"; repo = "analytics-python"; rev = "462b523a617fbadc016ace45e6eec5762a8ae45f"; hash = "sha256-9IcikYQW1Q3aAyjIZw6UltD6cYFE+tBK+/EMQpRGCoQ="; }; pythonRelaxDeps = true; build-system = [ setuptools ]; dependencies = [ dateutils requests monotonic backoff ]; nativeCheckInputs = [ unittestCheckHook ]; unittestFlagsArray = [ "june" ]; pythonImportsCheck = [ "june" ]; meta = { description = "Hassle-free way to integrate analytics into any python application"; homepage = "https://github.com/juneHQ/analytics-python"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ soyouzpanda ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7165,6 +7165,8 @@ self: super: with self; { julius = callPackage ../development/python-modules/julius { }; june-analytics-python = callPackage ../development/python-modules/june-analytics-python { }; junit-xml = callPackage ../development/python-modules/junit-xml { }; junit2html = callPackage ../development/python-modules/junit2html { }; Loading Loading
pkgs/development/python-modules/june-analytics-python/default.nix 0 → 100644 +50 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, setuptools, dateutils, requests, monotonic, backoff, unittestCheckHook, }: buildPythonPackage { pname = "june-analytics-python"; version = "unstable-2022-07-26"; pyproject = true; src = fetchFromGitHub { owner = "juneHQ"; repo = "analytics-python"; rev = "462b523a617fbadc016ace45e6eec5762a8ae45f"; hash = "sha256-9IcikYQW1Q3aAyjIZw6UltD6cYFE+tBK+/EMQpRGCoQ="; }; pythonRelaxDeps = true; build-system = [ setuptools ]; dependencies = [ dateutils requests monotonic backoff ]; nativeCheckInputs = [ unittestCheckHook ]; unittestFlagsArray = [ "june" ]; pythonImportsCheck = [ "june" ]; meta = { description = "Hassle-free way to integrate analytics into any python application"; homepage = "https://github.com/juneHQ/analytics-python"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ soyouzpanda ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7165,6 +7165,8 @@ self: super: with self; { julius = callPackage ../development/python-modules/julius { }; june-analytics-python = callPackage ../development/python-modules/june-analytics-python { }; junit-xml = callPackage ../development/python-modules/junit-xml { }; junit2html = callPackage ../development/python-modules/junit2html { }; Loading