aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-chardet
Commit message (Collapse)AuthorAge
* python-chardet: Rename Python 3 scriptJeffery To2019-05-25
| | | | | | | | | | The Python 2 and 3 versions of chardet both install a script with the same name (/usr/bin/chardetect). This is the issue identified in #9006 (https://github.com/openwrt/packages/pull/9006#issuecomment-493709812). This renames the Python 3 script to chardetect3. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-chardet: fix Makefile typoEneas U de Queiroz2019-03-13
| | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* python-chardet: add Python3 variantKarel Kočí2019-03-11
Signed-off-by: Karel Kočí <karel.koci@nic.cz>