All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2][meta-python] python3-pyroute2: update to 0.6.5
@ 2021-10-16 13:33 Oleksandr Kravchuk
  2021-10-18 13:50 ` [oe] " Trevor Gamblin
  0 siblings, 1 reply; 3+ messages in thread
From: Oleksandr Kravchuk @ 2021-10-16 13:33 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

Tests are, unfortunately, not anymore supplied with pypi package.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 ...hon3-pyroute2_0.5.19.bb => python3-pyroute2_0.6.5.bb} | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyroute2_0.5.19.bb => python3-pyroute2_0.6.5.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.6.5.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb
rename to meta-python/recipes-devtools/python/python3-pyroute2_0.6.5.bb
index a85b0929d..d69439352 100644
--- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb
+++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.6.5.bb
@@ -3,9 +3,9 @@ LICENSE = "GPLv2 & Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce"
 
-SRC_URI[sha256sum] = "45460d12ed2a5caf272a357a3360b36d1e346f17afe1425b66fc21d70f462b29"
+SRC_URI[sha256sum] = "d0995c8aeb96c0e4eed4d62e97c9d795000a1a33b747d6dc54326665857cf11c"
 
-inherit setuptools3 pypi ptest
+inherit setuptools3 pypi
 
 RDEPENDS:${PN} += " \
     ${PYTHON_PN}-ctypes \
@@ -29,8 +29,3 @@ RDEPENDS:${PN}-ptest += " \
 	${PYTHON_PN}-pytest \
 	${PYTHON_PN}-fcntl \
 "
-
-do_install_ptest() {
-	install -d ${D}${PTEST_PATH}/tests
-	cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
-}
-- 
2.25.1



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

* Re: [oe] [PATCH v2][meta-python] python3-pyroute2: update to 0.6.5
  2021-10-16 13:33 [PATCH v2][meta-python] python3-pyroute2: update to 0.6.5 Oleksandr Kravchuk
@ 2021-10-18 13:50 ` Trevor Gamblin
  2021-10-18 14:02   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Trevor Gamblin @ 2021-10-18 13:50 UTC (permalink / raw)
  To: Oleksandr Kravchuk, openembedded-devel; +Cc: Khem Raj, timothy.t.orling

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


On 2021-10-16 09:33, Oleksandr Kravchuk wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Tests are, unfortunately, not anymore supplied with pypi package.

Let's hold off on this uprev and I'll see about modifying the recipe to 
the git fetcher, which might allow us to keep the ptests. I'm very 
hesitant about removing ptest coverage where we can get it.

- Trevor

>
> Signed-off-by: Oleksandr Kravchuk<open.source@oleksandr-kravchuk.com>
> ---
>   ...hon3-pyroute2_0.5.19.bb => python3-pyroute2_0.6.5.bb} | 9 ++-------
>   1 file changed, 2 insertions(+), 7 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pyroute2_0.5.19.bb => python3-pyroute2_0.6.5.bb} (75%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.6.5.bb
> similarity index 75%
> rename from meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb
> rename to meta-python/recipes-devtools/python/python3-pyroute2_0.6.5.bb
> index a85b0929d..d69439352 100644
> --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.6.5.bb
> @@ -3,9 +3,9 @@ LICENSE = "GPLv2 & Apache-2.0"
>   LIC_FILES_CHKSUM ="file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 
> file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce"
>
> -SRC_URI[sha256sum] = "45460d12ed2a5caf272a357a3360b36d1e346f17afe1425b66fc21d70f462b29"
> +SRC_URI[sha256sum] = "d0995c8aeb96c0e4eed4d62e97c9d795000a1a33b747d6dc54326665857cf11c"
>
> -inherit setuptools3 pypi ptest
> +inherit setuptools3 pypi
>
>   RDEPENDS:${PN} += " \
>       ${PYTHON_PN}-ctypes \
> @@ -29,8 +29,3 @@ RDEPENDS:${PN}-ptest += " \
>          ${PYTHON_PN}-pytest \
>          ${PYTHON_PN}-fcntl \
>   "
> -
> -do_install_ptest() {
> -       install -d ${D}${PTEST_PATH}/tests
> -       cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
> -}
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#93402):https://lists.openembedded.org/g/openembedded-devel/message/93402
> Mute This Topic:https://lists.openembedded.org/mt/86371301/3616776
> Group Owner:openembedded-devel+owner@lists.openembedded.org
> Unsubscribe:https://lists.openembedded.org/g/openembedded-devel/unsub  [trevor.gamblin@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

[-- Attachment #2: Type: text/html, Size: 3843 bytes --]

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

* Re: [oe] [PATCH v2][meta-python] python3-pyroute2: update to 0.6.5
  2021-10-18 13:50 ` [oe] " Trevor Gamblin
@ 2021-10-18 14:02   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2021-10-18 14:02 UTC (permalink / raw)
  To: Trevor Gamblin, Oleksandr Kravchuk, openembedded-devel; +Cc: timothy.t.orling



On 10/18/21 06:50, Trevor Gamblin wrote:
> 
> On 2021-10-16 09:33, Oleksandr Kravchuk wrote:
>> [Please note: This e-mail is from an EXTERNAL e-mail address]
>>
>> Tests are, unfortunately, not anymore supplied with pypi package.
> 
> Let's hold off on this uprev and I'll see about modifying the recipe to 
> the git fetcher, which might allow us to keep the ptests. I'm very 
> hesitant about removing ptest coverage where we can get it.
> 

makes sense. I have removed it from master-next

> - Trevor
> 
>> Signed-off-by: Oleksandr Kravchuk<open.source@oleksandr-kravchuk.com>
>> ---
>>   ...hon3-pyroute2_0.5.19.bb => python3-pyroute2_0.6.5.bb} | 9 ++-------
>>   1 file changed, 2 insertions(+), 7 deletions(-)
>>   rename meta-python/recipes-devtools/python/{python3-pyroute2_0.5.19.bb => python3-pyroute2_0.6.5.bb} (75%)
>>
>> diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.6.5.bb
>> similarity index 75%
>> rename from meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb
>> rename to meta-python/recipes-devtools/python/python3-pyroute2_0.6.5.bb
>> index a85b0929d..d69439352 100644
>> --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb
>> +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.6.5.bb
>> @@ -3,9 +3,9 @@ LICENSE = "GPLv2 & Apache-2.0"
>>   LIC_FILES_CHKSUM ="file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 
>> file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce"
>>
>> -SRC_URI[sha256sum] = "45460d12ed2a5caf272a357a3360b36d1e346f17afe1425b66fc21d70f462b29"
>> +SRC_URI[sha256sum] = "d0995c8aeb96c0e4eed4d62e97c9d795000a1a33b747d6dc54326665857cf11c"
>>
>> -inherit setuptools3 pypi ptest
>> +inherit setuptools3 pypi
>>
>>   RDEPENDS:${PN} += " \
>>       ${PYTHON_PN}-ctypes \
>> @@ -29,8 +29,3 @@ RDEPENDS:${PN}-ptest += " \
>>          ${PYTHON_PN}-pytest \
>>          ${PYTHON_PN}-fcntl \
>>   "
>> -
>> -do_install_ptest() {
>> -       install -d ${D}${PTEST_PATH}/tests
>> -       cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
>> -}
>> --
>> 2.25.1
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#93402):https://lists.openembedded.org/g/openembedded-devel/message/93402
>> Mute This Topic:https://lists.openembedded.org/mt/86371301/3616776
>> Group Owner:openembedded-devel+owner@lists.openembedded.org
>> Unsubscribe:https://lists.openembedded.org/g/openembedded-devel/unsub  [trevor.gamblin@windriver.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>


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

end of thread, other threads:[~2021-10-18 14:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-16 13:33 [PATCH v2][meta-python] python3-pyroute2: update to 0.6.5 Oleksandr Kravchuk
2021-10-18 13:50 ` [oe] " Trevor Gamblin
2021-10-18 14:02   ` Khem Raj

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.