diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-11-04 13:40:34 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-06 08:47:48 -0800 |
| commit | d422b857eebb3ca16f8bfcf6f1f14f077d1ed119 (patch) | |
| tree | ad283985942a1b0893a09c87c4b9af388d7100d9 /meta-python/recipes-devtools/python/python3-greenlet_3.0.1.bb | |
| parent | 5f54314bb816a5b74d3af214e394eda856755496 (diff) | |
| download | meta-openembedded-d422b857eebb3ca16f8bfcf6f1f14f077d1ed119.tar.gz | |
python3-greenlet: upgrade 2.0.2 -> 3.0.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-greenlet_3.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-greenlet_3.0.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-greenlet_3.0.1.bb b/meta-python/recipes-devtools/python/python3-greenlet_3.0.1.bb new file mode 100644 index 0000000000..fbabf12a38 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-greenlet_3.0.1.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | SUMMARY = "Python lightweight in-process concurrent programming" | ||
| 2 | HOMEPAGE = "https://greenlet.readthedocs.io/en/latest/" | ||
| 3 | LICENSE = "MIT & PSF-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ | ||
| 5 | file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" | ||
| 6 | |||
| 7 | SRC_URI += "${PYPI_SRC_URI}" | ||
| 8 | SRC_URI[sha256sum] = "816bd9488a94cba78d93e1abb58000e8266fa9cc2aa9ccdd6eb0696acb24005b" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
