aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-javaobj-py3_0.4.0.1.bb
blob: 97468d6c6015fc283f681c2901cdba3f3665e2c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "Module for serializing and de-serializing Java objects."
DESCRIPTION = "python-javaobj is a python library that provides functions\
 for reading and writing (writing is WIP currently) Java objects serialized\
 or will be deserialized by ObjectOutputStream. This form of object\
 representation is a standard data interchange format in Java world."
HOMEPAGE = "https://github.com/tcalmant/python-javaobj"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://setup.py;beginline=15;endline=27;md5=af9ce26ac2de1b7436eb08c9308b4a1e"

SRC_URI[md5sum] = "352fe0df9336b8699ad0799ef152da6b"
SRC_URI[sha256sum] = "18c44cfaa214813784a823432b4ab9829c9626b2b00072011627b4008b0067cd"

inherit pypi setuptools

RDEPENDS_${PN} += "\
    ${PYTHON_PN}-enum34 \
    ${PYTHON_PN}-typing \
    "

RDEPENDS_${PN}_append_class-target = "\
    ${PYTHON_PN}-lang \
    ${PYTHON_PN}-logging \
    "

BBCLASSEXTEND = "native nativesdk"