summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-marshmallow_3.20.2.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2024-01-12 22:03:24 +0000
committerKhem Raj <raj.khem@gmail.com>2024-01-13 09:05:52 -0800
commitb58a7679c0a75a53f3425394fb7981761cfd2158 (patch)
tree8ab6a12723c0c9432b15c7bf527261975f6f786a /meta-python/recipes-devtools/python/python3-marshmallow_3.20.2.bb
parentdde3f14af85b792def67a9ee6bc39fa874a8ba84 (diff)
downloadmeta-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.bb23
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 @@
1SUMMARY = "Simplified object serialization in python"
2DESCRIPTION = "Marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes."
3HOMEPAGE = "https://github.com/marshmallow-code/marshmallow"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "\
6 file://LICENSE;md5=653847350fed2e0e7b02791a35b98d59 \
7 file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb"
8
9SRC_URI[sha256sum] = "4c1daff273513dc5eb24b219a8035559dc573c8f322558ef85f5438ddd1236dd"
10
11inherit setuptools3 pypi
12
13PIP_INSTALL_PACKAGE = "marshmallow"
14
15RDEPENDS:${PN} += " \
16 python3-core \
17 python3-datetime \
18 python3-netclient \
19 python3-numbers \
20 python3-json \
21 python3-pprint \
22 python3-packaging \
23"