aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Vasiu <alexandru.vasiu@ni.com>2018-03-16 15:21:41 +0200
committerArmin Kuster <akuster808@gmail.com>2018-03-21 18:42:46 -0700
commitdf892f4ffa377e2ea74b5a290d3e739bf9a53099 (patch)
treedbe34f9bc53393ee0de52cececd891f6fa6eab1d
parent4b2328b79f0e070c3bc8b3a98eb018ec58b7eada (diff)
downloadmeta-python2-df892f4ffa377e2ea74b5a290d3e739bf9a53099.tar.gz
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. (From meta-openembedded commit: 6015d3a4bfc77c55b80bcddcb757fb14a4555d88) Signed-off-by: Alexandru Vasiu <alexandru.vasiu@ni.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-pyiface.inc11
-rw-r--r--recipes-devtools/python/python-pyiface_0.0.4.bb2
2 files changed, 13 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pyiface.inc b/recipes-devtools/python/python-pyiface.inc
new file mode 100644
index 0000000..4d0c8dc
--- /dev/null
+++ b/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/recipes-devtools/python/python-pyiface_0.0.4.bb b/recipes-devtools/python/python-pyiface_0.0.4.bb
new file mode 100644
index 0000000..854cb30
--- /dev/null
+++ b/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