Merge pull request #94295 from danieldk/ftfy-comment

python3Packages.ftfy: remove outdated comment about version 4 vs 5
This commit is contained in:
Daniël de Kok 2020-07-31 17:15:36 +02:00 committed by GitHub
commit 4f1e02c055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {