All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-httptools: new package
@ 2021-03-28 23:25 Ben Gampe
  2021-03-29  0:04 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Gampe @ 2021-03-28 23:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Ben Gampe

Add recipe for python3-httptools: a collection of framework
independent HTTP protocol utils
---
 .../recipes-devtools/python/python3-httptools_0.1.1.bb    | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-httptools_0.1.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-httptools_0.1.1.bb b/meta-python/recipes-devtools/python/python3-httptools_0.1.1.bb
new file mode 100644
index 000000000..164a32d64
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-httptools_0.1.1.bb
@@ -0,0 +1,8 @@
+SUMMARY = "A collection of framework independent HTTP protocol utils"
+HOMEPAGE = "https://github.com/MagicStack/httptools"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0a2d82955bf3facdf04cb882655e840e"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "41b573cf33f64a8f8f3400d0a7faf48e1888582b6f6e02b82b9bd4f0bf7497ce"
-- 
2.25.1


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

* Re: [oe] [meta-python][PATCH] python3-httptools: new package
  2021-03-28 23:25 [meta-python][PATCH] python3-httptools: new package Ben Gampe
@ 2021-03-29  0:04 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-03-29  0:04 UTC (permalink / raw)
  To: bgampe; +Cc: openembeded-devel

please add new packages to test packagegrooup as well in
packagegroup-meta-python.bb

On Sun, Mar 28, 2021 at 4:26 PM Ben Gampe via lists.openembedded.org
<bgampe=digi.com@lists.openembedded.org> wrote:
>
> Add recipe for python3-httptools: a collection of framework
> independent HTTP protocol utils
> ---
>  .../recipes-devtools/python/python3-httptools_0.1.1.bb    | 8 ++++++++
>  1 file changed, 8 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python3-httptools_0.1.1.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-httptools_0.1.1.bb b/meta-python/recipes-devtools/python/python3-httptools_0.1.1.bb
> new file mode 100644
> index 000000000..164a32d64
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-httptools_0.1.1.bb
> @@ -0,0 +1,8 @@
> +SUMMARY = "A collection of framework independent HTTP protocol utils"
> +HOMEPAGE = "https://github.com/MagicStack/httptools"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=0a2d82955bf3facdf04cb882655e840e"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[sha256sum] = "41b573cf33f64a8f8f3400d0a7faf48e1888582b6f6e02b82b9bd4f0bf7497ce"
> --
> 2.25.1
>
>
> 
>

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

end of thread, other threads:[~2021-03-29  0:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-28 23:25 [meta-python][PATCH] python3-httptools: new package Ben Gampe
2021-03-29  0:04 ` [oe] " 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.