All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][meta-python][PATCH] python-future: add new recipe
@ 2017-10-24 19:27 Alex Stewart
  2017-11-08 17:43 ` Alex Stewart
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Stewart @ 2017-10-24 19:27 UTC (permalink / raw)
  To: openembedded-devel

python-future is a compatibility library allowing python3.x code to run
on python2.x runtimes. This package also includes the 'futurize' utility
to convert python2 code to python2/3 agnositic code.

Signed-off-by: Alex Stewart <alex.stewart@ni.com>
---
 meta-python/recipes-devtools/python/python-future_0.16.0.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-future_0.16.0.bb

diff --git a/meta-python/recipes-devtools/python/python-future_0.16.0.bb b/meta-python/recipes-devtools/python/python-future_0.16.0.bb
new file mode 100644
index 0000000000000000000000000000000000000000..46f7fe50f6f9cbc7223e2dddfe2fb29815f083bd
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-future_0.16.0.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Clean single-source support for Python 3 and 2"
+HOMEPAGE = "https://python-future.org"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3f457538b297bd0ef86564b8ac216ad7"
+
+SRC_URI[md5sum] = "3e8e88a2bda48d54b1da7634d04760d7"
+SRC_URI[sha256sum] = "e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb"
+
+PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d"
+
+inherit pypi setuptools
+
+BBCLASSEXTEND = "native"
-- 
2.11.0



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

* Re: [meta-oe][meta-python][PATCH] python-future: add new recipe
  2017-10-24 19:27 [meta-oe][meta-python][PATCH] python-future: add new recipe Alex Stewart
@ 2017-11-08 17:43 ` Alex Stewart
  2017-11-09  5:52   ` Tim Orling
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Stewart @ 2017-11-08 17:43 UTC (permalink / raw)
  To: openembedded-devel

Bump.

Is there an ETA on when this patch can be pulled or is a fixup needed?

Thanks,


On 10/24/2017 02:27 PM, Alex Stewart wrote:
> python-future is a compatibility library allowing python3.x code to run
> on python2.x runtimes. This package also includes the 'futurize' utility
> to convert python2 code to python2/3 agnositic code.
>
> Signed-off-by: Alex Stewart <alex.stewart@ni.com>
> ---
>   meta-python/recipes-devtools/python/python-future_0.16.0.bb | 13 +++++++++++++
>   1 file changed, 13 insertions(+)
>   create mode 100644 meta-python/recipes-devtools/python/python-future_0.16.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python-future_0.16.0.bb b/meta-python/recipes-devtools/python/python-future_0.16.0.bb
> new file mode 100644
> index 0000000000000000000000000000000000000000..46f7fe50f6f9cbc7223e2dddfe2fb29815f083bd
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python-future_0.16.0.bb
> @@ -0,0 +1,13 @@
> +DESCRIPTION = "Clean single-source support for Python 3 and 2"
> +HOMEPAGE = "https://python-future.org"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3f457538b297bd0ef86564b8ac216ad7"
> +
> +SRC_URI[md5sum] = "3e8e88a2bda48d54b1da7634d04760d7"
> +SRC_URI[sha256sum] = "e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb"
> +
> +PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d"
> +
> +inherit pypi setuptools
> +
> +BBCLASSEXTEND = "native"

-- 
Alex Stewart
Software Engineer - LabVIEW Real-Time
National Instruments

alex.stewart@ni.com



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

* Re: [meta-oe][meta-python][PATCH] python-future: add new recipe
  2017-11-08 17:43 ` Alex Stewart
@ 2017-11-09  5:52   ` Tim Orling
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Orling @ 2017-11-09  5:52 UTC (permalink / raw)
  To: Alex Stewart; +Cc: openembedded-devel

On Wed, Nov 8, 2017 at 9:43 AM Alex Stewart <alex.stewart@ni.com> wrote:

> Bump.
>
> Is there an ETA on when this patch can be pulled or is a fixup needed?
>

It is in staging:
http://git.openembedded.org/meta-openembedded-contrib/commit/?h=stagging/master-next&id=a890147a94b48fe817e1cffda300795b9448f52c

And therefore likely to be merged in the next few days. We are in the
process of handing off some of the meta-openembedded maintenance, as
discussed in the OEDEM meeting.

>
> Thanks,
>
>
>


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

end of thread, other threads:[~2017-11-09  5:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-24 19:27 [meta-oe][meta-python][PATCH] python-future: add new recipe Alex Stewart
2017-11-08 17:43 ` Alex Stewart
2017-11-09  5:52   ` Tim Orling

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.