All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][meta-python][PATCH v3] Add support for pyiface
@ 2018-03-12  9:06 Alexandru Vasiu
  0 siblings, 0 replies; only message in thread
From: Alexandru Vasiu @ 2018-03-12  9:06 UTC (permalink / raw)
  To: openembedded-devel

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@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-12  9:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-12  9:06 [meta-oe][meta-python][PATCH v3] Add support for pyiface Alexandru Vasiu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.