aboutsummaryrefslogtreecommitdiff
path: root/lang/python/Jinja2
Commit message (Collapse)AuthorAge
* 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>
* Jinja2: update to version 2.10.3Josef Schlehofer2020-01-19
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@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>
* treewide: add PKG_CPE_ID for cvescannerJan Pavlinec2019-09-24
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* Jinja2: update to version 2.10.1Josef Schlehofer2019-04-18
| | | | | | | | | - Reordered things in Makefile - Removed PKG_BUILD_DIR and PKG_UNPACK as it isn't necessary - Changed TITLE from python3-jinja2 to Jinja2 - Added src package Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Jinja2: add missing dependency on markupsafeKarel Kočí2019-03-05
| | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* Jinja2: Update to 2.10Rosen Penev2018-11-10
| | | | | Switch URL to a deterministic one. Signed-off-by: Rosen Penev <rosenp@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: Jinja2: add packageDaniel Golle2017-07-14
Signed-off-by: Daniel Golle <daniel@makrotopia.org>