aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2021-04-20 23:52:18 -0500
committerRobby Workman <rworkman@slackbuilds.org>2021-04-20 23:52:18 -0500
commite48218d43aa8ff9f1a2fce6b69af9370562d88c0 (patch)
tree433d0bef9d05c06cfe909ab45836a9a1dad84d70
parent20b87b8decd46f977d462186a87f2539736ac03b (diff)
downloadslackbuilds-e48218d43aa8ff9f1a2fce6b69af9370562d88c0.tar.xz
various: Kill python-chardet dep mention
-rw-r--r--development/codespell/README4
-rw-r--r--libraries/html5lib/README2
-rw-r--r--multimedia/gaupol/README3
-rw-r--r--python/css-parser/README2
-rw-r--r--python/cssutils/README7
-rw-r--r--python/html5-parser/README2
6 files changed, 3 insertions, 17 deletions
diff --git a/development/codespell/README b/development/codespell/README
index 6c714b66f26f..cdbc979cecfb 100644
--- a/development/codespell/README
+++ b/development/codespell/README
@@ -3,7 +3,3 @@ codespell (spell checker for source code)
codespell fixes common misspellings in text files. It's designed
primarily for checking misspelled words in source code, but it can be
used with other files as well.
-
-Optional dependency: python-chardet. This is required for codespell's
--e option. Unless you deal with files that are not ASCII, ISO-8859-1,
-or UTF-8, you probably don't need the -e option.
diff --git a/libraries/html5lib/README b/libraries/html5lib/README
index e97c619b21ca..a38654faac06 100644
--- a/libraries/html5lib/README
+++ b/libraries/html5lib/README
@@ -9,4 +9,4 @@ Output is to a tree structure; the current release supports output
to DOM, ElementTree and lxml tree formats as well as a simple
custom format.
-Optional: datrie, python-chardet, lxml and genshi
+Optional: datrie, lxml, and genshi
diff --git a/multimedia/gaupol/README b/multimedia/gaupol/README
index 11ade37ac7bf..3129a198045b 100644
--- a/multimedia/gaupol/README
+++ b/multimedia/gaupol/README
@@ -17,7 +17,4 @@ Optional dependencies are:
- iso-codes, if available, will be used to translate script, language and
country names.
-- Universal Encoding Detector is required for character encoding
- auto-detection. (python-chardet)
-
- MPlayer or VLC is recommended for preview.
diff --git a/python/css-parser/README b/python/css-parser/README
index 5cf85ef683f2..bb43f46c8c81 100644
--- a/python/css-parser/README
+++ b/python/css-parser/README
@@ -1,3 +1,3 @@
A Python package to parse and build CSS Cascading Style Sheets.
-Optional dependencies: python3, python-chardet and gdata.
+Optional dependency: gdata.
diff --git a/python/cssutils/README b/python/cssutils/README
index 7fd1da7d4fde..ae13134e4d28 100644
--- a/python/cssutils/README
+++ b/python/cssutils/README
@@ -1,8 +1,3 @@
A Python package to parse and build CSS Cascading Style Sheets.
-Optional dependencies: python3, python-chardet and gdata.
-
-Note: To install the python 3 bindings pass PYTHON3="yes" to
-the slackbuild
-
- # PYTHON3="yes" ./cssutils.slackBuild
+Optional dependency: gdata
diff --git a/python/html5-parser/README b/python/html5-parser/README
index 7c3648de65a8..af0066103549 100644
--- a/python/html5-parser/README
+++ b/python/html5-parser/README
@@ -1,3 +1 @@
Fast C based HTML 5 parsing for python.
-
-Optional dependency: python-chardet