diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-javaobj-py3.inc | 15 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.0.1.bb | 17 |
2 files changed, 15 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python-javaobj-py3.inc b/meta-python/recipes-devtools/python/python-javaobj-py3.inc deleted file mode 100644 index e667057bc5..0000000000 --- a/meta-python/recipes-devtools/python/python-javaobj-py3.inc +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
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" | ||
8 | LIC_FILES_CHKSUM = "file://setup.py;beginline=15;endline=27;md5=af9ce26ac2de1b7436eb08c9308b4a1e" | ||
9 | |||
10 | SRC_URI[md5sum] = "352fe0df9336b8699ad0799ef152da6b" | ||
11 | SRC_URI[sha256sum] = "18c44cfaa214813784a823432b4ab9829c9626b2b00072011627b4008b0067cd" | ||
12 | |||
13 | inherit pypi | ||
14 | |||
15 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.0.1.bb b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.0.1.bb index 0ec23ba991..49d258ca8f 100644 --- a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.0.1.bb | |||
@@ -1,2 +1,15 @@ | |||
1 | require python-javaobj-py3.inc | 1 | SUMMARY = "Module for serializing and de-serializing Java objects." |
2 | inherit setuptools3 | 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" | ||
8 | LIC_FILES_CHKSUM = "file://setup.py;beginline=15;endline=27;md5=af9ce26ac2de1b7436eb08c9308b4a1e" | ||
9 | |||
10 | SRC_URI[md5sum] = "352fe0df9336b8699ad0799ef152da6b" | ||
11 | SRC_URI[sha256sum] = "18c44cfaa214813784a823432b4ab9829c9626b2b00072011627b4008b0067cd" | ||
12 | |||
13 | inherit pypi setuptools3 | ||
14 | |||
15 | BBCLASSEXTEND = "native nativesdk" | ||