nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.ftfy: remove outdated comment about version 4 vs 5

+1 -6
+1 -6
pkgs/development/python-modules/ftfy/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "ftfy"; 13 - 14 13 version = "5.8"; 15 - # ftfy v5 only supports python3. Since at the moment the only 16 - # packages that use ftfy are spacy and textacy which both support 17 - # python 2 and 3, they have pinned ftfy to the v4 branch. 18 - # I propose to stick to v4 until another package requires v5. 19 - # At that point we can make a ftfy_v4 package. 14 + 20 15 disabled = !isPy3k; 21 16 22 17 src = fetchPypi {