Unverified Commit 7714e005 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #329420 from dotlambda/python3Packages.agate

python312Packages.agate: 1.9.1 -> 1.11.0
parents 6948bb2e 4d506759
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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 ];
@@ -49,7 +48,6 @@ buildPythonPackage rec {
    lxml
    pyicu
    pytestCheckHook
    pytz
  ];

  pythonImportsCheck = [ "agate" ];
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ buildPythonPackage rec {

  build-system = [ hatchling ];

  pythonRelaxDeps = [ "agate" ];

  dependencies = [
    agate
    colorama