Unverified Commit b2b9ed39 authored by Pavol Rusnak's avatar Pavol Rusnak
Browse files

python3Packages.spacy: 3.8.3 -> 3.8.5

parent 62aec100
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -38,14 +38,12 @@

buildPythonPackage rec {
  pname = "spacy";
  version = "3.8.3";
  version = "3.8.5";
  pyproject = true;

  disabled = pythonOlder "3.10";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-galn3D1qWgqaslBVlIP+IJIwZYKpGS+Yvnpjvc4nl/c=";
    hash = "sha256-OLyLh3+yT0FJBf8XliADFgfNMf5vkA1noGcwFCcVZRw=";
  };

  postPatch = ''
+1 −12
Original line number Diff line number Diff line
@@ -16106,18 +16106,7 @@ self: super: with self; {
  soxr = callPackage ../development/python-modules/soxr { libsoxr = pkgs.soxr; };
  spacy = callPackage ../development/python-modules/spacy {
    # fix error: ‘_PyCFrame’ has no member named ‘use_tracing’
    # see: https://aur.archlinux.org/packages/python-spacy
    cython_0 = cython_0.overridePythonAttrs (old: rec {
      version = "0.29.37";
      src = pkgs.fetchPypi {
        pname = "Cython";
        inherit version;
        hash = "sha256-+BPUpt2Ure5dT/JmGR0dlb9tQWSk+sxTVCLAIbJQTPs=";
      };
    });
  };
  spacy = callPackage ../development/python-modules/spacy { };
  spacy-alignments = callPackage ../development/python-modules/spacy-alignments { };