Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 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" |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87" |
Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 9 | |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 10 | SRC_URI[md5sum] = "47632071c3c3ca14b6c42f2a4e2e1309" |
| 11 | SRC_URI[sha256sum] = "419ff99543469e68149f875abb0db5251cecd350c03d2bfb4c94a5796f1cbc14" |
Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 12 | |
| 13 | inherit pypi setuptools3 |
| 14 | |
| 15 | BBCLASSEXTEND = "native nativesdk" |