Commit Graph

2 Commits

Author SHA1 Message Date
Geoff Parker
00083a8dc5 python3-aiosignal, python3-frozenlist: Add native & nativestdk package support
Add 'BBCLASSEXTEND = "native nativesdk"' to python3-aiosignal and it's RDEPENDS
python3-frozenlist.

Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-21 22:06:22 -08:00
Leon Anavi
da0fb391ca python3-frozenlist: Add recipe
A list-like structure which implements
collections.abc.MutableSequence, and which can be made immutable.
Version 1.2.0:

- FrozenList now supports being used as a generic type as per PEP
  585, e.g. frozen_int_list: FrozenList[int] (requires Python 3.9
  or newer)
- Added support for Python 3.10
- Started shipping platform-specific wheels with the musl tag
  targeting typical Alpine Linux runtimes
- Started shipping platform-specific arm64 wheels for Apple Silicon

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-11-16 08:25:15 -08:00