[oe-commits] [meta-openembedded] 18/39: python-javaobj-py3: add initial recipe for version 0.2.3

git at git.openembedded.org git at git.openembedded.org
Tue Jan 23 03:43:10 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master
in repository meta-openembedded.

commit b97f69b4666598af3ce61aefe63f41d474ddf12f
Author: André Draszik <andre.draszik at jci.com>
AuthorDate: Mon Jan 15 09:17:02 2018 +0000

    python-javaobj-py3: add initial recipe for version 0.2.3
    
    Signed-off-by: André Draszik <andre.draszik at jci.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../recipes-devtools/python/python-javaobj-py3.inc        | 15 +++++++++++++++
 .../recipes-devtools/python/python-javaobj-py3_0.2.3.bb   |  2 ++
 .../recipes-devtools/python/python3-javaobj-py3_0.2.3.bb  |  2 ++
 3 files changed, 19 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-javaobj-py3.inc b/meta-python/recipes-devtools/python/python-javaobj-py3.inc
new file mode 100644
index 0000000..8fa3e15
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-javaobj-py3.inc
@@ -0,0 +1,15 @@
+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://javaobj.py;beginline=21;endline=33;md5=8b504419ce78f8133b21b4d4a89ef7e9"
+
+SRC_URI[md5sum] = "1e3f02b5c4c0853d653b7b8590d9ed2b"
+SRC_URI[sha256sum] = "1dea6be0848c58013d92d8249ef6bc8688bbff7f13c78e02dbf08a449b4c0885"
+
+inherit pypi
+
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python-javaobj-py3_0.2.3.bb b/meta-python/recipes-devtools/python/python-javaobj-py3_0.2.3.bb
new file mode 100644
index 0000000..ed34740
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-javaobj-py3_0.2.3.bb
@@ -0,0 +1,2 @@
+require python-javaobj-py3.inc
+inherit setuptools
diff --git a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.2.3.bb b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.2.3.bb
new file mode 100644
index 0000000..0ec23ba
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.2.3.bb
@@ -0,0 +1,2 @@
+require python-javaobj-py3.inc
+inherit setuptools3

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list