aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-core
AgeCommit message (Collapse)Author
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-07-20python3-geomet: Add missing RDEPENDS; add to packagegroup-meta-pythonTrevor Gamblin
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-13python3-joblib: new packageBartosz Golaszewski
Add a recipe for joblib: a set of tools to provide lightweight pipelining in Python. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-06-24python3-process-tests: Add recipeKhem Raj
Needed by ptests of other modules Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-06-23packagegroup-meta-python: Add newly added recipesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-31python3-scapy: drop from pkg grpArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-24python3-asyncio-glib: new packageBartosz Golaszewski
Add a recipe for asyncio-glib - an interface between asyncio and the GLib event loop for Python. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-19python3-pycocotools: new packageBartosz Golaszewski
Add a recipe for building pycocotools - a Python wrapper for cocapi. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-11python3-markdown: RemoveKhem Raj
It has been moved to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-03-30python3-h11: new packageBen Gampe
Add recipe for python3-h11: a pure-Python, bring-your-own-I/O implementation of HTTP/1.1 Signed-off-by: Ben Gampe <bgampe@digi.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-03-26python3-docutils: new packageBartosz Golaszewski
Add a recipe for python3-docutils: a modular system for processing documentation into useful formats. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-03-26python3-jmespath: new packageBartosz Golaszewski
Add a recipe for jmespath: a python module implementing a query language for JSON. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-03-22python3-txdbus: new packageBartosz Golaszewski
Add a recipe for python3-txdbus: a native Python implementation of the DBus protocol for Twisted applications. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-22packagegroup-meta-python: Add new package python3-pythonpingKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-03-18python3-wpa-supplicant: new packageBartosz Golaszewski
Add a recipe for python3-wpa-supplicant - a package allowing to talk to the wpa_supplicant over dbus using a convenient python API. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-17python3-pastedeploy: Add recipeDevon Pringle
Add release 2.1.1: - Added setuptools as an explicit dependency. This has always been required but now that more environments are becoming capable of operating without it being installed, we now need to ensure it's available. - pytest-runner removed, use tox to run tests. License-Update: Use license file from PyPI tarball. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-14python3-grpcio,python3-grpcio-tools: Enable build on ppc64/glibcKhem Raj
We can compile abseil-cpp now for ppc64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-11python3-grpcio,python3-grpcio-tools: Disable for ppc64leKhem Raj
abseil-cpp does not have support for ppc64le yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-08python3-gpsd-py3: Added recipeColin McAllister
Create Python3 recipe for gpsd-py3. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-08packagegroup-meta-python: Add new modules (aiohue, ifaddr, pysonos)Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-08packagegroup-meta-python: Add python3-semantic-versionKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-02-19python3-intelhex: add recipe for the intelhex packageRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-16pydbus-manager: new packageBartosz Golaszewski
pydbus is a popular (and probably the most 'pythonic') implementation of DBus for python but unfortunately it doesn't implement the ObjectManager interface. This project is an extension providing this functionality. The reason for having this as a separate project is simple: pydbus seems to no longer be actively maintained so it's hard to make it part of the original codebase. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-27packagegroup-meta-python: Add ↵Andreas Müller
asttokens/mypy/mypy-extensions/typed-ast/send2trash Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-27packagegroup-meta-python: add ptest packages to ptest groupTrevor Gamblin
There were a large number of Python package recipes with ptests that were not included in packagegroup-meta-python3-ptest, so add them. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-27packagegroup-meta-python: sort package names, add notesTrevor Gamblin
The packagegroup-meta-python file's package lists were unsorted, so they were reorded to make it easier to manually inspect. Additionally, the packagegroup-meta-python3-extended and -connectivity packagegroups did not appear to have any use except to be added to the main group, so they were removed and their recipe lists combined into the main packagegroup-meta-python3. Finally, a note about enabling Fortran support in the compiler was added to the file, since python3-cvxopt relies on it in order to build. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-25meta-python: Add jstylesonAndrew Jeffery
jstyleson is a library to parse JSON with js-style comments. The license isn't shipped in the pypi package, so it was extracted from the github repo at [1]. [1] https://github.com/linjackson78/jstyleson/blob/8c47cc9e665b3b1744cccfaa7a650de5f3c575dd/LICENSE Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-25meta-python: Add hexdump packageAndrew Jeffery
The hexdump package appears to be abandoned, but it's used as the dependency of another project I'm packaging. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-03packagegroup-meta-python: Remove packages moved to coreKhem Raj
These packages are not in meta-python anymore Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tim Orling <ticotimo@gmail.com>
2020-11-25packagegroup-meta-python: Add newly added recipes to packagegroup-meta-python3Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-12Add python3-cvxoptGregory Anders
Signed-off-by: Gregory Anders <greg@gpanders.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-12Add python3-cerberusGregory Anders
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2020-11-12Add python3-dillGregory Anders
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2020-11-12Add python3-transitionsGregory Anders
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2020-11-02python3-mprpc: remove the recipeAlexander Kanavin
The project has been abandoned for a few years now, and no longer builds with python 3.9. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-30python3-iniconfig: add recipeKai Kang
python3-iniconfig is required by pytest 6.1.0. And add it to packagegroup-meta-python. Signed-off-by: Kai Kang <kai.kang@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-24python3-docopt: add version 0.6.2Hongxu Jia
It is required by python3-pykwalify cli ... $ pykwalify -h x86_64-wrlinuxsdk-linux/usr/lib/python3.8/site-packages/pykwalify/cli.py", line 11, in <module> from docopt import docopt ModuleNotFoundError: No module named 'docopt' ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-23packagegroup-meta-python: -jinja2 -markupsafe => ptestTim Orling
The main recipes for python3-jinja2 and python3-markupsafe have moved to oe-core. No need to duplicate them here. Instead, we add them to meta-python3-ptest sub-package, since we do enable ptest with bbappends. Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-21python3-argcomplete: add recipe 1.12.0Hongxu Jia
Tab complete all the things! Argcomplete provides easy, extensible command line tab completion of arguments for your Python script. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-10packagegroup-meta-python: fix PACKAGES and default ptest recipe nameTrevor Gamblin
Remove packagegroup-meta-python3-ptest from PACKAGES in packagegroup-meta-python.bb to fix QA issue, and change python3-cryptography to python3-cryptography-ptest in RDEPENDS_packagegroup-meta-python3-ptest to be consistent with how other ptest images list RDEPENDS. Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-10meta-python-image,meta-python-ptest-image: Use python3 packagegroupsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2020-09-10packagegroup-meta-python: Add new packagesKhem Raj
Reorganise entries per line Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2020-05-19python3-pyparsing: Remove, moved to OE-coreAdrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-19python3-cython: Remove, moved to OE-coreAdrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-19python3-docutils: Remove, moved to OE-coreAdrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-22packagegroup-meta-python: Remove py2 rdepsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-02python-docutils: Upgrade to 0.15.2Khem Raj
- License-Update: Formatting changes due to change in SRC_URI - This is reflected as latest release on PyPI - Add python3 variant - Add python3 variant to meta-python packagegroup Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-11python-pandas: remove the python 2.x version of the recipeAlexander Kanavin
As it depends on pathon 2.x Numpy which has been removed from oe-core. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-08python-oauthlib: remove the 2.x version of the recipeAlexander Kanavin
As it requires python-nose, which will be removed from oe-core. 3.x version remains available. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-08python-matplotlib: remove the python 2.x version of the recipeAlexander Kanavin
This recipe depends on 2.x version of NumPy, which is about to be removed from oe-core (due to the latest release of NumPy no longer supporting Python 2.x). 3.x versions remain available as before. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>