Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [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" |
Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [diff] [blame^] | 8 | LIC_FILES_CHKSUM = "file://setup.py;beginline=15;endline=27;md5=af9ce26ac2de1b7436eb08c9308b4a1e" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 9 | |
Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [diff] [blame^] | 10 | SRC_URI[md5sum] = "1c6189a0d9aef51d74bfc52cd2953991" |
| 11 | SRC_URI[sha256sum] = "a57469e4f0d0eeba7482ad9839595db6e99ca4ac6630a4c8064dda75a2182549" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 12 | |
| 13 | inherit pypi |
| 14 | |
| 15 | BBCLASSEXTEND = "native nativesdk" |