[oe] [meta-oe][meta-python][PATCH v3] Add support for pyiface

Alexandru Vasiu alexandru.vasiu at ni.com
Mon Mar 12 09:06:27 UTC 2018


Pyiface is a package that exposes the network interfaces of the
operating system in a easy to use and transparent way.

Signed-off-by: Alexandru Vasiu <alexandru.vasiu at ni.com>
---
 meta-python/recipes-devtools/python/python-pyiface.inc      | 10 ++++++++++
 meta-python/recipes-devtools/python/python-pyiface_0.0.4.bb |  2 ++
 2 files changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-pyiface.inc
 create mode 100644 meta-python/recipes-devtools/python/python-pyiface_0.0.4.bb

diff --git a/meta-python/recipes-devtools/python/python-pyiface.inc b/meta-python/recipes-devtools/python/python-pyiface.inc
new file mode 100644
index 000000000..08733fcc8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyiface.inc
@@ -0,0 +1,10 @@
+SUMMARY = "Pyiface Recipe - Adds Pyiface library for Python"
+HOMEPAGE = "https://pypi.python.org/pypi/pyiface/"
+LICENSE = "GPLv3+"
+
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fe06497acaf4f45999925d348c2605f9"
+
+SRC_URI[md5sum] = "edcdd71109c4259af8348006a8049c9c"
+SRC_URI[sha256sum] = "dc984de0e1bcf6871ef88b1a92d1fb75717d4f602a60caeb66136093d4a8f62e"
+
+inherit pypi
\ No newline at end of file
diff --git a/meta-python/recipes-devtools/python/python-pyiface_0.0.4.bb b/meta-python/recipes-devtools/python/python-pyiface_0.0.4.bb
new file mode 100644
index 000000000..854cb30ee
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyiface_0.0.4.bb
@@ -0,0 +1,2 @@
+inherit setuptools
+require python-pyiface.inc
\ No newline at end of file
-- 
2.16.2




More information about the Openembedded-devel mailing list