diff options
| author | Derek Straka <derek@asterius.io> | 2024-01-12 22:03:24 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-13 09:05:52 -0800 |
| commit | b58a7679c0a75a53f3425394fb7981761cfd2158 (patch) | |
| tree | 8ab6a12723c0c9432b15c7bf527261975f6f786a /meta-python/recipes-devtools/python/python3-marshmallow_3.20.2.bb | |
| parent | dde3f14af85b792def67a9ee6bc39fa874a8ba84 (diff) | |
| download | meta-openembedded-b58a7679c0a75a53f3425394fb7981761cfd2158.tar.gz | |
python3-marshmallow: update to version 3.20.2
Convert recipe to pypi
Update license checksum for copyright year and verify MIT still applies
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-marshmallow_3.20.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-marshmallow_3.20.2.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.20.2.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.20.2.bb new file mode 100644 index 0000000000..c08aec5bec --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.20.2.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "Simplified object serialization in python" | ||
| 2 | DESCRIPTION = "Marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes." | ||
| 3 | HOMEPAGE = "https://github.com/marshmallow-code/marshmallow" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "\ | ||
| 6 | file://LICENSE;md5=653847350fed2e0e7b02791a35b98d59 \ | ||
| 7 | file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "4c1daff273513dc5eb24b219a8035559dc573c8f322558ef85f5438ddd1236dd" | ||
| 10 | |||
| 11 | inherit setuptools3 pypi | ||
| 12 | |||
| 13 | PIP_INSTALL_PACKAGE = "marshmallow" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += " \ | ||
| 16 | python3-core \ | ||
| 17 | python3-datetime \ | ||
| 18 | python3-netclient \ | ||
| 19 | python3-numbers \ | ||
| 20 | python3-json \ | ||
| 21 | python3-pprint \ | ||
| 22 | python3-packaging \ | ||
| 23 | " | ||
