aboutsummaryrefslogtreecommitdiff
path: root/lang/python/click
Commit message (Collapse)AuthorAge
* click: update to version 8.0.1Daniel Golle2021-08-01
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* click: update to version 7.1.2Josef Schlehofer2020-10-05
| | | | | | | | Developers of click decided to change their tarball, so it does no longer contains capital C and because of that, we can throw PYPI_SOURCE_NAME. Signed-off-by: Josef Schlehofer <pepe.schlehofer@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>
* 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>
* click: update to version 7.0Josef Schlehofer2019-06-05
| | | | | | | | | - Change URL of the website and for PKG_SOURCE_URL - Change TITLE and description - Remove PKG_BUILD_DEPENDS, PKG_UNPACK as they are not necessary - Add src package Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: click: add packageDaniel Golle2017-07-14
Signed-off-by: Daniel Golle <daniel@makrotopia.org>