diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-01-19 14:18:58 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-20 09:53:40 -0800 |
| commit | 1440b4aacb413f5ee937e353364ed8118140f2a0 (patch) | |
| tree | c91a124cf2cf3636d9813f547c02e696760186fd /meta-python/recipes-devtools/python/python3-frozenlist_1.3.0.bb | |
| parent | e67355e4788c1b73f58fdf055a4f0a2c6491efd6 (diff) | |
| download | meta-openembedded-1440b4aacb413f5ee937e353364ed8118140f2a0.tar.gz | |
python3-frozenlist: Upgrade 1.2.0 -> 1.3.0
Upgrade to release 1.3.0:
- Do not install C sources with binary distributions
- Dropped Python 3.6 support
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-frozenlist_1.3.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-frozenlist_1.3.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.3.0.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.3.0.bb new file mode 100644 index 0000000000..e3a932f773 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-frozenlist_1.3.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "A list-like structure which implements collections.abc.MutableSequence, and which can be made immutable." | ||
| 2 | HOMEPAGE = "https://github.com/aio-libs/frozenlist" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cf056e8e7a0a5477451af18b7b5aa98c" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "ce6f2ba0edb7b0c1d8976565298ad2deba6f8064d2bebb6ffce2ca896eb35b0b" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
| 11 | |||
