aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-chardet
Commit message (Collapse)AuthorAge
* python-chardet: bump to 5.2.0Alexandru Ardelean2023-09-09
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* python-chardet: bump to version 5.1.0Alexandru Ardelean2023-02-04
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-chardet: bump to version 5.0.0Alexandru Ardelean2022-07-07
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-chardet: bump to version 4.0.0Alexandru Ardelean2020-12-16
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-packages: Add usr/bin symlinks without "3" suffixJeffery To2020-05-22
| | | | | | | | | | | | | Previously, binaries installed by Python packages will have a non-suffixed Python 2 version and a suffixed Python 3 version, e.g. pip and pip3. With the removal of Python 2, the non-suffixed names are no longer taken. This adds symlinks for the non-suffixed names linking to the suffixed scripts (or in the case of pip, easy_install, and python-config, to the fully-versioned scripts). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-packages: Clean up MakefilesJeffery To2020-04-22
| | | | | | | | | | | | | | | | | | | This removes: * Python 3 variants (VARIANT:=python3) * "for Python3" from package titles * Package selection condition from package dependencies, e.g. +PACKAGE_python3-six:python3-light replaced with +python3-light * "Default" package information sections, e.g. Package/python-six/Default removed and package details merged into Package/python3-six * "(Variant for Python3)" from package descriptions Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-libraries: Remove Python 2 variantsJeffery To2020-04-02
| | | | | | The Python 2 variants will be added to the abandoned packages feed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: Use pypi.mk for Python packagesJeffery To2019-10-30
| | | | | | | | | | | | | This updates all Python packages that download their source from PyPi to use pypi.mk. This will allow future improvements/changes to pypi.mk to affect all relevant packages. This also makes it easier for future Python packages to start using pypi.mk, when it's clear how it is used in existing packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* 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>