All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python-pytun: addition of recipe for python and python3 using pipy
@ 2017-07-20  7:56 Romain Bazile
  2017-07-21 10:10 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Bazile @ 2017-07-20  7:56 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Romain Bazile <romain.bazile@ubiant.com>
---
 meta-python/recipes-connectivity/python-pytun/python-pytun.inc | 10 ++++++++++
 .../recipes-connectivity/python-pytun/python-pytun_2.2.1.bb    |  2 ++
 .../recipes-connectivity/python-pytun/python3-pytun_2.2.1.bb   |  2 ++
 3 files changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-connectivity/python-pytun/python-pytun.inc
 create mode 100644 meta-python/recipes-connectivity/python-pytun/python-pytun_2.2.1.bb
 create mode 100644 meta-python/recipes-connectivity/python-pytun/python3-pytun_2.2.1.bb

diff --git a/meta-python/recipes-connectivity/python-pytun/python-pytun.inc b/meta-python/recipes-connectivity/python-pytun/python-pytun.inc
new file mode 100644
index 000000000..79eddce99
--- /dev/null
+++ b/meta-python/recipes-connectivity/python-pytun/python-pytun.inc
@@ -0,0 +1,10 @@
+ SUMMARY = "Python TUN/TAP tunnel module"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=13f7629e8e4989b66b4a913ab05a91de"
+
+SRC_URI[md5sum] = "5b35b1cf80a02cca7ec72eb95d6b0192"
+SRC_URI[sha256sum] = "07595dadf85f5176eb08c8d4d9ba5b862a180e96633f670f91437c47a1bead0d"
+
+PYPI_PACKAGE = "python-pytun"
+
+inherit pypi 
diff --git a/meta-python/recipes-connectivity/python-pytun/python-pytun_2.2.1.bb b/meta-python/recipes-connectivity/python-pytun/python-pytun_2.2.1.bb
new file mode 100644
index 000000000..3fc587f3a
--- /dev/null
+++ b/meta-python/recipes-connectivity/python-pytun/python-pytun_2.2.1.bb
@@ -0,0 +1,2 @@
+require python-pytun.inc
+inherit setuptools
diff --git a/meta-python/recipes-connectivity/python-pytun/python3-pytun_2.2.1.bb b/meta-python/recipes-connectivity/python-pytun/python3-pytun_2.2.1.bb
new file mode 100644
index 000000000..938d9d739
--- /dev/null
+++ b/meta-python/recipes-connectivity/python-pytun/python3-pytun_2.2.1.bb
@@ -0,0 +1,2 @@
+require python-pytun.inc
+inherit setuptools3
-- 
2.13.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-python][PATCH] python-pytun: addition of recipe for python and python3 using pipy
  2017-07-20  7:56 [meta-python][PATCH] python-pytun: addition of recipe for python and python3 using pipy Romain Bazile
@ 2017-07-21 10:10 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2017-07-21 10:10 UTC (permalink / raw)
  To: Romain Bazile; +Cc: openembedded-devel

unparsed line: ' SUMMARY = "Python TUN/TAP tunnel module"'

I'll fix it, but please better test your changes before sending them.

On Thu, Jul 20, 2017 at 9:56 AM, Romain Bazile <romain.bazile@ubiant.com>
wrote:

> Signed-off-by: Romain Bazile <romain.bazile@ubiant.com>
> ---
>  meta-python/recipes-connectivity/python-pytun/python-pytun.inc | 10
> ++++++++++
>  .../recipes-connectivity/python-pytun/python-pytun_2.2.1.bb    |  2 ++
>  .../recipes-connectivity/python-pytun/python3-pytun_2.2.1.bb   |  2 ++
>  3 files changed, 14 insertions(+)
>  create mode 100644 meta-python/recipes-connectivity/python-pytun/
> python-pytun.inc
>  create mode 100644 meta-python/recipes-connectivity/python-pytun/pyth
> on-pytun_2.2.1.bb
>  create mode 100644 meta-python/recipes-connectivity/python-pytun/pyth
> on3-pytun_2.2.1.bb
>
> diff --git a/meta-python/recipes-connectivity/python-pytun/python-pytun.inc
> b/meta-python/recipes-connectivity/python-pytun/python-pytun.inc
> new file mode 100644
> index 000000000..79eddce99
> --- /dev/null
> +++ b/meta-python/recipes-connectivity/python-pytun/python-pytun.inc
> @@ -0,0 +1,10 @@
> + SUMMARY = "Python TUN/TAP tunnel module"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=13f7629e8e4989b66b4a913ab05a91de"
> +
> +SRC_URI[md5sum] = "5b35b1cf80a02cca7ec72eb95d6b0192"
> +SRC_URI[sha256sum] = "07595dadf85f5176eb08c8d4d9ba5b
> 862a180e96633f670f91437c47a1bead0d"
> +
> +PYPI_PACKAGE = "python-pytun"
> +
> +inherit pypi
> diff --git a/meta-python/recipes-connectivity/python-pytun/pyth
> on-pytun_2.2.1.bb b/meta-python/recipes-connectivity/python-pytun/pyth
> on-pytun_2.2.1.bb
> new file mode 100644
> index 000000000..3fc587f3a
> --- /dev/null
> +++ b/meta-python/recipes-connectivity/python-pytun/python-pytun_2.2.1.bb
> @@ -0,0 +1,2 @@
> +require python-pytun.inc
> +inherit setuptools
> diff --git a/meta-python/recipes-connectivity/python-pytun/pyth
> on3-pytun_2.2.1.bb b/meta-python/recipes-connectivity/python-pytun/pyth
> on3-pytun_2.2.1.bb
> new file mode 100644
> index 000000000..938d9d739
> --- /dev/null
> +++ b/meta-python/recipes-connectivity/python-pytun/python3-pytun_2.2.1.bb
> @@ -0,0 +1,2 @@
> +require python-pytun.inc
> +inherit setuptools3
> --
> 2.13.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-21 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-20  7:56 [meta-python][PATCH] python-pytun: addition of recipe for python and python3 using pipy Romain Bazile
2017-07-21 10:10 ` Martin Jansa

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.