* [meta-python][PATCH] python-cython: update SRC_URI for new download location
@ 2016-09-26 15:56 Laurent Gourvénec
2016-09-27 9:14 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Laurent Gourvénec @ 2016-09-26 15:56 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Laurent Gourvénec <laurent.gourvenec@qarnot-computing.com>
---
meta-oe/recipes-devtools/python/python-cython_0.15.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb b/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
index 0bf057a..65db532 100644
--- a/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
+++ b/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
@@ -8,7 +8,7 @@ SRCNAME = "Cython"
BBCLASSEXTEND = "native"
PR = "r3"
-SRC_URI = "http://www.cython.org/release/${SRCNAME}-${PV}.tar.gz \
+SRC_URI = "https://pypi.python.org/packages/source/C/Cython/Cython-${PV}.tar.gz \
file://0001-Don-t-append-docs-to-_Extension.extension.__doc__.patch \
"
S = "${WORKDIR}/${SRCNAME}-${PV}"
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [meta-python][PATCH] python-cython: update SRC_URI for new download location
2016-09-26 15:56 [meta-python][PATCH] python-cython: update SRC_URI for new download location Laurent Gourvénec
@ 2016-09-27 9:14 ` Martin Jansa
2016-09-27 9:34 ` Laurent Gourvenec
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2016-09-27 9:14 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1468 bytes --]
On Mon, Sep 26, 2016 at 05:56:12PM +0200, Laurent Gourvénec wrote:
> Signed-off-by: Laurent Gourvénec <laurent.gourvenec@qarnot-computing.com>
Applying: python-cython: update SRC_URI for new download location
error: meta-oe/recipes-devtools/python/python-cython_0.15.1.bb: does not
exist in index
Patch failed at 0001 python-cython: update SRC_URI for new download
location
> ---
> meta-oe/recipes-devtools/python/python-cython_0.15.1.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb b/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
> index 0bf057a..65db532 100644
> --- a/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
> +++ b/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
> @@ -8,7 +8,7 @@ SRCNAME = "Cython"
> BBCLASSEXTEND = "native"
> PR = "r3"
>
> -SRC_URI = "http://www.cython.org/release/${SRCNAME}-${PV}.tar.gz \
> +SRC_URI = "https://pypi.python.org/packages/source/C/Cython/Cython-${PV}.tar.gz \
> file://0001-Don-t-append-docs-to-_Extension.extension.__doc__.patch \
> "
> S = "${WORKDIR}/${SRCNAME}-${PV}"
> --
> 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-cython: update SRC_URI for new download location
2016-09-27 9:14 ` Martin Jansa
@ 2016-09-27 9:34 ` Laurent Gourvenec
0 siblings, 0 replies; 3+ messages in thread
From: Laurent Gourvenec @ 2016-09-27 9:34 UTC (permalink / raw)
To: openembedded-devel
Hello,
On Mon, Sep 27, 2016 at 11:14 GMT+02:00 Martin Jansa wrote:
> On Mon, Sep 26, 2016 at 05:56:12PM +0200, Laurent Gourvénec wrote:
>> Signed-off-by: Laurent Gourvénec <laurent.gourvenec@qarnot-computing.com>
>
> Applying: python-cython: update SRC_URI for new download location
> error: meta-oe/recipes-devtools/python/python-cython_0.15.1.bb: does not
> exist in index
> Patch failed at 0001 python-cython: update SRC_URI for new download
> location
>
>> ---
>> meta-oe/recipes-devtools/python/python-cython_0.15.1.bb | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
b/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
>> index 0bf057a..65db532 100644
>> --- a/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
>> +++ b/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
>> @@ -8,7 +8,7 @@ SRCNAME = "Cython"
>> BBCLASSEXTEND = "native"
>> PR = "r3"
>>
>> -SRC_URI = "http://www.cython.org/release/${SRCNAME}-${PV}.tar.gz \
>> +SRC_URI = "
https://pypi.python.org/packages/source/C/Cython/Cython-${PV}.tar.gz \
>>
file://0001-Don-t-append-docs-to-_Extension.extension.__doc__.patch \
>> "
>> S = "${WORKDIR}/${SRCNAME}-${PV}"
>> --
>> 2.1.4
Sorry, I should
h
ave
specified: this patch is for the branch "daisy".
--
Laurent Gourvénec
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-09-27 9:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26 15:56 [meta-python][PATCH] python-cython: update SRC_URI for new download location Laurent Gourvénec
2016-09-27 9:14 ` Martin Jansa
2016-09-27 9:34 ` Laurent Gourvenec
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.