blob: e667057bc50ab24c6de7623ca30cdc8b1f884bac [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "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"
Brad Bishop868407c2019-11-04 13:24:47 -05008LIC_FILES_CHKSUM = "file://setup.py;beginline=15;endline=27;md5=af9ce26ac2de1b7436eb08c9308b4a1e"
Brad Bishop316dfdd2018-06-25 12:45:53 -04009
Brad Bishop0e2770c2020-01-21 07:31:46 -050010SRC_URI[md5sum] = "352fe0df9336b8699ad0799ef152da6b"
11SRC_URI[sha256sum] = "18c44cfaa214813784a823432b4ab9829c9626b2b00072011627b4008b0067cd"
Brad Bishop316dfdd2018-06-25 12:45:53 -040012
13inherit pypi
14
15BBCLASSEXTEND = "native nativesdk"