yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Trevor Gamblin <tgamblin@baylibre.com>
To: yocto@lists.yoctoproject.org
Subject: [PATCH 08/11] python3-dill: add recipe
Date: Wed, 17 May 2023 16:14:53 -0400	[thread overview]
Message-ID: <20230517201456.1608917-9-tgamblin@baylibre.com> (raw)
In-Reply-To: <20230517201456.1608917-1-tgamblin@baylibre.com>

python3-pylint requires python3-dill, so copy it from meta-python
to avoid requiring that layer for patchtest.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 .../python/python3-dill_0.3.6.bb                | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 meta-patchtest/recipes-devtools/python/python3-dill_0.3.6.bb

diff --git a/meta-patchtest/recipes-devtools/python/python3-dill_0.3.6.bb b/meta-patchtest/recipes-devtools/python/python3-dill_0.3.6.bb
new file mode 100644
index 0000000..bec4643
--- /dev/null
+++ b/meta-patchtest/recipes-devtools/python/python3-dill_0.3.6.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Serialize all of python"
+HOMEPAGE = "https://pypi.org/project/dill/"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=61f24e44fc855bde43ed5a1524a37bc4"
+
+SRC_URI[sha256sum] = "e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE_EXT = "tar.gz"
+
+RDEPENDS:${PN} += "\
+    ${PYTHON_PN}-multiprocessing \
+    ${PYTHON_PN}-logging \
+    ${PYTHON_PN}-profile \
+    ${PYTHON_PN}-core \
+"
-- 
2.40.1



  parent reply	other threads:[~2023-05-17 20:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17 20:14 [yocto][patchtest][PATCH 00/11] patchtest: layer updates Trevor Gamblin
2023-05-17 20:14 ` [PATCH 01/11] python3-astroid: upgrade 1.5.3 -> 2.15.4 Trevor Gamblin
2023-05-17 20:14 ` [PATCH 02/11] python3-isort: upgrade 4.2.15 -> 5.12.0 Trevor Gamblin
2023-05-17 20:14 ` [PATCH 03/11] python3-lazy-object-proxy: upgrade 1.3.1 -> 1.9.0 Trevor Gamblin
2023-05-17 20:14 ` [PATCH 04/11] python3-pylint: upgrade 1.6.5 -> 2.17.4 Trevor Gamblin
2023-05-17 20:14 ` [PATCH 05/11] python3-pyparsing: remove recipe Trevor Gamblin
2023-05-17 20:14 ` [PATCH 06/11] python3-unidiff: upgrade 0.5.4 -> 0.7.5 Trevor Gamblin
2023-05-17 20:14 ` [PATCH 07/11] python3-wrapt: upgrade 1.10.10 -> 1.15.0 Trevor Gamblin
2023-05-17 20:14 ` Trevor Gamblin [this message]
2023-05-17 20:14 ` [PATCH 09/11] python3-mccabe: add recipe Trevor Gamblin
2023-05-17 20:14 ` [PATCH 10/11] python3-platformdirs: " Trevor Gamblin
2023-05-17 20:14 ` [PATCH 11/11] python3-tomlkit: " Trevor Gamblin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230517201456.1608917-9-tgamblin@baylibre.com \
    --to=tgamblin@baylibre.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).