mbox series

[meta-python,0/3] Branch Name: topic-add-python-recipes

Message ID 20231101123317.1806460-1-arthur.oliveira@ossystems.com.br
Headers show
Series Branch Name: topic-add-python-recipes | expand

Message

arthur.oliveira@ossystems.com.br Nov. 1, 2023, 12:33 p.m. UTC
From: Arthur Oliveira <arthur.oliveira@ossystems.com.br>

Description: This branch introduces three new Python recipes for the
meta-openembedded layer. The recipes include python3-flask-restx,
python3-objectpath, and python3-zope.event. These recipes are aimed at
extending the capabilities of Yocto by adding support for various Python
packages. Each recipe is accompanied by a commit log that follows the
established standards for commit messages. This branch enhances the
meta-openembedded layer with valuable Python packages, expanding its utility
for embedded system development.

Commit Logs:

1. "python3-zopeevent: Add Zope.Event Python Recipe"
   - This commit adds the Python recipe for Zope.Event, which provides a simple
   event system.
   - It is licensed under ZPL-2.1.

2. "python3-objectpath: Add ObjectPath Python Recipe"
   - This commit adds the Python recipe for ObjectPath, an agile NoSQL query
   language for semi-structured data.
   - It is licensed under MIT.

3. "python3-flask-restx: Add Flask-RestX Python Recipe"
   - This commit adds the Python recipe for Flask-RestX, a fully featured
   framework for fast, easy, and documented API development with Flask.
   - It is licensed under BSD-3.

Each recipe contributes to the richness of Python libraries available for
Yocto, enhancing its capabilities for embedded development.

Arthur Oliveira (3):
  python3-flask-restx: Add Flask-RestX Python Recipe
  python3-objectpath: Add ObjectPath Python Recipe
  python3-zopeevent: Add Zope.Event Python Recipe

 .../python/python3-flask-restx_1.2.0.bb             | 13 +++++++++++++
 .../python/python3-objectpath_0.6.1.bb              |  9 +++++++++
 .../python/python3-zopeevent_5.0.bb                 |  8 ++++++++
 3 files changed, 30 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-objectpath_0.6.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-zopeevent_5.0.bb