blob: 2f242198126f2081fdbf0045d083a5c904cc0fcf [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"
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05008LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87"
Andrew Geisslerc87764f2020-06-27 00:16:32 -05009
Andrew Geisslerac970dd2021-02-12 15:32:45 -060010SRC_URI[sha256sum] = "ed3b1ffcfd39f165729cb53587cca02ab0bfa4c332c837a92d5ffe6aef5c8010"
Andrew Geisslerc87764f2020-06-27 00:16:32 -050011
12inherit pypi setuptools3
13
14BBCLASSEXTEND = "native nativesdk"