Loading pkgs/development/python-modules/agate/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -14,22 +14,21 @@ python-slugify, pythonOlder, pytimeparse, pytz, setuptools, }: buildPythonPackage rec { pname = "agate"; version = "1.9.1"; version = "1.11.0"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "wireservice"; repo = "agate"; rev = "refs/tags/${version}"; hash = "sha256-I7jvZA/m06kUuUcfglySaroDbJ5wbgiF2lb84EFPmpw="; hash = "sha256-JVBf21as4DNmGT84dSG+54RIU6PbRBoLPSsWj2FGXxc="; }; build-system = [ setuptools ]; Loading @@ -49,7 +48,6 @@ buildPythonPackage rec { lxml pyicu pytestCheckHook pytz ]; pythonImportsCheck = [ "agate" ]; Loading pkgs/development/python-modules/dbt-common/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ buildPythonPackage rec { build-system = [ hatchling ]; pythonRelaxDeps = [ "agate" ]; dependencies = [ agate colorama Loading Loading
pkgs/development/python-modules/agate/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -14,22 +14,21 @@ python-slugify, pythonOlder, pytimeparse, pytz, setuptools, }: buildPythonPackage rec { pname = "agate"; version = "1.9.1"; version = "1.11.0"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "wireservice"; repo = "agate"; rev = "refs/tags/${version}"; hash = "sha256-I7jvZA/m06kUuUcfglySaroDbJ5wbgiF2lb84EFPmpw="; hash = "sha256-JVBf21as4DNmGT84dSG+54RIU6PbRBoLPSsWj2FGXxc="; }; build-system = [ setuptools ]; Loading @@ -49,7 +48,6 @@ buildPythonPackage rec { lxml pyicu pytestCheckHook pytz ]; pythonImportsCheck = [ "agate" ]; Loading
pkgs/development/python-modules/dbt-common/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ buildPythonPackage rec { build-system = [ hatchling ]; pythonRelaxDeps = [ "agate" ]; dependencies = [ agate colorama Loading