aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-yaml
Commit message (Collapse)AuthorAge
* python-yaml: create /host targetMarcus Folkesson2024-04-18
| | | | | | | | | Make the python-yaml/host target available for the build environment to be used with e.g. the PKG_BUILD_DEPENDS list. This is needed for an upcoming package (libcamera). Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
* python-yaml: fix build with Cython 3krant2024-02-24
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* lang/python/python-yaml: fix PKG_CPE_IDFabrice Fontaine2024-02-05
| | | | | | | | | | There is not a single CVE linked to pyyaml_project:pyyaml so use pyyaml:pyyaml instead: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:pyyaml:pyyaml Fixes: c06a04c754bdcfdb2ea0bd1d654128863a2b6738 (python-yaml: update to version 5.1) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* python-yaml: Update to 6.0.1Jeffery To2023-09-05
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: change my no longer used emailJosef Schlehofer2023-09-04
| | | | | | | | | Since February 2023, I decided to no longer work with Turris, I mean CZ.NIC company due to some reasons how the development goes and since that day my work address is not available and not sure if there is some redirect to someone else, but if anyone wants to reach me, use my email address, where they can find me. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-packages: Clean up build variablesJeffery To2023-04-24
| | | | | | | | | | | | | | | * Rename PYTHON3_PKG_SETUP_VARS to PYTHON3_PKG_BUILD_VARS, and PYTHON3_PKG_SETUP_DIR to PYTHON3_PKG_BUILD_PATH The new variable names emphasize that these values apply to the new build process. * Remove PYTHON3_PKG_SETUP_ARGS set to the empty string These were set to override the default arguments in the old build process and not applicable to the new build process. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-libraries: Update build optionsJeffery To2023-04-24
| | | | | | | | This updates the build options for these packages to work with the pyproject.toml-based build process, and removes PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-libraries: Force old build processJeffery To2023-04-24
| | | | | | | | These packages will need adjustments to work with pyproject.toml-based builds, so set PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1 to force the old build process (when pyproject.toml-based builds are in place) for now. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cython: Add new host-only packageJeffery To2023-03-31
| | | | | | | The host build replaces the use of the host pip requirements file. This also updates the dependants of Cython to depend on the host build. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-yaml: bump to version 6.0Alexandru Ardelean2021-11-21
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@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-yaml: update to version 5.3.1Josef Schlehofer2020-04-06
| | | | | | Fixes CVE-2020-1747 Signed-off-by: Josef Schlehofer <pepe.schlehofer@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>
* python-yaml: update to version 5.3Josef Schlehofer2020-01-20
| | | | 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>
* python-yaml: Update to version 5.1.2Josef Schlehofer2019-09-01
| | | | | | PKG_NAME should match the name of the folder Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-yaml: update to version 5.1.1Josef Schlehofer2019-07-03
| | | | | | Reorder one thing in Makefile and add two spaces in description Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-yaml: update to version 5.1Josef Schlehofer2019-04-07
| | | | | | | | | | | | - COPYING as a license is no longer available. It's LICENSE - Add PKG_CPE_ID - Add a description - Add Python sources - Add me as maintainer as the previous maintainer is inactive in OpenWrt - Changed URL to Git repository, where you can find more details - Moved TITLE to Default Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-yaml: Update to 3.13Rosen Penev2018-08-18
| | | | | | | Switch URL to use a more standard location. Add HTTPS to everything. 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-yaml: update source and build for python3Daniel Golle2017-07-14
| | | | | | Update source to version 3.12 and build for both, python and python3. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* python packages: move all things python under lang/pythonAlexandru Ardelean2017-05-17
I admit this may be be a bit aggressive, but the lang folder is getting cluttered/filled up with Python, PHP, Perl, Ruby, etc. packages. Makes sense to try to group them into per-lang folders. I took the Pythons. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>