···10101111buildPythonPackage rec {1212 pname = "ftfy";1313-1413 version = "5.8";1515- # ftfy v5 only supports python3. Since at the moment the only1616- # packages that use ftfy are spacy and textacy which both support1717- # python 2 and 3, they have pinned ftfy to the v4 branch.1818- # I propose to stick to v4 until another package requires v5.1919- # At that point we can make a ftfy_v4 package.1414+2015 disabled = !isPy3k;21162217 src = fetchPypi {