All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][daisy][PATCH] Add a bitbake recipe for Python psutil v2.1.3
@ 2014-11-04 14:39 Ignas Anikevicius
  2014-12-02  3:48 ` akuster808
  0 siblings, 1 reply; 3+ messages in thread
From: Ignas Anikevicius @ 2014-11-04 14:39 UTC (permalink / raw)
  To: openembedded-devel

This bitbake recipe is based on the existing
'python-psutil_v0.6.9' bitbake recipe in the same folder.

I have tested the recipe locally and it work without any issues.

Signed-off-by: Ignas Anikevicius <ignas.anikevicius@realvnc.com>
---
 meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb

diff --git a/meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb b/meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb
new file mode 100644
index 0000000..76380ba
--- /dev/null
+++ b/meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb
@@ -0,0 +1,13 @@
+SUMMARY = "A cross-platform process and system utilities module for Python"
+SECTION = "devel/python"
+HOMEPAGE = "https://github.com/giampaolo/psutil"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62"
+
+SRC_URI = "https://pypi.python.org/packages/source/p/psutil/psutil-${PV}.tar.gz"
+SRC_URI[md5sum] = "015a013c46bb9bc30b5c344f26dea0d3"
+SRC_URI[sha256sum] = "b434c75f01715777391f10f456002e33d0ca14633f96fdbd9ff9139b42d9452c"
+
+S = "${WORKDIR}/psutil-${PV}"
+
+inherit setuptools
-- 
1.9.1



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

* Re: [meta-oe][daisy][PATCH] Add a bitbake recipe for Python psutil v2.1.3
  2014-11-04 14:39 [meta-oe][daisy][PATCH] Add a bitbake recipe for Python psutil v2.1.3 Ignas Anikevicius
@ 2014-12-02  3:48 ` akuster808
  2014-12-02 14:12   ` Ignas Anikevicius
  0 siblings, 1 reply; 3+ messages in thread
From: akuster808 @ 2014-12-02  3:48 UTC (permalink / raw)
  To: openembedded-devel


I don't think Daisy is taking new packages. I will defer to Martin.

- Armin

On 11/04/2014 06:39 AM, Ignas Anikevicius wrote:
> This bitbake recipe is based on the existing
> 'python-psutil_v0.6.9' bitbake recipe in the same folder.
>
> I have tested the recipe locally and it work without any issues.
>
> Signed-off-by: Ignas Anikevicius <ignas.anikevicius@realvnc.com>
> ---
>   meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb | 13 +++++++++++++
>   1 file changed, 13 insertions(+)
>   create mode 100644 meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb
>
> diff --git a/meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb b/meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb
> new file mode 100644
> index 0000000..76380ba
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb
> @@ -0,0 +1,13 @@
> +SUMMARY = "A cross-platform process and system utilities module for Python"
> +SECTION = "devel/python"
> +HOMEPAGE = "https://github.com/giampaolo/psutil"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62"
> +
> +SRC_URI = "https://pypi.python.org/packages/source/p/psutil/psutil-${PV}.tar.gz"
> +SRC_URI[md5sum] = "015a013c46bb9bc30b5c344f26dea0d3"
> +SRC_URI[sha256sum] = "b434c75f01715777391f10f456002e33d0ca14633f96fdbd9ff9139b42d9452c"
> +
> +S = "${WORKDIR}/psutil-${PV}"
> +
> +inherit setuptools
>


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

* Re: [meta-oe][daisy][PATCH] Add a bitbake recipe for Python psutil v2.1.3
  2014-12-02  3:48 ` akuster808
@ 2014-12-02 14:12   ` Ignas Anikevicius
  0 siblings, 0 replies; 3+ messages in thread
From: Ignas Anikevicius @ 2014-12-02 14:12 UTC (permalink / raw)
  To: openembedded-devel

Hello,

Since this was my first patch submission for meta-oe, I did not know 
about the development cycle for this. If this can not be applied to 
daisy, is it possible to get it into dizzy?

Thanks very much,

Ignas A.

On 02/12/14 03:48, akuster808 wrote:
>
> I don't think Daisy is taking new packages. I will defer to Martin.
>
> - Armin
>
> On 11/04/2014 06:39 AM, Ignas Anikevicius wrote:
>> This bitbake recipe is based on the existing
>> 'python-psutil_v0.6.9' bitbake recipe in the same folder.
>>
>> I have tested the recipe locally and it work without any issues.
>>
>> Signed-off-by: Ignas Anikevicius <ignas.anikevicius@realvnc.com>
>> ---
>>   meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb | 13 
>> +++++++++++++
>>   1 file changed, 13 insertions(+)
>>   create mode 100644 
>> meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb
>>
>> diff --git a/meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb 
>> b/meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb
>> new file mode 100644
>> index 0000000..76380ba
>> --- /dev/null
>> +++ b/meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb
>> @@ -0,0 +1,13 @@
>> +SUMMARY = "A cross-platform process and system utilities module for 
>> Python"
>> +SECTION = "devel/python"
>> +HOMEPAGE = "https://github.com/giampaolo/psutil"
>> +LICENSE = "BSD"
>> +LIC_FILES_CHKSUM = 
>> "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62"
>> +
>> +SRC_URI = 
>> "https://pypi.python.org/packages/source/p/psutil/psutil-${PV}.tar.gz"
>> +SRC_URI[md5sum] = "015a013c46bb9bc30b5c344f26dea0d3"
>> +SRC_URI[sha256sum] = 
>> "b434c75f01715777391f10f456002e33d0ca14633f96fdbd9ff9139b42d9452c"
>> +
>> +S = "${WORKDIR}/psutil-${PV}"
>> +
>> +inherit setuptools
>>



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

end of thread, other threads:[~2014-12-02 14:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-04 14:39 [meta-oe][daisy][PATCH] Add a bitbake recipe for Python psutil v2.1.3 Ignas Anikevicius
2014-12-02  3:48 ` akuster808
2014-12-02 14:12   ` Ignas Anikevicius

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.