All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] meta-python: Add hexdump package
@ 2021-01-13  3:17 Andrew Jeffery
  2021-01-13  3:34 ` [oe] " Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Jeffery @ 2021-01-13  3:17 UTC (permalink / raw)
  To: openembedded-devel

The hexdump package appears to be abandoned, but it's used as the
dependency of another project I'm packaging.

Change-Id: Id90d770fb48fa502f3abeb541b7febef42799b21
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
---
 .../python/python3-hexdump_3.3.bb             | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-hexdump_3.3.bb

diff --git a/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb
new file mode 100644
index 000000000000..eb4bf994d4f4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb
@@ -0,0 +1,20 @@
+SUMMARY = "view/edit your binary with any text editor"
+
+# The homepage listed on pypi is [1] but the repository has been removed.
+# Instead, set the homepage to pypi.
+#
+# [1] https://bitbucket.org/techtonik/hexdump/
+HOMEPAGE = "https://pypi.org/project/hexdump/"
+
+LICENSE = "PD"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/PD;md5=b3597d12946881e13cb3b548d1173851"
+
+PYPI_PACKAGE_EXT = "zip"
+
+inherit pypi distutils3
+
+SRC_URI[sha256sum] = "d781a43b0c16ace3f9366aade73e8ad3a7bd5137d58f0b45ab2d3f54876f20db"
+
+S = "${WORKDIR}"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* Re: [oe] [meta-python][PATCH] meta-python: Add hexdump package
  2021-01-13  3:17 [meta-python][PATCH] meta-python: Add hexdump package Andrew Jeffery
@ 2021-01-13  3:34 ` Khem Raj
  2021-01-13 18:16   ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2021-01-13  3:34 UTC (permalink / raw)
  To: Andrew Jeffery; +Cc: openembedded-devel

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

Please add it in packagegroup-meta-python as well

On Tue, Jan 12, 2021 at 7:18 PM Andrew Jeffery <andrew@aj.id.au> wrote:

> The hexdump package appears to be abandoned, but it's used as the
> dependency of another project I'm packaging.
>
> Change-Id: Id90d770fb48fa502f3abeb541b7febef42799b21
> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
> ---
>  .../python/python3-hexdump_3.3.bb             | 20 +++++++++++++++++++
>  1 file changed, 20 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/
> python3-hexdump_3.3.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb
> b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb
> new file mode 100644
> index 000000000000..eb4bf994d4f4
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb
> @@ -0,0 +1,20 @@
> +SUMMARY = "view/edit your binary with any text editor"
> +
> +# The homepage listed on pypi is [1] but the repository has been removed.
> +# Instead, set the homepage to pypi.
> +#
> +# [1] https://bitbucket.org/techtonik/hexdump/
> +HOMEPAGE = "https://pypi.org/project/hexdump/"
> +
> +LICENSE = "PD"
> +LIC_FILES_CHKSUM =
> "file://${COREBASE}/meta/files/common-licenses/PD;md5=b3597d12946881e13cb3b548d1173851"
> +
> +PYPI_PACKAGE_EXT = "zip"
> +
> +inherit pypi distutils3
> +
> +SRC_URI[sha256sum] =
> "d781a43b0c16ace3f9366aade73e8ad3a7bd5137d58f0b45ab2d3f54876f20db"
> +
> +S = "${WORKDIR}"
> +
> +BBCLASSEXTEND = "native nativesdk"
> --
> 2.27.0
>
>
> 
>
>

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

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

* Re: [oe] [meta-python][PATCH] meta-python: Add hexdump package
  2021-01-13  3:34 ` [oe] " Khem Raj
@ 2021-01-13 18:16   ` Khem Raj
  2021-01-22  5:07     ` Andrew Jeffery
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2021-01-13 18:16 UTC (permalink / raw)
  To: Andrew Jeffery; +Cc: openembeded-devel

also fails in package task
https://errors.yoctoproject.org/Errors/Details/540931/

On Tue, Jan 12, 2021 at 7:34 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> Please add it in packagegroup-meta-python as well
>
> On Tue, Jan 12, 2021 at 7:18 PM Andrew Jeffery <andrew@aj.id.au> wrote:
>>
>> The hexdump package appears to be abandoned, but it's used as the
>> dependency of another project I'm packaging.
>>
>> Change-Id: Id90d770fb48fa502f3abeb541b7febef42799b21
>> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
>> ---
>>  .../python/python3-hexdump_3.3.bb             | 20 +++++++++++++++++++
>>  1 file changed, 20 insertions(+)
>>  create mode 100644 meta-python/recipes-devtools/python/python3-hexdump_3.3.bb
>>
>> diff --git a/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb
>> new file mode 100644
>> index 000000000000..eb4bf994d4f4
>> --- /dev/null
>> +++ b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb
>> @@ -0,0 +1,20 @@
>> +SUMMARY = "view/edit your binary with any text editor"
>> +
>> +# The homepage listed on pypi is [1] but the repository has been removed.
>> +# Instead, set the homepage to pypi.
>> +#
>> +# [1] https://bitbucket.org/techtonik/hexdump/
>> +HOMEPAGE = "https://pypi.org/project/hexdump/"
>> +
>> +LICENSE = "PD"
>> +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/PD;md5=b3597d12946881e13cb3b548d1173851"
>> +
>> +PYPI_PACKAGE_EXT = "zip"
>> +
>> +inherit pypi distutils3
>> +
>> +SRC_URI[sha256sum] = "d781a43b0c16ace3f9366aade73e8ad3a7bd5137d58f0b45ab2d3f54876f20db"
>> +
>> +S = "${WORKDIR}"
>> +
>> +BBCLASSEXTEND = "native nativesdk"
>> --
>> 2.27.0
>>
>>
>> 
>>

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

* Re: [oe] [meta-python][PATCH] meta-python: Add hexdump package
  2021-01-13 18:16   ` Khem Raj
@ 2021-01-22  5:07     ` Andrew Jeffery
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Jeffery @ 2021-01-22  5:07 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

Sorry Khem, I just realised my mail filters had hidden your reply from me.

I'll send a v2 shortly!

Andrew

On Thu, 14 Jan 2021, at 04:46, Khem Raj wrote:
> also fails in package task
> https://errors.yoctoproject.org/Errors/Details/540931/
> 
> On Tue, Jan 12, 2021 at 7:34 PM Khem Raj <raj.khem@gmail.com> wrote:
> >
> > Please add it in packagegroup-meta-python as well
> >
> > On Tue, Jan 12, 2021 at 7:18 PM Andrew Jeffery <andrew@aj.id.au> wrote:
> >>
> >> The hexdump package appears to be abandoned, but it's used as the
> >> dependency of another project I'm packaging.
> >>
> >> Change-Id: Id90d770fb48fa502f3abeb541b7febef42799b21
> >> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
> >> ---
> >>  .../python/python3-hexdump_3.3.bb             | 20 +++++++++++++++++++
> >>  1 file changed, 20 insertions(+)
> >>  create mode 100644 meta-python/recipes-devtools/python/python3-hexdump_3.3.bb
> >>
> >> diff --git a/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb
> >> new file mode 100644
> >> index 000000000000..eb4bf994d4f4
> >> --- /dev/null
> >> +++ b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb
> >> @@ -0,0 +1,20 @@
> >> +SUMMARY = "view/edit your binary with any text editor"
> >> +
> >> +# The homepage listed on pypi is [1] but the repository has been removed.
> >> +# Instead, set the homepage to pypi.
> >> +#
> >> +# [1] https://bitbucket.org/techtonik/hexdump/
> >> +HOMEPAGE = "https://pypi.org/project/hexdump/"
> >> +
> >> +LICENSE = "PD"
> >> +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/PD;md5=b3597d12946881e13cb3b548d1173851"
> >> +
> >> +PYPI_PACKAGE_EXT = "zip"
> >> +
> >> +inherit pypi distutils3
> >> +
> >> +SRC_URI[sha256sum] = "d781a43b0c16ace3f9366aade73e8ad3a7bd5137d58f0b45ab2d3f54876f20db"
> >> +
> >> +S = "${WORKDIR}"
> >> +
> >> +BBCLASSEXTEND = "native nativesdk"
> >> --
> >> 2.27.0
> >>
> >>
> >> 
> >>
>

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

end of thread, other threads:[~2021-01-22  5:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-13  3:17 [meta-python][PATCH] meta-python: Add hexdump package Andrew Jeffery
2021-01-13  3:34 ` [oe] " Khem Raj
2021-01-13 18:16   ` Khem Raj
2021-01-22  5:07     ` Andrew Jeffery

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.