meta-openembedded/meta-python
alperak 5eb1fa3418
python3-wsproto: Add recipe
This package is a pure-Python implementation of a WebSocket protocol stack. It’s written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can communicate via WebSockets, as defined in RFC6455, regardless of your programming paradigm.

* Ptest and library example tested on qemux86-64 and qemuarm64

* Add ptest into PTESTS_FAST_META_PYTHON

Ptest result:
=============
qemux86-64:

Testsuite summary
TOTAL: 230
PASS: 230
SKIP: 0
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 18
END: /usr/lib/python3-wsproto/ptest
2024-03-08T19:45
STOP: ptest-runner
TOTAL: 1 FAIL: 0

qemuarm64:

Testsuite summary
TOTAL: 230
PASS: 230
SKIP: 0
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 15
END: /usr/lib/python3-wsproto/ptest
2024-03-08T19:40
STOP: ptest-runner
TOTAL: 1 FAIL: 0

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-09 12:35:15 -08:00
..
classes meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
conf python3-wsproto: Add recipe 2024-03-09 12:35:15 -08:00
licenses python3-crc32c: add 2.2.post0 2022-03-01 09:06:56 -08:00
recipes-connectivity remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH 2024-03-09 10:55:23 -08:00
recipes-core meta-python-image-ptest: add PTESTS_PROBLEMS_META_PYTHON 2024-02-22 07:38:42 -08:00
recipes-devtools python3-wsproto: Add recipe 2024-03-09 12:35:15 -08:00
recipes-extended remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH 2024-03-09 10:55:23 -08:00
recipes-networking/python python3-ldap: upgrade 3.4.3 -> 3.4.4 2023-11-21 22:35:51 -08:00
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

meta-python

Introduction

This layer is intended to be the home of python modules for OpenEmbedded.

Dependencies

The meta-python layer depends on:

URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: master

URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe
branch: master

Contributing

The meta-openembedded mailinglist (openembedded-devel@lists.openembedded.org) is used for questions, comments and patch review. It is subscriber only, so please register before posting.

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-python]' in the subject.

When sending single patches, please use something like: git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix='meta-python][PATCH'

Maintenance

Layer maintainers: Tim "moto-timo" Orling TicoTimo@gmail.com Derek Straka derek@asterius.io