blob: eb93e71733ddc186d6d38b92b620cfe33471a10a [file] [log] [blame]
Andrew Geisslerc87764f2020-06-27 00:16:32 -05001SUMMARY = "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"
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07008LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
Andrew Geisslerc87764f2020-06-27 00:16:32 -05009
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070010SRC_URI[sha256sum] = "38f74db3a57e9998a9774e3614afb95cb396f139f29b3fdb130c5af554435259"
Andrew Geisslerc87764f2020-06-27 00:16:32 -050011
12inherit pypi setuptools3
13
14BBCLASSEXTEND = "native nativesdk"