[oe-commits] [meta-openembedded] 88/95: Add support for pyiface

git at git.openembedded.org git at git.openembedded.org
Sun Mar 18 02:36:30 UTC 2018


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

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

commit 0c4b6aa806aaba6670b671e4da65f70b336747e5
Author: Alexandru Vasiu <alexandru.vasiu at ni.com>
AuthorDate: Fri Mar 16 15:21:41 2018 +0200

    Add support for pyiface
    
    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>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-pyiface.inc       | 11 +++++++++++
 meta-python/recipes-devtools/python/python-pyiface_0.0.4.bb  |  2 ++
 meta-python/recipes-devtools/python/python3-pyiface_0.0.4.bb |  2 ++
 3 files changed, 15 insertions(+)

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 0000000..4d0c8dc
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyiface.inc
@@ -0,0 +1,11 @@
+SUMMARY = "Pyiface is a package that exposes the network interfaces of the operating system in a easy to use and transparent way"
+SECTION = "devel/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
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 0000000..854cb30
--- /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
diff --git a/meta-python/recipes-devtools/python/python3-pyiface_0.0.4.bb b/meta-python/recipes-devtools/python/python3-pyiface_0.0.4.bb
new file mode 100644
index 0000000..721e7b1
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyiface_0.0.4.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-pyiface.inc

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


More information about the Openembedded-commits mailing list