diff options
| author | zangrc <zangrc.fnst@fujitsu.com> | 2021-09-06 09:21:17 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-07 10:02:11 -0700 |
| commit | bf8625f249c7ed4d8b81c911d382941988c09f7b (patch) | |
| tree | da3549d337b4ade1a80c3fc80b0b070a9073c464 /meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb | |
| parent | 1be9e79486ccc1cc394127b79243796c7089461b (diff) | |
| download | meta-openembedded-bf8625f249c7ed4d8b81c911d382941988c09f7b.tar.gz | |
python3-kiwisolver: upgrade 1.3.1 -> 1.3.2
CI: fix building wheels on GHA
* ci: fix wheel build command
* ci: remove references to submodules
* ci: fix sdist command and remove Python 3.6 from the matrix
* ci: slightly alter invocation
* ci: disable emulation
* ci: smaller matrix
* ci: use a small matrix but with all python versions
* ci: use manylinux 2010 for CPython 3.9+
* ci: split again matrix per python version given how slow emulation is
Fix also the artifact upload
* ci: fix typo
* ci: typo
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.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-kiwisolver_1.3.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb b/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb new file mode 100644 index 0000000000..cf14c49e6c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "A fast implementation of the Cassowary constraint solver" | ||
| 2 | HOMEPAGE = "https://github.com/nucleic/kiwi" | ||
| 3 | LICENSE = "BSD" | ||
| 4 | LIC_FILES_CHKSUM = "file://setup.py;endline=7;md5=e54bd74bd9d0a84ae3f8f6d21ada0ab4" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "fc4453705b81d03568d5b808ad8f09c77c47534f6ac2e72e733f9ca4714aa75c" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | DEPENDS += "\ | ||
| 11 | python3-cppy-native \ | ||
| 12 | " | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "\ | ||
| 15 | python3-core \ | ||
| 16 | python3-setuptools \ | ||
| 17 | " | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
