aboutsummaryrefslogtreecommitdiff
path: root/libraries/nltk
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2021-04-21 00:42:24 -0500
committerRobby Workman <rworkman@slackbuilds.org>2021-04-21 00:42:24 -0500
commit48c22f9303b60a2459850ee6f75c2e19af6e2e09 (patch)
tree9da697bae75e791d92c222d1bb47be67fd2fb5d2 /libraries/nltk
parent2cb6395e6f83b0f608f69f76410a4a99fc3f0917 (diff)
various: Kill lots of python3 dep mentions
This is far from complete. We still need to review and tweak anything with "PYTHON" in the README, as many/most/all of those are telling the user how to build with python3 support. We almost surely want to enable that by default in all of those cases.
Diffstat (limited to 'libraries/nltk')
-rw-r--r--libraries/nltk/README3
-rw-r--r--libraries/nltk/nltk.info2
2 files changed, 1 insertions, 4 deletions
diff --git a/libraries/nltk/README b/libraries/nltk/README
index 868d987c3c5a6..8d8102f681b7e 100644
--- a/libraries/nltk/README
+++ b/libraries/nltk/README
@@ -2,9 +2,6 @@ Open source Python modules, linguistic data and documentation for research and
development in natural language processing, supporting dozens of NLP tasks,
with distributions for Windows, Mac OSX and Linux.
-As of version 3.5, python 2.7 is no longer supported and python3 is now
-required.
-
NLTK comes with many corpora, toy grammars, trained models, etc. A complete
list is posted at: http://nltk.org/nltk_data/. To retrieve all the data, use
"python3 -m nltk.downloader all". To ensure system wideinstallation, you can
diff --git a/libraries/nltk/nltk.info b/libraries/nltk/nltk.info
index 7503fa33d938c..34cac4ed30050 100644
--- a/libraries/nltk/nltk.info
+++ b/libraries/nltk/nltk.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/92/75/ce35194d8e3022203cca0d2f
MD5SUM="2a827c8c8a50b98241c07f2758eb6961"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3 regex"
+REQUIRES="regex"
MAINTAINER="ArTourter"
EMAIL="artourter@gmail.com"