All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] python3-pathtools: add a recipe
@ 2020-05-26  5:12 Maxime Roussin-Bélanger
  2020-05-26  5:12 ` [PATCH 2/2] python3-watchdog: " Maxime Roussin-Bélanger
  2020-05-27  9:49 ` [OE-core] [PATCH 1/2] python3-pathtools: " Richard Purdie
  0 siblings, 2 replies; 4+ messages in thread
From: Maxime Roussin-Bélanger @ 2020-05-26  5:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Maxime Roussin-Bélanger

Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
---
 .../python/python3-pathtools_0.1.2.bb               | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python3-pathtools_0.1.2.bb

diff --git a/meta/recipes-devtools/python/python3-pathtools_0.1.2.bb b/meta/recipes-devtools/python/python3-pathtools_0.1.2.bb
new file mode 100644
index 0000000000..2b36346ec7
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pathtools_0.1.2.bb
@@ -0,0 +1,13 @@
+SUMMARY = "Path utilities for Python"
+SECTION = "devel/python"
+DESCRIPTION = "Pattern matching and various utilities for file systems paths."
+HOMEPAGE = "https://github.com/gorakhargosh/pathtools"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a870e4c037fc40b3973dd56a1526fc5b"
+
+SRC_URI[md5sum] = "9a1af5c605768ea5804b03b734ff0f82"
+SRC_URI[sha256sum] = "7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE = "pathtools"
-- 
2.20.1


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

* [PATCH 2/2] python3-watchdog: add a recipe
  2020-05-26  5:12 [PATCH 1/2] python3-pathtools: add a recipe Maxime Roussin-Bélanger
@ 2020-05-26  5:12 ` Maxime Roussin-Bélanger
  2020-05-27  9:49 ` [OE-core] [PATCH 1/2] python3-pathtools: " Richard Purdie
  1 sibling, 0 replies; 4+ messages in thread
From: Maxime Roussin-Bélanger @ 2020-05-26  5:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Maxime Roussin-Bélanger

Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
---
 .../python/python3-watchdog_0.10.2.bb            | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python3-watchdog_0.10.2.bb

diff --git a/meta/recipes-devtools/python/python3-watchdog_0.10.2.bb b/meta/recipes-devtools/python/python3-watchdog_0.10.2.bb
new file mode 100644
index 0000000000..a0712f43a0
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-watchdog_0.10.2.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Filesystem events monitoring"
+SECTION = "devel/python"
+DESCRIPTION = "A simple program that uses watchdog to monitor directories \
+    specified as command-line arguments and logs events generated"
+HOMEPAGE = "https://github.com/gorakhargosh/watchdog"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+SRC_URI[md5sum] = "2477fb59dcb110b8562eb4eb973cda23"
+SRC_URI[sha256sum] = "c560efb643faed5ef28784b2245cf8874f939569717a4a12826a173ac644456b"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE = "watchdog"
+
+RDEPENDS_${PN} = "${PYTHON_PN}-pathtools"
-- 
2.20.1


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

* Re: [OE-core] [PATCH 1/2] python3-pathtools: add a recipe
  2020-05-26  5:12 [PATCH 1/2] python3-pathtools: add a recipe Maxime Roussin-Bélanger
  2020-05-26  5:12 ` [PATCH 2/2] python3-watchdog: " Maxime Roussin-Bélanger
@ 2020-05-27  9:49 ` Richard Purdie
  2020-05-28  1:18   ` Maxime Roussin-Bélanger
  1 sibling, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2020-05-27  9:49 UTC (permalink / raw)
  To: Maxime Roussin-Bélanger, openembedded-core

On Tue, 2020-05-26 at 01:12 -0400, Maxime Roussin-Bélanger wrote:
> Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
> ---
>  .../python/python3-pathtools_0.1.2.bb               | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>  create mode 100644 meta/recipes-devtools/python/python3-pathtools_0.1.2.bb

Should these be in OE-Core or meta-python?

Cheers,

Richard


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

* Re: [OE-core] [PATCH 1/2] python3-pathtools: add a recipe
  2020-05-27  9:49 ` [OE-core] [PATCH 1/2] python3-pathtools: " Richard Purdie
@ 2020-05-28  1:18   ` Maxime Roussin-Bélanger
  0 siblings, 0 replies; 4+ messages in thread
From: Maxime Roussin-Bélanger @ 2020-05-28  1:18 UTC (permalink / raw)
  To: Richard Purdie; +Cc: OE-core

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

Hello!

On Wed, May 27, 2020 at 5:49 AM Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:
>
> On Tue, 2020-05-26 at 01:12 -0400, Maxime Roussin-Bélanger wrote:
> > Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com
>
> > ---
> >  .../python/python3-pathtools_0.1.2.bb               | 13 +++++++++++++
> >  1 file changed, 13 insertions(+)
> >  create mode 100644 meta/recipes-devtools/python/
python3-pathtools_0.1.2.bb
>
> Should these be in OE-Core or meta-python?

I'm always confused by OE-Core, Poky and meta-oe.


I think when you are referring to meta-python you mean the sub-directory
inside meta-oe.
meta-oe might be a better place for them.


Thanks,
Max.

>
> Cheers,
>
> Richard

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

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

end of thread, other threads:[~2020-05-28  1:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26  5:12 [PATCH 1/2] python3-pathtools: add a recipe Maxime Roussin-Bélanger
2020-05-26  5:12 ` [PATCH 2/2] python3-watchdog: " Maxime Roussin-Bélanger
2020-05-27  9:49 ` [OE-core] [PATCH 1/2] python3-pathtools: " Richard Purdie
2020-05-28  1:18   ` Maxime Roussin-Bélanger

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.