All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python-unidiff: python module for parsing diff data
@ 2016-09-07 20:37 leonardo.sandoval.gonzalez
  2016-09-12 16:09 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: leonardo.sandoval.gonzalez @ 2016-09-07 20:37 UTC (permalink / raw)
  To: openembedded-devel

From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>

The module takes diff data, from commands like diff or git-format-patch,
parses it and creates python objects in the form of patch sets. More
info is given on the recipe metadata.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
---
 meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb

diff --git a/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb b/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb
new file mode 100644
index 0000000..3ee5bc2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb
@@ -0,0 +1,9 @@
+SUMMARY = "Unified diff parsing/metadata extraction library"
+HOMEPAGE = "http://github.com/matiasb/python-unidiff"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3"
+
+SRC_URI[md5sum] = "20dd70ba5a35bc95bf869322d6852227"
+SRC_URI[sha256sum] = "344330ec3637e96b44dca77e086b205645b55648cf4d2b80fc673200f8a6a7e9"
+
+inherit pypi setuptools
-- 
2.1.4



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

* Re: [meta-python][PATCH] python-unidiff: python module for parsing diff data
  2016-09-07 20:37 [meta-python][PATCH] python-unidiff: python module for parsing diff data leonardo.sandoval.gonzalez
@ 2016-09-12 16:09 ` Martin Jansa
  2016-10-07 16:12   ` Leonardo Sandoval
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2016-09-12 16:09 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2221 bytes --]

On Wed, Sep 07, 2016 at 03:37:03PM -0500, leonardo.sandoval.gonzalez@linux.intel.com wrote:
> From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
> 
> The module takes diff data, from commands like diff or git-format-patch,
> parses it and creates python objects in the form of patch sets. More
> info is given on the recipe metadata.

This conflicts with python-flask-pymongo

ERROR: python-flask-pymongo-0.4.1-r0 do_populate_sysroot_setscene: The recipe python-flask-pymongo is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
qemux86/usr/lib/python2.7/site-packages/tests/__init__.pyc
 Matched in b'manifest-qemux86-python-unidiff.populate_sysroot'
qemux86/usr/lib/python2.7/site-packages/tests/__init__.py
 Matched in b'manifest-qemux86-python-unidiff.populate_sysroot'
Please verify which recipe should provide the above files.

> 
> Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
> ---
>  meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb | 9 +++++++++
>  1 file changed, 9 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb
> 
> diff --git a/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb b/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb
> new file mode 100644
> index 0000000..3ee5bc2
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb
> @@ -0,0 +1,9 @@
> +SUMMARY = "Unified diff parsing/metadata extraction library"
> +HOMEPAGE = "http://github.com/matiasb/python-unidiff"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3"
> +
> +SRC_URI[md5sum] = "20dd70ba5a35bc95bf869322d6852227"
> +SRC_URI[sha256sum] = "344330ec3637e96b44dca77e086b205645b55648cf4d2b80fc673200f8a6a7e9"
> +
> +inherit pypi setuptools
> -- 
> 2.1.4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 169 bytes --]

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

* Re: [meta-python][PATCH] python-unidiff: python module for parsing diff data
  2016-09-12 16:09 ` Martin Jansa
@ 2016-10-07 16:12   ` Leonardo Sandoval
  0 siblings, 0 replies; 3+ messages in thread
From: Leonardo Sandoval @ 2016-10-07 16:12 UTC (permalink / raw)
  To: openembedded-devel



On 09/12/2016 11:09 AM, Martin Jansa wrote:
> On Wed, Sep 07, 2016 at 03:37:03PM -0500, leonardo.sandoval.gonzalez@linux.intel.com wrote:
>> From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
>>
>> The module takes diff data, from commands like diff or git-format-patch,
>> parses it and creates python objects in the form of patch sets. More
>> info is given on the recipe metadata.
> This conflicts with python-flask-pymongo
>
> ERROR: python-flask-pymongo-0.4.1-r0 do_populate_sysroot_setscene: The recipe python-flask-pymongo is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
> qemux86/usr/lib/python2.7/site-packages/tests/__init__.pyc
>   Matched in b'manifest-qemux86-python-unidiff.populate_sysroot'
> qemux86/usr/lib/python2.7/site-packages/tests/__init__.py
>   Matched in b'manifest-qemux86-python-unidiff.populate_sysroot'
> Please verify which recipe should provide the above files.
Sorry for the delay. I will send a v2 to fix this.
>> Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
>> ---
>>   meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb | 9 +++++++++
>>   1 file changed, 9 insertions(+)
>>   create mode 100644 meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb
>>
>> diff --git a/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb b/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb
>> new file mode 100644
>> index 0000000..3ee5bc2
>> --- /dev/null
>> +++ b/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb
>> @@ -0,0 +1,9 @@
>> +SUMMARY = "Unified diff parsing/metadata extraction library"
>> +HOMEPAGE = "http://github.com/matiasb/python-unidiff"
>> +LICENSE = "MIT"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3"
>> +
>> +SRC_URI[md5sum] = "20dd70ba5a35bc95bf869322d6852227"
>> +SRC_URI[sha256sum] = "344330ec3637e96b44dca77e086b205645b55648cf4d2b80fc673200f8a6a7e9"
>> +
>> +inherit pypi setuptools
>> -- 
>> 2.1.4
>>
>> -- 
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>



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

end of thread, other threads:[~2016-10-07 16:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-07 20:37 [meta-python][PATCH] python-unidiff: python module for parsing diff data leonardo.sandoval.gonzalez
2016-09-12 16:09 ` Martin Jansa
2016-10-07 16:12   ` Leonardo Sandoval

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.