Re: [OE-core] [PATCH] Add support for pyiface

2018-03-02 Thread Burton, Ross
Nice recipe, but it should be in meta-python unless there's a compelling
reason to be in oe-core.

Ross

On 2 March 2018 at 17:46, Alexandru Vasiu  wrote:

> 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 
> ---
>  meta/recipes-support/pyiface/pyiface_0.0.2.bb | 10 ++
>  1 file changed, 10 insertions(+)
>  create mode 100644 meta/recipes-support/pyiface/pyiface_0.0.2.bb
>
> diff --git a/meta/recipes-support/pyiface/pyiface_0.0.2.bb
> b/meta/recipes-support/pyiface/pyiface_0.0.2.bb
> new file mode 100644
> index 00..fad75af06d
> --- /dev/null
> +++ b/meta/recipes-support/pyiface/pyiface_0.0.2.bb
> @@ -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=4fe869ee987a340198fb0d54c55c47
> f1"
> +
> +SRC_URI[md5sum] = "8ced1d8ef89376a5aed97a59f11ae683"
> +SRC_URI[sha256sum] = "bf5b1ff115344d388b0f9409a440ee
> 06f67478b6c63bc8d8ce8f843f2652a8d3"
> +
> +inherit pypi setuptools
> --
> 2.16.2
>
> --
> ___
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] Add support for pyiface

2018-03-02 Thread Alexandru Vasiu
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 
---
 meta/recipes-support/pyiface/pyiface_0.0.2.bb | 10 ++
 1 file changed, 10 insertions(+)
 create mode 100644 meta/recipes-support/pyiface/pyiface_0.0.2.bb

diff --git a/meta/recipes-support/pyiface/pyiface_0.0.2.bb 
b/meta/recipes-support/pyiface/pyiface_0.0.2.bb
new file mode 100644
index 00..fad75af06d
--- /dev/null
+++ b/meta/recipes-support/pyiface/pyiface_0.0.2.bb
@@ -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=4fe869ee987a340198fb0d54c55c47f1"
+
+SRC_URI[md5sum] = "8ced1d8ef89376a5aed97a59f11ae683"
+SRC_URI[sha256sum] = 
"bf5b1ff115344d388b0f9409a440ee06f67478b6c63bc8d8ce8f843f2652a8d3"
+
+inherit pypi setuptools
-- 
2.16.2

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core