From dd19f2d851ca443229070dc7f9d931a17df983ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Fri, 31 Jul 2020 08:50:43 +0200 Subject: [PATCH] python3Packages.ftfy: remove outdated comment about version 4 vs 5 --- pkgs/development/python-modules/ftfy/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/ftfy/default.nix b/pkgs/development/python-modules/ftfy/default.nix index 0f0dd3e76c4..a781230a919 100644 --- a/pkgs/development/python-modules/ftfy/default.nix +++ b/pkgs/development/python-modules/ftfy/default.nix @@ -10,13 +10,8 @@ buildPythonPackage rec { pname = "ftfy"; - version = "5.8"; - # ftfy v5 only supports python3. Since at the moment the only - # packages that use ftfy are spacy and textacy which both support - # python 2 and 3, they have pinned ftfy to the v4 branch. - # I propose to stick to v4 until another package requires v5. - # At that point we can make a ftfy_v4 package. + disabled = !isPy3k; src = fetchPypi {