summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.4.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.4.bb b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.4.bb
new file mode 100644
index 0000000000..d71101ee2c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.4.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Module for serializing and de-serializing Java objects."
2DESCRIPTION = "python-javaobj is a python library that provides functions\
3 for reading and writing (writing is WIP currently) Java objects serialized\
4 or will be deserialized by ObjectOutputStream. This form of object\
5 representation is a standard data interchange format in Java world."
6HOMEPAGE = "https://github.com/tcalmant/python-javaobj"
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87"
9
10SRC_URI[sha256sum] = "e4e3257ef2cf81a3339787a4d5cf924e54c91f095a723f6d2584dae61d4396ed"
11
12inherit pypi setuptools3
13
14BBCLASSEXTEND = "native nativesdk"
15
16RDEPENDS:${PN} += " \
17 python3-compression \
18 python3-logging \
19"