Message ID | 20211115185652.27542-3-leon.anavi@konsulko.com |
---|---|
State | New |
Headers | show |
Series | [meta-python,1/5] python3-cchardet: Add recipe | expand |
diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.2.0.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.2.0.bb new file mode 100644 index 000000000..b56e2e5e6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-frozenlist_1.2.0.bb @@ -0,0 +1,8 @@ +SUMMARY = "A list-like structure which implements collections.abc.MutableSequence, and which can be made immutable." +HOMEPAGE = "https://github.com/aio-libs/frozenlist" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=cf056e8e7a0a5477451af18b7b5aa98c" + +SRC_URI[sha256sum] = "68201be60ac56aff972dc18085800b6ee07973c49103a8aba669dee3d71079de" + +inherit pypi setuptools3
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> --- .../recipes-devtools/python/python3-frozenlist_1.2.0.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-frozenlist_1.2.0.bb