diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-javaobj-py3.inc')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-javaobj-py3.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-javaobj-py3.inc b/meta-python/recipes-devtools/python/python-javaobj-py3.inc new file mode 100644 index 0000000000..8fa3e15f3e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-javaobj-py3.inc | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Module for serializing and de-serializing Java objects." | ||
| 2 | DESCRIPTION = "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." | ||
| 6 | HOMEPAGE = "https://github.com/tcalmant/python-javaobj" | ||
| 7 | LICENSE = "Apache-2.0" | ||
| 8 | LIC_FILES_CHKSUM = "file://javaobj.py;beginline=21;endline=33;md5=8b504419ce78f8133b21b4d4a89ef7e9" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "1e3f02b5c4c0853d653b7b8590d9ed2b" | ||
| 11 | SRC_URI[sha256sum] = "1dea6be0848c58013d92d8249ef6bc8688bbff7f13c78e02dbf08a449b4c0885" | ||
| 12 | |||
| 13 | inherit pypi | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
