diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 23:52:18 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 23:52:18 -0500 |
commit | e48218d43aa8ff9f1a2fce6b69af9370562d88c0 (patch) | |
tree | 433d0bef9d05c06cfe909ab45836a9a1dad84d70 | |
parent | 20b87b8decd46f977d462186a87f2539736ac03b (diff) |
various: Kill python-chardet dep mention
-rw-r--r-- | development/codespell/README | 4 | ||||
-rw-r--r-- | libraries/html5lib/README | 2 | ||||
-rw-r--r-- | multimedia/gaupol/README | 3 | ||||
-rw-r--r-- | python/css-parser/README | 2 | ||||
-rw-r--r-- | python/cssutils/README | 7 | ||||
-rw-r--r-- | python/html5-parser/README | 2 |
6 files changed, 3 insertions, 17 deletions
diff --git a/development/codespell/README b/development/codespell/README index 6c714b66f26fb..cdbc979cecfb8 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 e97c619b21ca0..a38654faac068 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 11ade37ac7bf3..3129a198045bd 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 5cf85ef683f2f..bb43f46c8c817 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 7fd1da7d4fde5..ae13134e4d287 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 7c3648de65a8b..af00661035498 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 |